From 953ba4f939529a0cfb338a008b64e09c5fe5e6c3 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Wed, 18 Dec 2024 20:45:21 +0800 Subject: [PATCH] =?UTF-8?q?chore(pages.json):=20=E8=B0=83=E6=95=B4=20eleme?= =?UTF-8?q?nt=20API=20=E5=85=88=E5=90=8E=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/pages.json b/pages.json index e5418ecd..8b5294a5 100644 --- a/pages.json +++ b/pages.json @@ -1030,31 +1030,31 @@ } }, // #endif - // #ifdef APP-ANDROID || APP-IOS + // #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN { - "path": "pages/API/element-takesnapshot/element-takesnapshot", + "path": "pages/API/element-get-bounding-client-rect-async/element-get-bounding-client-rect-async", "group": "1,30", "style": { - "navigationBarTitleText": "takeSnapshot | 截图", - "enablePullDownRefresh": false + "navigationBarTitleText": "getBoundingClientRectAsync | 异步获取元素信息" } }, // #endif // #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN { - "path": "pages/API/element-get-bounding-client-rect-async/element-get-bounding-client-rect-async", + "path": "pages/API/element-get-attribute/element-get-attribute", "group": "1,30", "style": { - "navigationBarTitleText": "getBoundingClientRectAsync | 异步获取元素信息" + "navigationBarTitleText": "getAttribute | 获取元素的属性值" } }, // #endif - // #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN + // #ifdef APP-ANDROID || APP-IOS { - "path": "pages/API/element-get-attribute/element-get-attribute", + "path": "pages/API/element-takesnapshot/element-takesnapshot", "group": "1,30", "style": { - "navigationBarTitleText": "getAttribute | 获取元素的属性值" + "navigationBarTitleText": "takeSnapshot | 截图", + "enablePullDownRefresh": false } }, // #endif @@ -1121,23 +1121,23 @@ } }, // #endif - // #ifdef APP - { - "path" : "pages/API/choose-media/choose-media", - "group": "1,7,11", - "style" : - { - "navigationBarTitleText" : "chooseMedia | 拍摄或从手机相册中选择图片或视频" - } - }, - { - "path" : "pages/API/choose-media/fullscreen-video", - "style" : - { - "navigationStyle" : "custom" - } - }, - // #endif + // // #ifdef APP + // { + // "path" : "pages/API/choose-media/choose-media", + // "group": "1,7,11", + // "style" : + // { + // "navigationBarTitleText" : "chooseMedia | 拍摄或从手机相册中选择图片或视频" + // } + // }, + // { + // "path" : "pages/API/choose-media/fullscreen-video", + // "style" : + // { + // "navigationStyle" : "custom" + // } + // }, + // // #endif // #ifdef APP-ANDROID || APP-IOS || WEB || MP-WEIXIN { "path": "pages/API/get-network-type/get-network-type", -- GitLab