-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
49 lines (49 loc) · 1.25 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
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/activity/activity",
"pages/history/history",
"pages/activity/apply",
"pages/MyMess/Mess",
"pages/index/regist",
"pages/activity/activityMess",
"pages/activity/apply1",
"pages/more/Man-HourDetail",
"pages/more/alreadyApply",
"pages/more/More"
],
"tabBar": {
"borderStyle": "white",
"color": "#fff",
"selectedColor": "#000000",
"backgroundColor": "#93C47D",
"list": [
{
"iconPath": "images/activity.png",
"selectedIconPath": "images/activity.png",
"text": "活动招募",
"pagePath": "pages/activity/activity"
},
{
"iconPath": "images/history.png",
"selectedIconPath": "images/history.png",
"text": "历史信息",
"pagePath": "pages/history/history"
},
{
"iconPath": "images/man-hour.png",
"selectedIconPath": "images/man-hour.png",
"text": "更多",
"pagePath": "pages/more/More"
}
]
},
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#93C47D",
"navigationBarTitleText": "携志同行",
"enablePullDownRefresh":true,
"navigationBarTextStyle": "black"
}
}