加入效果

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

13
miniprogram/app.json Normal file
View File

@@ -0,0 +1,13 @@
{
"pages": [
"pages/index/index",
"pages/webview/webview"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ff9800",
"navigationBarTitleText": "扭蛋游戏",
"navigationBarTextStyle": "white"
},
"sitemapLocation": "sitemap.json"
}