From eb17b41f468e28aca439c0e3f2d6410cedaea39d Mon Sep 17 00:00:00 2001 From: ge-yafang Date: Fri, 25 Aug 2023 10:17:45 +0800 Subject: [PATCH] update docs Signed-off-by: ge-yafang --- 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 8845092792..ea665b222c 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-window.md +++ b/zh-cn/application-dev/reference/apis/js-apis-window.md @@ -5688,7 +5688,7 @@ setFullScreen(isFullScreen: boolean): Promise<void> > **说明:** > -> 从 API version 6开始支持,从API version 9开始废弃,推荐使用[setWindowSystemBarEnable()](#setwindowsystembarenable9-1)。 +> 从 API version 6开始支持,从API version 9开始废弃,推荐联合使用[setWindowSystemBarEnable()](#setwindowsystembarenable9-1)和[setWindowLayoutFullScreen()](#setwindowlayoutfullscreen9-1)实现全屏。 **系统能力:** SystemCapability.WindowManager.WindowManager.Core -- GitLab