增加小程序,修改游戏前端

This commit is contained in:
2026-02-04 17:29:51 +08:00
parent de17737ca1
commit 8c677908d7
835 changed files with 283328 additions and 2165 deletions

View File

@@ -0,0 +1,19 @@
{
"pages": [
"pages/index/index",
"pages/profile/profile",
"pages/calculator/calculator",
"pages/unit-converter/unit-converter",
"pages/relative/relative",
"pages/random-draw/random-draw",
"pages/logs/logs",
"pages/webview/webview"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "道棋百宝箱",
"navigationBarBackgroundColor": "#ffffff"
},
"style": "v2",
"componentFramework": "glass-easel"
}