This commit is contained in:
zzc
2026-06-11 15:51:45 +08:00
parent 628c02752c
commit 4f7613f71c
7 changed files with 1574 additions and 11 deletions

View File

@@ -49,6 +49,14 @@
"backgroundColor": "#fbfbfb"
}
},
{
"path": "pages/pk/index",
"style": {
"navigationBarTitleText": "PK站",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/webview/index",
"style": {
@@ -80,6 +88,14 @@
"enablePullDownRefresh": true
}
},
{
"path": "pages/rating/pk",
"style": {
"navigationBarTitleText": "PK 对决",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/mine/topics",
"style": {
@@ -112,6 +128,12 @@
"iconPath": "static/images/tabBar/home.png",
"selectedIconPath": "static/images/tabBar/home_s.png"
},
{
"text": "PK站",
"pagePath": "pages/pk/index",
"iconPath": "static/images/tabBar/creation.png",
"selectedIconPath": "static/images/tabBar/creation_s.png"
},
{
"text": "发布",
"pagePath": "pages/release/index",