-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
64 lines (61 loc) · 1.74 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
{
"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",
"pages/search/search",
"pages/live/live"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"pageOrientation": "portrait"
},
"tabBar": {
"color": "#959595",
"selectedColor": "#118fff",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/tab-home.png",
"selectedIconPath": "images/tab-home-on.png",
"text": "首页"
},
{
"pagePath": "pages/topic/topic",
"iconPath": "images/tab-topic.png",
"selectedIconPath": "images/tab-topic-on.png",
"text": "专题"
},
{
"pagePath": "pages/readlog/readlog",
"iconPath": "images/tab-my.png",
"selectedIconPath": "images/tab-my-on.png",
"text": "我的"
}
]
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"plugins": {
},
"sitemapLocation": "sitemap.json",
"resizable":false
}