添加版本检查代码, 流程管理页面空数据处理

This commit is contained in:
zhengw
2026-02-28 11:15:31 +08:00
parent b17edae159
commit 816188c2bb
7 changed files with 51 additions and 11 deletions

View File

@@ -1,3 +1,5 @@
import { updateVersion } from './utils/util';
// app.ts
App<
IAppOption & {
@@ -18,5 +20,8 @@ App<
// },
// });
},
onShow() {
updateVersion();
},
// Storage: Storage, // 将 Storage 挂载到 App 实例上
});