-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
executable file
·71 lines (64 loc) · 1.85 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"pages": [
"pages/home/home",
"pages/index/index",
"pages/user/user",
"pages/food/food",
"pages/bbs/bbs",
"pages/bbscreate/bbscreate",
"pages/bbsDetail/bbsDetail",
"pages/bbscomment/bbscomment",
"pages/allist/allist",
"pages/cssalist/cssalist",
"pages/cellist/cellist",
"pages/buslist/buslist",
"pages/content/content",
"pages/question/question",
"pages/baoming/baoming",
"pages/reserve/reserve",
"pages/关于我们/关于我们",
"pages/客服/客服",
"pages/我的会员卡/我的会员卡",
"pages/已报名的活动/已报名的活动",
"pages/已预约的餐厅/已预约的餐厅",
"pages/我发布的帖子/我发布的帖子",
"pages/新生手册/新生手册",
"pages/使用说明/使用说明",
"pages/客服说明/客服说明",
"pages/建议及反馈/建议及反馈"
],
"window": {
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "PSU CSSA",
"backgroundColor": "#fff",
"backgroundTextStyle": "dark",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#b7b7b7",
"selectedColor": "#444",
"borderStyle": "white",
"backgroundColor": "#FFFFFF",
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "image/home.png",
"selectedIconPath": "image/home_fill.png",
"text": "主页"
},
{
"pagePath": "pages/food/food",
"iconPath": "image/food.png",
"selectedIconPath": "image/foodfill.png",
"text": "美食"
},
{
"pagePath": "pages/user/user",
"iconPath": "image/user.png",
"selectedIconPath": "image/user_fill.png",
"text": "个人"
}
]
}
}