fix: daily page

This commit is contained in:
zzc
2026-03-02 11:14:00 +08:00
parent 38843473c4
commit 033c70962c
2 changed files with 44 additions and 14 deletions

View File

@@ -1,5 +1,14 @@
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "新春祝福",
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"backgroundColor": "#FFFFFF"
}
},
{
"path": "pages/greeting/daily",
"style": {
@@ -16,15 +25,6 @@
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "新春祝福",
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"backgroundColor": "#FFFFFF"
}
},
{
"path": "pages/make/index",
"style": {