From 2591da9c8e221c9b2a4e249e651ca650534b1d11 Mon Sep 17 00:00:00 2001 From: xu-rui-w Date: Tue, 19 Jul 2022 10:31:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=8F=8F=E8=BF=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xu-rui-w --- zh-cn/application-dev/reference/apis/js-apis-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5416b34376..fb19c79366 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-image.md +++ b/zh-cn/application-dev/reference/apis/js-apis-image.md @@ -2037,7 +2037,7 @@ img.release().then(() =>{ | 名称 | 默认值 | 描述 | | --------- | ------ | ----------------- | | UNKNOWN | 0 | 未知格式。 | -| RGB_565 | 2 | 格式为RGB_565 | +| RGB_565 | 2 | 格式为RGB_565。 | | RGBA_8888 | 3 | 格式为RGBA_8888。 | ## AlphaType9+ -- GitLab