From 39c020b4d728fdd3a2ab9c0128ece13803081309 Mon Sep 17 00:00:00 2001 From: px5m9o7hn <3092715829@qq.com> Date: Sat, 12 Oct 2024 14:29:22 +0800 Subject: [PATCH] ADD file via upload --- app.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..479bf19 --- /dev/null +++ b/app.json @@ -0,0 +1,19 @@ +{ + "pages": [ + "pages/index/index", + "pages/Call_the_roll/Call_the_roll", + "pages/rule/rule", + "pages/settlement/settlement", + "pages/paihang/paihang", + "pages/duihuan/duihuan" + ], + "window": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "Weixin", + "navigationBarBackgroundColor": "#ffffff" + }, + "style": "v2", + "componentFramework": "glass-easel", + "sitemapLocation": "sitemap.json", + "lazyCodeLoading": "requiredComponents" +}