提交 e511e46f 编写于 作者: DCloud_iOS_WZT's avatar DCloud_iOS_WZT

屏蔽 iOS平台 get-image-info、compress-image、get-video-info、compress-video示例

(cherry picked from commit c245e331)
上级 ed74c4ea
...@@ -364,11 +364,11 @@ ...@@ -364,11 +364,11 @@
url: 'save-image-to-photos-album' url: 'save-image-to-photos-album'
}, },
// #endif // #endif
{ // #ifdef APP-ANDROID
name: "获取图片信息", {
url: 'get-image-info' name: "获取图片信息",
url: 'get-image-info'
}, },
// #ifdef APP
{ {
name: "压缩图片", name: "压缩图片",
url: 'compress-image' url: 'compress-image'
...@@ -384,11 +384,11 @@ ...@@ -384,11 +384,11 @@
url: 'save-video-to-photos-album' url: 'save-video-to-photos-album'
}, },
// #endif // #endif
{ // #ifdef APP-ANDROID
name: "获取视频信息", {
url: 'get-video-info' name: "获取视频信息",
url: 'get-video-info'
}, },
// #ifdef APP
{ {
name: "压缩视频", name: "压缩视频",
url: 'compress-video' url: 'compress-video'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册