From 2e6f64bf6cbd77f4ccfc086d50d29d6cb1241398 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Wed, 23 Oct 2024 17:58:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20pages.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 66 +++++++++++++++++++++++++++--------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/pages.json b/pages.json index daf492ca..eb90e06b 100644 --- a/pages.json +++ b/pages.json @@ -428,7 +428,6 @@ } }, // #endif - // #ifdef WEB || APP { "path": "pages/component/map/map", "group": "0,6", @@ -436,7 +435,6 @@ "navigationBarTitleText": "map | 地图" } }, - // #endif // #ifdef WEB { "path": "pages/component/cover-view/cover-view", @@ -489,7 +487,7 @@ "navigationBarTitleText": "涂鸦" } }, - // #ifdef APP-ANDROID || APP-IOS + // #ifndef WEB { "path": "pages/component/native-view/native-view", "group": "0,2,4", @@ -1158,7 +1156,7 @@ "navigationBarTitleText": "createSelectorQuery | 创建 SelectorQuery 实例" } }, - // #ifdef APP-ANDROID || APP-IOS + // #ifndef WEB { "path": "pages/API/get-native-view/element-getnativeview", "group": "1,30", @@ -1183,13 +1181,15 @@ "navigationBarTitleText": "provider | 服务提供商" } }, - { - "path": "pages/API/privacy/privacy", - "group": "1,1,7", - "style": { - "navigationBarTitleText": "privacy | 隐私信息授权" - } - }, + // #endif + // #ifndef WEB + { + "path": "pages/API/privacy/privacy", + "group": "1,1,8", + "style": { + "navigationBarTitleText": "privacy | 隐私信息授权" + } + }, // #endif { "path": "pages/API/uni-push/uni-push", @@ -1202,7 +1202,7 @@ "path": "pages/API/dialog-page/dialog-page", "group": "1,2,1", "style": { - "navigationBarTitleText": "dialogPage | 弹框页面" + "navigationBarTitleText": "dialogPage" } }, { @@ -1813,14 +1813,14 @@ } }, // #endif - // #ifdef APP-ANDROID || APP-IOS || WEB + // #ifdef APP-ANDROID || APP-IOS || WEB { "path": "pages/template/schema/schema", "style": { "navigationBarTitleText": "打开schema示例" } }, - // #endif + // #endif // #ifdef APP-ANDROID { "path": "pages/template/share/share", @@ -1855,7 +1855,7 @@ } }, // #endif - // #ifdef APP-ANDROID || APP-IOS || WEB + // #ifdef APP-ANDROID || APP-IOS || WEB { "path": "pages/template/custom-long-list/custom-long-list", "style": { @@ -1863,7 +1863,7 @@ "enablePullDownRefresh": false } }, - // #endif + // #endif { "path": "pages/template/test-background-color-content/test-background-color-content", "style": { @@ -1871,23 +1871,22 @@ "backgroundColorContent": "#fffae8" } }, - // #ifdef APP-IOS - { - "path" : "pages/API/event-bus/uts-event-bus", - "style" : - { - "navigationBarTitleText" : "" - } - }, - // #endif - // #ifdef APP + // #ifdef APP-IOS + { + "path": "pages/API/event-bus/uts-event-bus", + "style": { + "navigationBarTitleText": "" + } + }, + // #endif + // #ifdef APP { "path": "pages/component/button/privacy", "style": { "navigationBarTitleText": "" } } - // #endif + // #endif ], "globalStyle": { "pageOrientation": "portrait", @@ -1896,7 +1895,7 @@ "navigationBarBackgroundColor": "@navigationBarBackgroundColor", "backgroundColorContent": "@backgroundColorContent", "backgroundColor": "@backgroundColor", - "backgroundTextStyle": "@backgroundTextStyle", + "backgroundTextStyle": "@backgroundTextStyle", "hideStatusBar": false, "hideBottomNavigationIndicator": false }, @@ -2209,10 +2208,11 @@ "id": "api.base.provider", "name": "provider" }, - { - "id": "api.base.privacy", - "name": "privacy" - } + null, + { + "id": "api.base.privacy", + "name": "privacy" + } ] }, { @@ -2863,4 +2863,4 @@ ] } ] -} +} \ No newline at end of file -- GitLab