-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathapp.json
More file actions
executable file
·80 lines (80 loc) · 2.26 KB
/
app.json
File metadata and controls
executable file
·80 lines (80 loc) · 2.26 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"pages": [
"pages/guide/guide",
"pages/activity/activity",
"pages/weather/weather",
"pages/map/map",
"pages/account/account",
"pages/trace/trace",
"pages/friends/friends",
"pages/friends_showPeople/friends_showPeople",
"pages/discover/discover",
"pages/discoverPOI/discoverPOI",
"pages/checkin/checkin",
"pages/error/error",
"pages/showpeople/showpeople",
"pages/privacy/privacy",
"pages/aboutus/aboutus",
"pages/categorysta/categorysta",
"pages/districtsta/districtsta",
"pages/placesta/placesta",
"pages/chooseArea/chooseArea",
"pages/qrcode/qrcode",
"pages/tabbar/tabbar",
"pages/showtops/showtops",
"pages/buysite/buysite",
"pages/tipster/tipster",
"pages/buynaming/buynaming",
"pages/home/home",
"pages/rank/rank",
"pages/buyTitleHistory/buyTitleHistory",
"pages/footprintmap/footprintmap"
],
"window": {
"navigationBarBackgroundColor": "#0E7EE6",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "卿云Go",
"backgroundColor": "#ffffff",
"backgroundTextStyle": "light",
"enablePullDownRefresh": true
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"tabBar": {
"color": "#BFBFBF",
"selectedColor": "#0E7EE6",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/weather/weather",
"text": "天气",
"iconPath": "/pages/images/icon/weather.png",
"selectedIconPath": "/pages/images/icon/weather_blue.png"
},
{
"pagePath": "pages/activity/activity",
"text": "活动",
"iconPath": "/pages/images/icon/flag.png",
"selectedIconPath": "/pages/images/icon/flag_blue.png"
},
{
"pagePath": "pages/discover/discover",
"text": "发现",
"iconPath": "/pages/images/icon/discover.png",
"selectedIconPath": "/pages/images/icon/discover_blue.png"
},
{
"pagePath": "pages/account/account",
"text": "账号",
"iconPath": "/pages/images/icon/account.png",
"selectedIconPath": "/pages/images/icon/account_blue.png"
}
],
"position": "bottom"
},
"debug": true,
"enablePullDownRefresh": true
}