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