forked from iamxjb/winxin-app-watch-life.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
61 lines (61 loc) · 1.8 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
{
"pages": [
"pages/index/index",
"pages/detail/detail",
"pages/logs/logs",
"pages/page/page",
"pages/about/about",
"pages/list/list",
"pages/topic/topic",
"pages/readlog/readlog",
"pages/hot/hot",
"pages/pay/pay",
"pages/webpage/webpage",
"pages/comments/comments",
"pages/poster/poster"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#118fff",
"navigationBarTitleText": "守望轩",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#9BABBA",
"selectedColor": "#495056",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/tar-home.png",
"selectedIconPath": "images/tar-home-on.png",
"text": "首页"
},
{
"pagePath": "pages/topic/topic",
"iconPath": "images/tar-topic.png",
"selectedIconPath": "images/tar-topic-on.png",
"text": "专题"
},
{
"pagePath": "pages/readlog/readlog",
"iconPath": "images/tar-person.png",
"selectedIconPath": "images/tar-person-on.png",
"text": "我的"
},
{
"pagePath": "pages/about/about",
"iconPath": "images/tar-about.png",
"selectedIconPath": "images/tar-about-on.png",
"text": "关于"
}
]
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
}
}