添加页面及完善二级页面

This commit is contained in:
zhengw
2026-03-09 14:21:52 +08:00
parent aa1294f997
commit 9033acc56d
30 changed files with 611 additions and 32 deletions

View File

@@ -1,3 +1,4 @@
import { loginStatus } from './utils/https';
import { updateVersion } from './utils/util';
// app.ts
@@ -22,6 +23,7 @@ App<
},
onShow() {
updateVersion();
loginStatus();
},
// Storage: Storage, // 将 Storage 挂载到 App 实例上
});