From a403393c1190994b473e679e1751794d9a1b9502 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期二, 01 七月 2025 10:36:07 +0800 Subject: [PATCH] add: 分享+景点管理 --- pages.json | 39 ++++++++++++++++++++++++++++++++++++--- 1 files changed, 36 insertions(+), 3 deletions(-) diff --git a/pages.json b/pages.json index a092c37..6a19d6c 100644 --- a/pages.json +++ b/pages.json @@ -12,7 +12,9 @@ { "path": "pages/home/home", "style": { - "navigationBarTitleText": "片场" + "navigationBarTitleText": "影途", + "enablePullDownRefresh": true, + "onReachBottomDistance": 50 } }, { @@ -50,7 +52,9 @@ "path": "film-detail", "style": { "navigationBarTitleText": "", - "enablePullDownRefresh": true + "enablePullDownRefresh": true, + "enableShareTimeline": true, + "enableShareAppMessage": true } } ,{ @@ -99,6 +103,13 @@ "enablePullDownRefresh": true } } + ,{ + "path": "profile-edit", + "style": { + "navigationBarTitleText": "编辑资料", + "enablePullDownRefresh": true + } + } ] } ,{ @@ -113,10 +124,32 @@ } ] } + ,{ + "root": "sub-pages/hot-spot", + "pages": [ + { + "path": "index", + "style": { + "navigationBarTitleText": "场景博物馆", + "enablePullDownRefresh": true + } + } + ,{ + "path": "spot-detail", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": true, + "enableShareTimeline": true, + "enableShareAppMessage": true + } + } + ] + } + ], "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "片场", + "navigationBarTitleText": "影途", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, -- Gitblit v1.9.3