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

遴选 API get-image-info、get-video-info 条件编译

上级 65c59af0
...@@ -364,11 +364,13 @@ ...@@ -364,11 +364,13 @@
url: 'save-image-to-photos-album' url: 'save-image-to-photos-album'
}, },
// #endif // #endif
// #ifdef APP-ANDROID // #ifndef APP-IOS
{ {
name: "获取图片信息", name: "获取图片信息",
url: 'get-image-info' url: 'get-image-info'
}, },
// #endif
// #ifdef APP-ANDROID
{ {
name: "压缩图片", name: "压缩图片",
url: 'compress-image' url: 'compress-image'
...@@ -384,11 +386,14 @@ ...@@ -384,11 +386,14 @@
url: 'save-video-to-photos-album' url: 'save-video-to-photos-album'
}, },
// #endif // #endif
// #ifdef APP-ANDROID
// #ifndef APP-IOS
{ {
name: "获取视频信息", name: "获取视频信息",
url: 'get-video-info' url: 'get-video-info'
}, },
// #endif
// #ifdef APP-ANDROID
{ {
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.
先完成此消息的编辑!
想要评论请 注册