feat: release

This commit is contained in:
zzc
2026-05-20 15:49:45 +08:00
parent 50728c0211
commit 7a5afff119
2 changed files with 747 additions and 4 deletions

View File

@@ -42,9 +42,9 @@
}
},
{
"path": "pages/creation/index",
"path": "pages/release/index",
"style": {
"navigationBarTitleText": "创作中心",
"navigationBarTitleText": "发布中心",
"navigationStyle": "custom",
"backgroundColor": "#fbfbfb"
}
@@ -104,8 +104,8 @@
"selectedIconPath": "static/images/tabBar/home_s.png"
},
{
"text": "创作",
"pagePath": "pages/creation/index",
"text": "发布",
"pagePath": "pages/release/index",
"iconPath": "static/images/tabBar/creation.png",
"selectedIconPath": "static/images/tabBar/creation_s.png"
},