提交 c6a225de 编写于 作者: K kukixi

modify image doc error

Signed-off-by: Nkukixi <kouxinxin@huawei.com>
上级 0e6761e7
......@@ -5,9 +5,14 @@
>
> - 从API version 4开始支持。后续版本如有新增内容,则采用上角标单独标记该内容的起始版本。
>
> - 需要在config.json配置
> - 需要在config.json对应的"abilities"中设置"*configChanges*"属性为"orientation"
> ```
> "configChanges": ["orientation"]
> "abilities": [
> {
> "configChanges": ["orientation"],
> ...
> }
> ]
> ```
视频播放组件。
......
......@@ -19,12 +19,12 @@ ohos.permission.INTERNET(使用网络图片)
## 接口
Image(value: {uri: string | PixelMap})
Image(src: string | PixelMap | Resource})
- 参数
| 参数名 | 参数类型 | 必填 | 默认值 | 参数描述 |
| 参数名 | 参数类型 | 必填 | 默认值 | 参数描述 |
| -------- | -------- | -------- | -------- | -------- |
| uri | string | 是 | - | 图片的uri,支持本地图片和网络路径。 |
| src | string\|&nbsp;[PixelMap](../apis/js-apis-image.md#pixelmap7)\|&nbsp;[Resource](../../ui/ts-types.md#resource类型)| 是 | - | 图片的数据源,支持本地图片和网络图片。<br/>支持的图片格式包括png、jpg、bmp、svg和gif。<br/>支持`Base64`字符串。格式为data:image/[png&nbsp;\|&nbsp;jpeg&nbsp;\|&nbsp;bmp&nbsp;\|&nbsp;webp];base64,&nbsp;[base64&nbsp;data],&nbsp;其中[base64&nbsp;data]为Base64字符串数据。<br/>支持`dataability://`路径前缀的字符串,用于访问通过data&nbsp;ability提供的图片路径。 |
## 属性
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册