0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. guide-snippets
  2. /
  3. Test
  4. /
  5. uitest
  6. /
  7. entry
  8. /
  9. src
  10. /
  11. main
  12. /
  13. ets
  14. /
  15. webability
chen8281chen8281fix: 替换废弃接口并修复编译问题
7309d8e0创建于 18 天前历史提交
文件最后提交记录最后更新时间
WebAbility.ts
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 天前