每日运势小程序

This commit is contained in:
cjd
2025-11-09 18:41:07 +08:00
parent 1cc0241cda
commit abd82782af
34 changed files with 2204 additions and 0 deletions

8
DailyFortuneGuide/app.js Normal file
View File

@@ -0,0 +1,8 @@
const { initStore } = require("./store/fortuneStore");
App({
onLaunch() {
initStore();
},
globalData: {}
});