make page

This commit is contained in:
zzc
2026-01-15 08:43:10 +08:00
parent f34899eb81
commit 3d2d20dd5f
21 changed files with 4315 additions and 737 deletions

View File

@@ -6,7 +6,8 @@
"navigationBarTitleText": "新春祝福",
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"backgroundColor": "#FFFFFF"
"backgroundColor": "#FFFFFF",
"enableShareAppMessage": true
}
},
{
@@ -24,6 +25,14 @@
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/detail/index",
"style": {
"navigationBarTitleText": "新春祝福详情",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],
"globalStyle": {
@@ -45,7 +54,7 @@
"selectedIconPath": "static/images/tabBar/home_s.png"
},
{
"text": "讨论",
"text": "制作",
"pagePath": "pages/make/index",
"iconPath": "static/images/tabBar/message.png",
"selectedIconPath": "static/images/tabBar/message_s.png"