From 4e09f15cc17ded7d04f7de03e8a31a64b4017b7c Mon Sep 17 00:00:00 2001 From: xu-rui-w Date: Mon, 8 Aug 2022 09:51:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=9E=9A=E4=B8=BE=E5=80=BC?= 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 | 1 - 1 file changed, 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 0d42f6de72..da04e20907 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-image.md +++ b/zh-cn/application-dev/reference/apis/js-apis-image.md @@ -2140,7 +2140,6 @@ img.release().then(() =>{ | UNKNOWN | 0 | 未知格式。 | | RGB_565 | 2 | 格式为RGB_565 | | RGBA_8888 | 3 | 格式为RGBA_8888。 | -| BGRA_88889+ | 4 | 格式为BGRA_8888。 | ## AlphaType9+ -- GitLab