Files
rating/pages.json

185 lines
4.6 KiB
JSON
Raw Permalink Normal View History

2026-05-07 11:05:30 +08:00
{
"pages": [
{
"path": "pages/index/index",
"style": {
2026-06-09 23:55:11 +08:00
"navigationBarTitleText": "夯拉评分",
2026-05-07 11:05:30 +08:00
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"backgroundColor": "#FFFFFF"
}
},
{
"path": "pages/mine/help",
"style": {
"navigationBarTitleText": "帮助中心",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/mine/vip",
"style": {
"navigationBarTitleText": "会员中心",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/mine/profile",
"style": {
"navigationBarTitleText": "个人信息",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
2026-05-20 15:49:45 +08:00
"path": "pages/release/index",
2026-05-07 11:05:30 +08:00
"style": {
2026-05-20 15:49:45 +08:00
"navigationBarTitleText": "发布中心",
2026-05-07 11:05:30 +08:00
"navigationStyle": "custom",
"backgroundColor": "#fbfbfb"
}
},
2026-06-11 15:51:45 +08:00
{
"path": "pages/pk/index",
"style": {
"navigationBarTitleText": "PK站",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
2026-06-15 23:37:33 +08:00
{
"path": "pages/pk/detail",
"style": {
"navigationBarTitleText": "PK详情",
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
2026-06-14 23:22:17 +08:00
{
"path": "pages/message/index",
"style": {
"navigationBarTitleText": "消息",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
2026-05-07 11:05:30 +08:00
{
"path": "pages/webview/index",
"style": {
"navigationBarTitleText": "加载中...",
"enablePullDownRefresh": false
}
},
{
"path": "pages/feedback/index",
"style": {
"navigationBarTitleText": "意见反馈",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2026-05-07 17:03:19 +08:00
},
{
"path": "pages/rating/index",
"style": {
2026-06-09 23:55:11 +08:00
"navigationBarTitleText": "夯拉评分",
2026-05-07 17:03:19 +08:00
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/rating/detail",
"style": {
"navigationBarTitleText": "人物详情",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
2026-06-08 10:57:20 +08:00
},
2026-06-11 15:51:45 +08:00
{
"path": "pages/rating/pk",
"style": {
"navigationBarTitleText": "PK 对决",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
2026-06-08 10:57:20 +08:00
{
"path": "pages/mine/topics",
"style": {
"navigationBarTitleText": "我参与的话题",
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
2026-06-15 23:14:05 +08:00
},
{
"path": "pages/mine/pk",
"style": {
"navigationBarTitleText": "我参与的PK",
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
2026-05-07 11:05:30 +08:00
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"mp-alipay": {
"transparentTitle": "always",
"titlePenetrate": "YES"
}
},
"tabBar": {
"color": "#999999",
"selectedColor": "#ff3b30",
"backgroundColor": "#ffffff",
"iconWidth": "24px",
"list": [
{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "static/images/tabBar/home.png",
"selectedIconPath": "static/images/tabBar/home_s.png"
},
2026-06-11 15:51:45 +08:00
{
"text": "PK站",
"pagePath": "pages/pk/index",
2026-06-15 19:38:40 +08:00
"iconPath": "static/images/tabBar/pk.png",
"selectedIconPath": "static/images/tabBar/pk_s.png"
2026-06-11 15:51:45 +08:00
},
2026-05-07 11:05:30 +08:00
{
2026-05-20 15:49:45 +08:00
"text": "发布",
"pagePath": "pages/release/index",
2026-06-15 19:38:40 +08:00
"iconPath": "static/images/tabBar/publish.png",
"selectedIconPath": "static/images/tabBar/publish_s.png"
2026-05-07 11:05:30 +08:00
},
2026-06-14 23:22:17 +08:00
{
"text": "消息",
"pagePath": "pages/message/index",
2026-06-15 19:38:40 +08:00
"iconPath": "static/images/tabBar/message.png",
"selectedIconPath": "static/images/tabBar/message_s.png"
2026-06-14 23:22:17 +08:00
},
2026-05-07 11:05:30 +08:00
{
"text": "我的",
"pagePath": "pages/mine/mine",
"iconPath": "static/images/tabBar/me.png",
"selectedIconPath": "static/images/tabBar/me_s.png"
}
]
},
"uniIdRouter": {}
}