From 14764dd7679369a650ad1d60be62aacc863755a1 Mon Sep 17 00:00:00 2001 From: tj <1378534974@qq.com> Date: 星期四, 22 五月 2025 16:29:01 +0800 Subject: [PATCH] 3 --- pages.json | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 60 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json index 334db1b..0c3cd2f 100644 --- a/pages.json +++ b/pages.json @@ -27,6 +27,66 @@ } } ] + }, + { + "root": "sub-pages/film-list", + "pages": [ + { + "path": "film-list", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": true + } + } + + ,{ + "path": "film-detail", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": true + // ,"navigationStyle": "custom" + } + } + ,{ + "path": "film-official-detail", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": true + // ,"navigationStyle": "custom" + } + } + ] + }, + { + "root": "sub-pages/community", + "pages": [ + { + "path": "index", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": true + } + } + ] + } + ,{ + "root": "sub-pages/mine", + "pages": [ + { + "path": "index", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": true + } + } + ,{ + "path": "settings", + "style": { + "navigationBarTitleText": "设置", + "enablePullDownRefresh": true + } + } + ] } ], "globalStyle": { -- Gitblit v1.9.3