yingsa/miniprogram/app.json

55 lines
1.5 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/user/index",
"pages/match/challenge/index",
"pages/match/challenge-detail/index",
"pages/match/ranking/index",
"pages/match/history/index",
"pages/points/mall/index",
"pages/points/records/index",
"pages/points/order/index",
"pages/store/index"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#FF6B35",
"navigationBarTitleText": "羽动俱乐部",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#FF6B35",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "排名",
"iconPath": "images/tab-rank.png",
"selectedIconPath": "images/tab-rank-active.png"
},
{
"pagePath": "pages/match/challenge/index",
"text": "比赛",
"iconPath": "images/tab-match.png",
"selectedIconPath": "images/tab-match-active.png"
},
{
"pagePath": "pages/points/mall/index",
"text": "积分",
"iconPath": "images/tab-points.png",
"selectedIconPath": "images/tab-points-active.png"
},
{
"pagePath": "pages/user/index",
"text": "我的",
"iconPath": "images/tab-user.png",
"selectedIconPath": "images/tab-user-active.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}