-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
51 lines (51 loc) · 1.46 KB
/
app.json
File metadata and controls
51 lines (51 loc) · 1.46 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
50
51
{
"pages": [
"pages/home/home",
"pages/list/list",
"pages/search/search",
"pages/details/details",
"pages/hot/hot",
"pages/talk/talk",
"swan-sitemap/index/index"
],
"window": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "看剧学历史",
"backgroundTextStyle": "light"
},
"tabBar": {
"list": [
{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "/images/icon_home2-min.png",
"selectedIconPath": "/images/icon_home-min.png"
},
{
"pagePath": "pages/hot/hot",
"text": "最热",
"iconPath": "/images/icon_hot2-min.png",
"selectedIconPath": "/images/icon_hot-min.png"
},
{
"pagePath": "pages/talk/talk",
"text": "议论",
"iconPath": "/images/icon_talk2-min.png",
"selectedIconPath": "/images/icon_talk-min.png"
}
],
"backgroundColor": "#fff",
"borderStyle": "white",
"color": "#999999",
"selectedColor": "#ba1717"
},
"dynamicLib": {
"swan-sitemap-lib": {
"provider": "swan-sitemap"
},
"myDynamicLib": {
"provider": "swan-interaction"
}
}
}