From 863f48e8cfd55f96fff075e051408332978c8d5a Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Fri, 29 Nov 2024 13:28:50 +0800 Subject: [PATCH] chore: update pages.json --- pages.json | 80 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 38 deletions(-) diff --git a/pages.json b/pages.json index efd02ed3..0cd19637 100644 --- a/pages.json +++ b/pages.json @@ -628,10 +628,10 @@ // #endif // #ifdef APP-ANDROID || APP-IOS { - "path": "pages/component/grid-view/grid-view", + "path": "pages/component/waterflow/waterflow", "group": "0,1,7", "style": { - "navigationBarTitleText": "grid-view | 表格容器" + "navigationBarTitleText": "waterflow | 瀑布流容器" } }, // #endif @@ -1220,20 +1220,24 @@ "enablePullDownRefresh": false } }, - { - "path": "pages/API/get-univerify-manager/univerify-custom-page", - "style": { - "navigationBarTextStyle":"black", - "navigationStyle": "custom" - } - }, - { - "path": "pages/API/get-univerify-manager/univerify-privacy-page", - "style": { - "navigationBarTextStyle":"black", - "navigationStyle": "custom" - } - }, + // #endif + // #ifdef APP-ANDROID || APP-IOS + { + "path": "pages/API/get-univerify-manager/univerify-custom-page", + "style": { + "navigationBarTextStyle": "black", + "navigationStyle": "custom" + } + }, + // #endif + // #ifdef APP-ANDROID || APP-IOS + { + "path": "pages/API/get-univerify-manager/univerify-privacy-page", + "style": { + "navigationBarTextStyle": "black", + "navigationStyle": "custom" + } + }, // #endif // #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN { @@ -1322,7 +1326,7 @@ } }, // #endif - // #ifdef APP-ANDROID || WEB || MP-WEIXIN + // #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN { "path": "pages/API/create-inner-audio-context/create-inner-audio-context", "group": "1,7,9", @@ -1331,7 +1335,7 @@ } }, // #endif - // #ifdef APP-ANDROID || WEB || MP-WEIXIN + // #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN { "path": "pages/API/create-inner-audio-context/inner-audio-format", "style": { @@ -1339,7 +1343,7 @@ } }, // #endif - // #ifdef APP-ANDROID || WEB || MP-WEIXIN + // #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN { "path": "pages/API/create-inner-audio-context/inner-audio-path", "style": { @@ -1347,7 +1351,7 @@ } }, // #endif - // #ifdef APP-ANDROID || WEB || MP-WEIXIN + // #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN { "path": "pages/API/create-inner-audio-context/inner-audio-mult", "style": { @@ -2210,13 +2214,13 @@ "enablePullDownRefresh": true } }, - { - "path": "pages/template/long-grid-nested/long-grid-nested", - "style": { - "navigationBarTitleText": "顶部banner瀑布流长列表嵌套滚动示例", - "enablePullDownRefresh": true - } - }, + { + "path": "pages/template/long-grid-nested/long-grid-nested", + "style": { + "navigationBarTitleText": "顶部banner瀑布流长列表嵌套滚动示例", + "enablePullDownRefresh": true + } + }, { "path": "pages/template/pull-zoom-image/pull-zoom-image", "style": { @@ -2317,14 +2321,14 @@ } }, // #endif - // #ifdef WEB - { - "path": "pages/template/browser-element/browser-element", - "style": { - "navigationBarTitleText": "如何使用浏览器 element" - } - }, - // #endif + // #ifdef WEB + { + "path": "pages/template/browser-element/browser-element", + "style": { + "navigationBarTitleText": "如何使用浏览器 element" + } + }, + // #endif // #ifdef MP-WEIXIN { "path": "pages/template/vant/vant", @@ -2454,8 +2458,8 @@ "name": "list-view" }, { - "id": "component.view-container.grid-view", - "name": "grid-view" + "id": "component.view-container.waterflow", + "name": "waterflow" }, { "id": "component.view-container.sticky", @@ -3349,4 +3353,4 @@ ] } ] -} +} \ No newline at end of file -- GitLab