From c245e331b64a1770d6783db63a3f326fd6d85551 Mon Sep 17 00:00:00 2001 From: wangzhitong Date: Tue, 2 Jul 2024 11:10:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=20iOS=E5=B9=B3=E5=8F=B0=20ge?= =?UTF-8?q?t-image-info=E3=80=81compress-image=E3=80=81get-video-info?= =?UTF-8?q?=E3=80=81compress-video=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabBar/API.uvue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/tabBar/API.uvue b/pages/tabBar/API.uvue index 57672651..f6537e6e 100644 --- a/pages/tabBar/API.uvue +++ b/pages/tabBar/API.uvue @@ -374,11 +374,11 @@ url: 'save-image-to-photos-album' }, // #endif - { - name: "获取图片信息", - url: 'get-image-info' + // #ifdef APP-ANDROID + { + name: "获取图片信息", + url: 'get-image-info' }, - // #ifdef APP { name: "压缩图片", url: 'compress-image' @@ -394,11 +394,11 @@ url: 'save-video-to-photos-album' }, // #endif - { - name: "获取视频信息", - url: 'get-video-info' + // #ifdef APP-ANDROID + { + name: "获取视频信息", + url: 'get-video-info' }, - // #ifdef APP { name: "压缩视频", url: 'compress-video' -- GitLab