From 708117ec92200cecf15b6566d0aaf9640ab8643c Mon Sep 17 00:00:00 2001 From: wangzhitong Date: Mon, 17 Jun 2024 15:39:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E6=94=BE=20iOS=E5=B9=B3=E5=8F=B0=20ge?= =?UTF-8?q?t-image-info=E3=80=81get-video-info=E3=80=81compress-image?= =?UTF-8?q?=E3=80=81compress-video=E3=80=81rewarded-video-ad=E5=85=A5?= =?UTF-8?q?=E5=8F=A3(=E8=A1=A5=E5=85=85=E6=8F=90=E4=BA=A4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabBar/API.uvue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pages/tabBar/API.uvue b/pages/tabBar/API.uvue index e6b5a782..a70426fc 100644 --- a/pages/tabBar/API.uvue +++ b/pages/tabBar/API.uvue @@ -364,13 +364,11 @@ url: 'save-image-to-photos-album' }, // #endif - // #ifdef APP-ANDROID || WEB { name: "获取图片信息", url: 'get-image-info' }, - // #endif - // #ifdef APP-ANDROID + // #ifdef APP { name: "压缩图片", url: 'compress-image' @@ -386,13 +384,11 @@ url: 'save-video-to-photos-album' }, // #endif - // #ifdef APP-ANDROID || WEB { name: "获取视频信息", url: 'get-video-info' }, - // #endif - // #ifdef APP-ANDROID + // #ifdef APP { name: "压缩视频", url: 'compress-video' -- GitLab