- 新增选手资料页面,支持查看选手信息及比赛记录 - 添加多个SVG图标替换原有emoji,提升视觉一致性 - 扩展CSS变量系统,增加信息、成功、警告、危险等状态颜色 - 优化多个页面的样式,统一使用CSS变量和现代设计语言 - 修复可选链操作符兼容性问题,改用传统条件判断 - 改进数据加载逻辑,使用Object.assign替代展开运算符 - 调整开发环境配置,使用本地服务器地址
56 lines
1.5 KiB
JSON
56 lines
1.5 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/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"
|
|
}
|