-
Notifications
You must be signed in to change notification settings - Fork 81
/
app.json
58 lines (56 loc) · 1.49 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
{
"pages":[
"pages/index/index",
"pages/start/start",
"pages/post/post",
"pages/detail/detail",
"pages/search/search",
"pages/showinmap/showinmap",
"pages/message/message",
"pages/logs/logs",
"pages/updAct/updAct",
"pages/my/projectbrief/projectbrief",
"pages/my/aboutus/aboutus",
"pages/my/myjoin/myjoin",
"pages/my/mylaunch/mylaunch",
"pages/my/mycollection/mycollection",
"pages/my/issues/issues",
"pages/my/more/more",
"pages/my/logs/logs"
],
"window":{
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#118fff",
"navigationBarTitleText": "出发吧,一起",
"backgroundColor": "#fff"
},
"tabBar": {
"color": "#9BABBA",
"selectedColor": "#495056",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/images/tar-home.png",
"selectedIconPath": "static/images/tar-home-on.png"
},
{
"pagePath": "pages/post/post",
"text": "发起",
"iconPath": "static/images/tar-about.png",
"selectedIconPath": "static/images/tar-about-on.png"
},
{
"pagePath": "pages/message/message",
"text": "动态",
"iconPath": "static/images/tar-topic.png",
"selectedIconPath": "static/images/tar-topic-on.png"
}]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
}
}