forked from qiantao94/caipu_weixin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
49 lines (48 loc) · 1.13 KB
/
app.json
File metadata and controls
49 lines (48 loc) · 1.13 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
{
"pages": [
"pages/index/index",
"pages/about/about",
"pages/yilin/yilin",
"pages/lishi/lishi"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#2D6E7F",
"navigationBarTitleText": "",
"navigationBarTextStyle": "white"
},
"requiredBackgroundModes": [
"audio",
"backgroundAudioManager"
],
"tabBar": {
"borderStyle": "black",
"color": "#000",
"backgroundColor": "#fff",
"selectedColor": "#2D6E7F",
"list": [
{
"pagePath": "pages/index/index",
"text": "美文",
"iconPath": "./images/lfl-tab1.png",
"selectedIconPath": "./images/lfl-tab1-se.png"
},
{
"pagePath": "pages/yilin/yilin",
"text": "意林",
"iconPath": "./images/lfl-tab4.png",
"selectedIconPath": "./images/lfl-tab4-se.png"
},
{
"pagePath": "pages/about/about",
"text": "我的",
"iconPath": "./images/man.png",
"selectedIconPath": "./images/selected-man.png"
}
]
},
"sitemapLocation": "sitemap.json",
"networkTimeout": {
"request": 10000
}
}