Files
rating/pages.json
2026-06-09 23:55:11 +08:00

131 lines
3.2 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "夯拉评分",
"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"
}
},
{
"path": "pages/release/index",
"style": {
"navigationBarTitleText": "发布中心",
"navigationStyle": "custom",
"backgroundColor": "#fbfbfb"
}
},
{
"path": "pages/webview/index",
"style": {
"navigationBarTitleText": "加载中...",
"enablePullDownRefresh": false
}
},
{
"path": "pages/feedback/index",
"style": {
"navigationBarTitleText": "意见反馈",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/rating/index",
"style": {
"navigationBarTitleText": "夯拉评分",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/rating/detail",
"style": {
"navigationBarTitleText": "人物详情",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mine/topics",
"style": {
"navigationBarTitleText": "我参与的话题",
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}
],
"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"
},
{
"text": "发布",
"pagePath": "pages/release/index",
"iconPath": "static/images/tabBar/creation.png",
"selectedIconPath": "static/images/tabBar/creation_s.png"
},
{
"text": "我的",
"pagePath": "pages/mine/mine",
"iconPath": "static/images/tabBar/me.png",
"selectedIconPath": "static/images/tabBar/me_s.png"
}
]
},
"uniIdRouter": {}
}