From 500078714411487af00161e01bd7e0b5efdc3414 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期四, 07 八月 2025 13:32:32 +0800 Subject: [PATCH] add:热门景点 --- pages.json | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json index cd1324f..04c7637 100644 --- a/pages.json +++ b/pages.json @@ -86,6 +86,25 @@ } } ] + }, + { + "root": "sub-pages/hot-city", + "pages": [ + { + "path": "index", + "style": { + "navigationBarTitleText": "城市", + "enablePullDownRefresh": true + } + } + ,{ + "path": "hot-city-detail", + "style": { + "navigationBarTitleText": "城市详情", + "enablePullDownRefresh": true + } + } + ] } ,{ "root": "sub-pages/mine", -- Gitblit v1.9.3