- Removed unnecessary "peer" flags from various dependencies in package-lock.json to streamline package management. - Updated Vite dependencies and their corresponding metadata for improved performance and compatibility. - Adjusted import paths in CSS files to reflect the correct directory structure. - Deleted unused CSS files related to the "col" component to clean up the project.
66 lines
1.8 KiB
JSON
66 lines
1.8 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/player/index",
|
|
"pages/user/index",
|
|
"pages/match/challenge/index",
|
|
"pages/match/challenge-detail/index",
|
|
"pages/match/ranking/index",
|
|
"pages/match/history/index",
|
|
"pages/match/recent/index",
|
|
"pages/article/list/index",
|
|
"pages/article/detail/index",
|
|
"pages/points/mall/index",
|
|
"pages/points/records/index",
|
|
"pages/points/order/index",
|
|
"pages/store/index"
|
|
],
|
|
"requiredPrivateInfos": [
|
|
"getLocation"
|
|
],
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
|
}
|
|
},
|
|
"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"
|
|
} |