From 742ec98494c291fa4cce6be0eb1c8c2f30081b31 Mon Sep 17 00:00:00 2001 From: renhw001 Date: Mon, 15 May 2023 02:55:19 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-image.md. Signed-off-by: renhw001 --- zh-cn/application-dev/reference/apis/js-apis-image.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-image.md b/zh-cn/application-dev/reference/apis/js-apis-image.md index 86c573a1a6..ff24d733e9 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-image.md +++ b/zh-cn/application-dev/reference/apis/js-apis-image.md @@ -936,7 +936,7 @@ createImageSource(uri: string): ImageSource | 参数名 | 类型 | 必填 | 说明 | | ------ | ------ | ---- | ---------------------------------- | -| uri | string | 是 | 图片路径,当前仅支持应用沙箱路径。
当前支持格式有:.jpg .png .gif .bmp .webp RAW [SVG10+](#svg)。 | +| uri | string | 是 | 图片路径,当前仅支持应用沙箱路径。
当前支持格式有:.jpg .png .gif .bmp .webp RAW [SVG(##SVG标签说明)10+]。 | **返回值:** @@ -974,7 +974,7 @@ createImageSource(uri: string, options: SourceOptions): ImageSource | 参数名 | 类型 | 必填 | 说明 | | ------- | ------------------------------- | ---- | ----------------------------------- | -| uri | string | 是 | 图片路径,当前仅支持应用沙箱路径。
当前支持格式有:.jpg .png .gif .bmp .webp RAW [SVG10+](#svg)。 | +| uri | string | 是 | 图片路径,当前仅支持应用沙箱路径。
当前支持格式有:.jpg .png .gif .bmp .webp RAW [SVG(##SVG标签说明)10+]。 | | options | [SourceOptions](#sourceoptions9) | 是 | 图片属性,包括图片序号与默认属性值。| **返回值:** -- GitLab