上传文件至 docs

新建项目
This commit is contained in:
2026-07-29 10:43:39 +08:00
commit 32f5449cf2
5 changed files with 324 additions and 0 deletions

21
docs/app.json Normal file
View File

@@ -0,0 +1,21 @@
{
"pages": [
"pages/home/home",
"pages/create/create",
"pages/join/join",
"pages/lobby/lobby",
"pages/game/game",
"pages/result/result",
"pages/rules/rules"
],
"window": {
"navigationBarTitleText": "藏猫猫计划",
"navigationBarBackgroundColor": "#F7F4EC",
"navigationBarTextStyle": "black",
"backgroundColor": "#F7F4EC",
"backgroundTextStyle": "dark"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}