From 9e183e23addbe129c449251331db70521a2afe9f Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Thu, 27 Jun 2024 16:08:23 +0800 Subject: [PATCH] =?UTF-8?q?chore(pages.json):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/pages.json b/pages.json index 803ee62d..1db5b330 100644 --- a/pages.json +++ b/pages.json @@ -1469,13 +1469,6 @@ "navigationBarTitleText": "日历" } }, - { - "path": "pages/API/theme-change/theme-change", - "style": { - "navigationBarTitleText": "主题切换", - "enablePullDownRefresh": false - } - }, // #endif { "path": "pages/template/schema/schema", @@ -1506,32 +1499,6 @@ } }, // #endif - { - "path": "pages/component/list-view/list-view-refresh", - "style": { - "navigationBarTitleText": "list-view-refresh", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/component/nested-scroll-header/nested-scroll-header", - "style": { - "navigationBarTitleText": "nested-scroll-header" - } - }, - { - "path": "pages/component/nested-scroll-body/nested-scroll-body", - "style": { - "navigationBarTitleText": "nested-scroll-body" - } - }, - { - "path": "pages/component/list-view/issue-2199", - "style": { - "navigationBarTitleText": "issue-2199", - "enablePullDownRefresh": false - } - }, // #ifdef APP { "path": "pages/API/request-payment/request-payment", -- GitLab