-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
43 lines (42 loc) · 1.04 KB
/
Copy pathapp.json
File metadata and controls
43 lines (42 loc) · 1.04 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
{
"pages": [
"pages/music/music",
"pages/search/search",
"pages/user/user"
],
"tabBar": {
"list": [{
"pagePath": "pages/search/search",
"text": "搜索",
"iconPath": "icons/search.png",
"selectedIconPath": "icons/search_.png"
},
{
"pagePath": "pages/music/music",
"text": "播放",
"iconPath": "icons/music.png",
"selectedIconPath": "icons/music_.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "icons/user.png",
"selectedIconPath": "icons/user_.png"
}
],
"color": "#8a8a8a",
"selectedColor": "#000000"
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
},
"sitemapLocation": "sitemap.json",
"requiredBackgroundModes": ["audio"],
"usingComponents": {
"van-button": "miniprogram_npm/@vant/weapp/button/index"
}
}