新建项目

This commit is contained in:
2026-07-29 10:50:33 +08:00
parent bfd3841cbd
commit 4f69b859a8
49 changed files with 5565 additions and 0 deletions

21
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"
}