-
Notifications
You must be signed in to change notification settings - Fork 33
/
app.json
50 lines (50 loc) · 1.23 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"pages": [
"pages/index/index",
"pages/local/local",
"pages/remote/remote",
"pages/schedule/schedule",
"pages/scan/scan",
"pages/reserve/reserve",
"pages/remoteResult/remoteResult",
"pages/contacts/contacts",
"pages/boardroom/boardroom",
"pages/details/details",
"pages/list/list",
"pages/user/user",
"pages/main/main"
],
"window": {
"navigationBarBackgroundColor": "#0068c4",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "会议室预定助手",
"backgroundColor": "#eeeeee",
"backgroundTextStyle": "light"
},
"tabBar": {
"list": [
{
"pagePath": "pages/main/main",
"iconPath": "images/manage1.png",
"selectedIconPath": "images/manage.png",
"text": "首页"
},
{
"pagePath": "pages/list/list",
"iconPath": "images/chaxun1.png",
"selectedIconPath": "images/chaxun.png",
"text": "查询"
},
{
"pagePath": "pages/user/user",
"iconPath": "images/index1.png",
"selectedIconPath": "images/index.png",
"text": "个人"
}
],
"position": "bottom",
"borderStyle": "black",
"selectedColor": "#1296db"
},
"debug": true
}