-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
43 lines (42 loc) · 1.14 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
{
"pages": [
"pages/home/home",
"pages/my/my",
"pages/list/list",
"pages/cmsmain/cmsmain",
"pages/search/search",
"swan-sitemap/index/index"
],
"useSwanNews": true,
"window": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "智能小程序",
"backgroundTextStyle": "light"
},
"tabBar": {
"backgroundColor": "#ffffff",
"borderStyle": "black",
"color": "#9c9c9c",
"selectedColor": "#ff7290",
"list": [{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "/images/home_no.png",
"selectedIconPath": "/images/home_sel.png"
},{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "/images/my_no.png",
"selectedIconPath": "/images/my_sel.png"
}]
},
"dynamicLib": {
"swan-sitemap-lib": {
"provider": "swan-sitemap"
},
"oneStopInteractionLib": {
"provider": "swan-interaction"
}
}
}