You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.4 KiB

{
"pages": [
"pages/discover/index",
"pages/my-playlists/index",
"pages/my-music/index",
"pages/playlist/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#1a1a1a",
"navigationBarTitleText": "音乐播放器",
"navigationBarTextStyle": "white"
},
"tabBar": {
"backgroundColor": "#1a1a1a",
"borderStyle": "black",
"color": "#999999",
"selectedColor": "#ff3a3a",
"list": [
{
"pagePath": "pages/discover/index",
"text": "发现音乐",
"iconPath": "assets/tab-icons/discover.png",
"selectedIconPath": "assets/tab-icons/discover-active.png"
},
{
"pagePath": "pages/my-playlists/index",
"text": "我的歌单",
"iconPath": "assets/tab-icons/playlist.png",
"selectedIconPath": "assets/tab-icons/playlist-active.png"
},
{
"pagePath": "pages/my-music/index",
"text": "我的音乐",
"iconPath": "assets/tab-icons/music.png",
"selectedIconPath": "assets/tab-icons/music-active.png"
}
]
},
"requiredBackgroundModes": ["audio"],
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"usingComponents": {
"player-bar": "/components/player-bar/index"
}
}