From ea67192ba864cf5a39354dfd8a0fb505ce1a9cbc Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 6 Nov 2022 20:12:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=95=8C=E9=9D=A2=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..129e132 --- /dev/null +++ b/app.json @@ -0,0 +1,42 @@ +{ + "pages": [ + "pages/index/index", + "pages/menu/menu", + "pages/my/my", + "pages/bd/bd", + "pages/uploadfile/uploadfile", + "pages/list/list", + "pages/operation/operation" + ], + "window": { + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#fff", + "navigationBarTitleText": "班级通", + "navigationBarTextStyle": "black" + }, + "tabBar": { + "selectedColor": "#33a3dc", + "list": [ + { + "pagePath": "pages/index/index", + "text": "首页", + "iconPath": "/static/index/index.png", + "selectedIconPath": "/static/index/index_active.png" + }, + { + "pagePath": "pages/menu/menu", + "text": "菜单", + "iconPath": "/static/menu/menu.png", + "selectedIconPath": "/static/menu/menu_active.png" + }, + { + "pagePath": "pages/my/my", + "text": "我的", + "iconPath": "/static/my/my.png", + "selectedIconPath": "/static/my/my_active.png" + } + ] + }, + "style": "v2", + "sitemapLocation": "sitemap.json" +} \ No newline at end of file