From 8a530ab80a5b5f8c2a53d2daad736c3b90021c0e Mon Sep 17 00:00:00 2001 From: wangzhitong Date: Wed, 3 Jul 2024 11:13:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=B4=E9=80=89=20API=20get-image-info?= =?UTF-8?q?=E3=80=81get-video-info=20=E6=9D=A1=E4=BB=B6=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabBar/API.uvue | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/pages/tabBar/API.uvue b/pages/tabBar/API.uvue index 2d6425e5..b232e014 100644 --- a/pages/tabBar/API.uvue +++ b/pages/tabBar/API.uvue @@ -363,12 +363,14 @@ name: "保存图片到相册", url: 'save-image-to-photos-album' }, - // #endif - // #ifdef APP-ANDROID + // #endif + // #ifndef APP-IOS { name: "获取图片信息", url: 'get-image-info' - }, + }, + // #endif + // #ifdef APP-ANDROID { name: "压缩图片", url: 'compress-image' @@ -384,11 +386,14 @@ url: 'save-video-to-photos-album' }, // #endif - // #ifdef APP-ANDROID + + // #ifndef APP-IOS { name: "获取视频信息", url: 'get-video-info' - }, + }, + // #endif + // #ifdef APP-ANDROID { name: "压缩视频", url: 'compress-video' -- GitLab