-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
50 lines (49 loc) · 1.23 KB
/
app.json
File metadata and controls
50 lines (49 loc) · 1.23 KB
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/treeHole/treeHole",
"pages/index/index",
"pages/crowd/crowd",
"pages/comment/comment",
"pages/detail/detail",
"pages/totalCrowd/totalCrowd"
],
"window": {
"navigationBarTitleText": "校餐EaseFlow",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#D1500F"
},
"tabBar": {
"selectedColor": "#D1500F",
"list": [
{
"pagePath": "pages/treeHole/treeHole",
"text": "评论树洞",
"iconPath": "images/speak.png",
"selectedIconPath": "images/speak_selected.png"
},
{
"pagePath": "pages/index/index",
"text": "食堂",
"iconPath": "images/shitang.png",
"selectedIconPath": "images/shitang_selected.png"
},
{
"pagePath": "pages/totalCrowd/totalCrowd",
"text": "人流量",
"iconPath": "images/renliuliang.png",
"selectedIconPath": "images/renliuliang_selected.png"
}
]
},
"permission": {
"scope.writePhotosAlbum": {
"desc": "需要您的授权以保存图片到相册"
},
"scope.camera": {
"desc": "需要您的授权以使用相机拍照"
}
},
"libs": {
"wxcharts": "libs/wxcharts.js"
}
}