提交 439911cc 编写于 作者: D DCloud_LXH

feat: harmony os next api 兼容性

上级 94acb3b8
因为 它太大了无法显示 source diff 。你可以改为 查看blob
......@@ -78,6 +78,8 @@ uni.chooseImage({
## uni.previewImage(OBJECT) @unipreviewimageobject
预览图片。
<!-- UNIAPPAPIJSON.previewImage.compatibility -->
**OBJECT 参数说明**
|参数名|类型|必填|说明|平台差异说明|
......@@ -165,6 +167,8 @@ uni.chooseImage({
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|√ `(3.2.15+)`|√ `(3.2.15+)`|x|x|x|x|x|x|x|x|
<!-- UNIAPPAPIJSON.closePreviewImage.compatibility -->
**OBJECT 参数说明**
|参数名|类型|必填|说明|
......@@ -185,6 +189,8 @@ uni.chooseImage({
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|√|√|√|√|√|√|√|√|√|
<!-- UNIAPPAPIJSON.getImageInfo.compatibility -->
**OBJECT 参数说明**
|参数名|类型|必填|说明|
......@@ -244,6 +250,8 @@ uni.chooseImage({
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|√|x|√|√|√|√|√|√|√|
<!-- UNIAPPAPIJSON.saveImageToPhotosAlbum.compatibility -->
**OBJECT 参数说明**
|参数名|类型|必填|说明|
......@@ -293,6 +301,8 @@ uni.chooseImage({
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|√|x|√|√|√(基础库版本>=3.110.3)|√|√|√|√|
<!-- UNIAPPAPIJSON.compressImage.compatibility -->
**OBJECT 参数说明**
| 属性 | 类型 | 默认值 | 必填 | 说明 | 平台差异说明 |
......@@ -301,8 +311,8 @@ uni.chooseImage({
| quality | Number | 80 | 否 | 压缩质量,范围0~100,数值越小,质量越低,压缩率越高(仅对jpg有效) ||
| width | String | auto | 否 | 缩放图片的宽度,支持像素值(如"100px")、百分比(如"50%")、自动计算(如"auto",即根据width与源图宽的缩放比例计算,若未设置width则使用源图宽度)|App 3.0.0+|
| height | String | auto | 否 | 缩放图片的高度,支持像素值(如"100px")、百分比(如"50%")、自动计算(如"auto",即根据height与源图高的缩放比例计算,若未设置height则使用源图高度)|App 3.0.0+|
| compressedWidth | Number | - | 否 | 压缩后图片的宽度,单位为px,若不填写则默认以 compressedHeight 为准等比缩放 |微信小程序2.26.0 +|
| compressedHeight | Number | - | 否 | 压缩后图片的高度,单位为px,若不填写则默认以 compressedWidth 为准等比缩放 |微信小程序2.26.0 +|
| compressedWidth | Number | - | 否 | 压缩后图片的宽度,单位为px,若不填写则默认以 compressedHeight 为准等比缩放 |微信小程序2.26.0 +、App 3.7.0+|
| compressedHeight | Number | - | 否 | 压缩后图片的高度,单位为px,若不填写则默认以 compressedWidth 为准等比缩放 |微信小程序2.26.0 +、App 3.7.0+|
| rotate | Number | 0 | 否 | 旋转度数,范围0~360 |App 3.0.0+|
| success | Function | | 否 | 接口调用成功的回调函数 ||
| fail | Function | | 否 | 接口调用失败的回调函数 ||
......
......@@ -252,7 +252,7 @@ export default {
* 微信小程序在2023年10月17日之后,使用API需要配置[隐私协议](https://developers.weixin.qq.com/miniprogram/dev/framework/user-privacy/PrivacyAuthorize.html)
### uni.getVideoInfo(OBJECT)
## uni.getVideoInfo(OBJECT)
获取视频详细信息
......@@ -311,6 +311,8 @@ export default {
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|3.1.10+|x|2.11.0+|x|x|x|x|x|x|
<!-- UNIAPPAPIJSON.compressVideo.compatibility -->
App端有很多插件支持视频压缩,详见[插件市场](https://ext.dcloud.net.cn/search?q=%E8%A7%86%E9%A2%91%E5%8E%8B%E7%BC%A9)
压缩完毕后如需上传到cdn,可使用uniCloud.uploadFile API,uniCloud提供了免费cdn给开发者使用,详见[https://doc.dcloud.net.cn/uniCloud/storage?id=uploadfile](https://doc.dcloud.net.cn/uniCloud/storage?id=uploadfile)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册