-
Notifications
You must be signed in to change notification settings - Fork 14
/
app.json
61 lines (61 loc) · 1.52 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/webpage/webpage",
"pages/usercenter/usercenter",
"pages/comments/comments",
"pages/poster/poster"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#2f89fc",
"navigationBarTitleText": "叶赫先生",
"navigationBarTextStyle": "white",
"navigationStyle": "default"
},
"tabBar": {
"color": "#9BABBA",
"selectedColor": "#2f89fc",
"borderStyle": "white",
"backgroundColor": "#fefefe",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/tar-home.png",
"selectedIconPath": "images/tar-home-on-2.png",
"text": "首页"
},
{
"pagePath": "pages/topic/topic",
"iconPath": "images/tar-topic.png",
"selectedIconPath": "images/tar-topic-on-2.png",
"text": "专题"
},
{
"pagePath": "pages/usercenter/usercenter",
"iconPath": "images/tar-person.png",
"selectedIconPath": "images/tar-person-on-2.png",
"text": "我的"
}
]
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"navigateToMiniProgramAppIdList": [
"wxb6bde4eeb2d43820",
"wx8abaf00ee8c3202e"
],
"sitemapLocation": "sitemap.json"
}