fix: create page

This commit is contained in:
zzc
2026-02-13 16:43:55 +08:00
parent 71620d6199
commit b06a69bd33
3 changed files with 485 additions and 5 deletions

View File

@@ -89,6 +89,14 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/creation/index",
"style": {
"navigationBarTitleText": "创作中心",
"navigationStyle": "custom",
"backgroundColor": "#fbfbfb"
}
},
{
"path": "pages/detail/index",
"style": {
@@ -176,8 +184,8 @@
"selectedIconPath": "static/images/tabBar/home_s.png"
},
{
"text": "定制贺卡",
"pagePath": "pages/make/index",
"text": "创作",
"pagePath": "pages/creation/index",
"iconPath": "static/images/tabBar/creation.png",
"selectedIconPath": "static/images/tabBar/creation_s.png"
},