加入效果

This commit is contained in:
2025-09-08 15:57:01 +08:00
commit 1f27eb3c94
163 changed files with 1915 additions and 0 deletions

10
miniprogram/app.js Normal file
View File

@@ -0,0 +1,10 @@
// app.js
App({
onLaunch: function() {
// 小程序启动时执行的逻辑
console.log('小程序启动');
},
globalData: {
// 全局数据
}
})