From 7abdb24968bcb88f177851a30e41f282b9189a98 Mon Sep 17 00:00:00 2001 From: tj <1378534974@qq.com> Date: 星期三, 21 五月 2025 19:11:47 +0800 Subject: [PATCH] 初步框架 --- pages.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 41 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json index 334db1b..43a9597 100644 --- a/pages.json +++ b/pages.json @@ -27,6 +27,47 @@ } } ] + }, + { + "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/mine", + "pages": [ + { + "path": "index", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": true + } + } + ] } ], "globalStyle": { -- Gitblit v1.9.3