init project

This commit is contained in:
Timi
2025-12-05 10:38:55 +08:00
parent 2dc4e1daef
commit 99eb470625
73 changed files with 4312 additions and 0 deletions

7
miniprogram/app.ts Normal file
View File

@ -0,0 +1,7 @@
// app.ts
App<IAppOption>({
globalData: {
},
onLaunch() {
},
})