From 4d8e10f0c96ed65d8c29cca760267e392f60fb11 Mon Sep 17 00:00:00 2001 From: wangxiao <329724814@qq.com> Date: Wed, 29 Jul 2026 10:44:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20docs/app.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/app.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 docs/app.json diff --git a/docs/app.json b/docs/app.json deleted file mode 100644 index 469dd9d..0000000 --- a/docs/app.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "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" -}