feat: rating

This commit is contained in:
zzc
2026-06-14 23:22:17 +08:00
parent 68ad3b0091
commit 26d3536cdf
2 changed files with 14 additions and 0 deletions

View File

@@ -57,6 +57,14 @@
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }
}, },
{
"path": "pages/message/index",
"style": {
"navigationBarTitleText": "消息",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{ {
"path": "pages/webview/index", "path": "pages/webview/index",
"style": { "style": {
@@ -140,6 +148,12 @@
"iconPath": "static/images/tabBar/creation.png", "iconPath": "static/images/tabBar/creation.png",
"selectedIconPath": "static/images/tabBar/creation_s.png" "selectedIconPath": "static/images/tabBar/creation_s.png"
}, },
{
"text": "消息",
"pagePath": "pages/message/index",
"iconPath": "static/images/tabBar/me.png",
"selectedIconPath": "static/images/tabBar/me_s.png"
},
{ {
"text": "我的", "text": "我的",
"pagePath": "pages/mine/mine", "pagePath": "pages/mine/mine",

0
pages/message/index.vue Normal file
View File