From b720466299fa6ebaadd788e872ab896ee1cbc803 Mon Sep 17 00:00:00 2001 From: chenhaiying Date: Sat, 24 Dec 2022 07:33:06 +0000 Subject: [PATCH] =?UTF-8?q?fixed=20eb7d051=20from=20https://gitee.com/ge-y?= =?UTF-8?q?afang/docs/pulls/12880=20=E4=BF=AE=E6=94=B9=E8=89=B2=E5=9F=9F?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chenhaiying --- zh-cn/application-dev/reference/apis/js-apis-window.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-window.md b/zh-cn/application-dev/reference/apis/js-apis-window.md index 90f51796ab..d3b354660f 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-window.md +++ b/zh-cn/application-dev/reference/apis/js-apis-window.md @@ -248,7 +248,7 @@ import window from '@ohos.window'; | 名称 | 值 | 说明 | | ---------- | ------ | -------------- | -| DEFAULT | 0 | 默认色域模式。 | +| DEFAULT | 0 | 默认SRGB色域模式。 | | WIDE_GAMUT | 1 | 广色域模式。 | ## ScaleOptions9+ -- GitLab