first commit
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/splash/index",
|
||||
"pages/index/index",
|
||||
"pages/discover/index",
|
||||
"pages/history/index",
|
||||
"pages/profile/index",
|
||||
"pages/channel-detail/index",
|
||||
"pages/player/index",
|
||||
"pages/vip/index",
|
||||
"pages/subscribe/index"
|
||||
],
|
||||
"window": {
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"navigationBarTitleText": "早安电台",
|
||||
"navigationBarTextStyle": "black",
|
||||
"backgroundColor": "#F6F6F6",
|
||||
"backgroundTextStyle": "dark"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#999999",
|
||||
"selectedColor": "#FF9D42",
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"borderStyle": "white",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页",
|
||||
"iconPath": "assets/icons/tab-home.png",
|
||||
"selectedIconPath": "assets/icons/tab-home-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/discover/index",
|
||||
"text": "发现",
|
||||
"iconPath": "assets/icons/tab-discover.png",
|
||||
"selectedIconPath": "assets/icons/tab-discover-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/history/index",
|
||||
"text": "历史",
|
||||
"iconPath": "assets/icons/tab-history.png",
|
||||
"selectedIconPath": "assets/icons/tab-history-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/profile/index",
|
||||
"text": "我的",
|
||||
"iconPath": "assets/icons/tab-profile.png",
|
||||
"selectedIconPath": "assets/icons/tab-profile-active.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"requiredBackgroundModes": [
|
||||
"audio"
|
||||
],
|
||||
"usingComponents": {
|
||||
"t-message": "tdesign-miniprogram/message/message"
|
||||
},
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "用于显示您的位置和当地天气,提供更好的早晨体验"
|
||||
}
|
||||
},
|
||||
"requiredPrivateInfos": [
|
||||
"getLocation"
|
||||
],
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"lazyCodeLoading": "requiredComponents"
|
||||
}
|
||||
Reference in New Issue
Block a user