| fix: 替换废弃接口并修复编译问题
- @system.router/@ohos.promptAction 替换为 @kit.ArkUI
- router.push() 替换为 router.pushUrl()
- AppStorage.SetOrCreate 替换为 setOrCreate
- 删除废弃的 editMode(true)/editable(true)
- Scroll.onScroll/onScrollEnd 替换为 onDidScroll/onScrollStop
- .key() 替换为 .id()
- setColorMode 添加 try-catch 异常处理
- List.test.ets 修复文件名大小写不匹配
| 18 天前 |