From 070ed66317e26cf13f6ab6de54bd4005f4c428be Mon Sep 17 00:00:00 2001 From: pg78ac9nr <2401677463@qq.com> Date: Thu, 10 Oct 2024 12:34:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2.0 app.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 2.0 app.json diff --git a/2.0 app.json b/2.0 app.json new file mode 100644 index 0000000..24be84d --- /dev/null +++ b/2.0 app.json @@ -0,0 +1,13 @@ +{ + "cloud":true, + "pages": [ + "pages/index/index", + "pages/rollcall/rollcall" + ], + "window": { + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#fff", + "navigationBarTitleText": "点名系统", + "navigationBarTextStyle": "black" + } +} \ No newline at end of file