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