未验证 提交 6eb8acd4 编写于 作者: O openharmony_ci 提交者: Gitee

!23090 【轻量级 PR】:update zh-cn/application-dev/reference/apis/js-apis-window.md.

Merge pull request !23090 from 葛亚芳/N/A
...@@ -2662,7 +2662,6 @@ export default class EntryAbility extends UIAbility { ...@@ -2662,7 +2662,6 @@ export default class EntryAbility extends UIAbility {
return; return;
} }
console.info('Succeeded in loading the content.'); console.info('Succeeded in loading the content.');
});
// 获取应用主窗口。 // 获取应用主窗口。
let windowClass = null; let windowClass = null;
windowStage.getMainWindow((err, data) => { windowStage.getMainWindow((err, data) => {
...@@ -2675,6 +2674,7 @@ export default class EntryAbility extends UIAbility { ...@@ -2675,6 +2674,7 @@ export default class EntryAbility extends UIAbility {
// 获取UIContext实例。 // 获取UIContext实例。
globalThis.uiContext = windowClass.getUIContext(); globalThis.uiContext = windowClass.getUIContext();
}) })
});
} }
}; };
``` ```
...@@ -5654,7 +5654,7 @@ setFullScreen(isFullScreen: boolean, callback: AsyncCallback<void>): void ...@@ -5654,7 +5654,7 @@ setFullScreen(isFullScreen: boolean, callback: AsyncCallback<void>): void
> **说明:** > **说明:**
> >
> 从 API version 6开始支持,从API version 9开始废弃,推荐使用[setWindowSystemBarEnable()](#setwindowsystembarenable9) > 从 API version 6开始支持,从API version 9开始废弃,推荐联合使用[setWindowSystemBarEnable()](#setwindowsystembarenable9)和[setWindowLayoutFullScreen()](#setwindowlayoutfullscreen9)实现全屏
**系统能力:** SystemCapability.WindowManager.WindowManager.Core **系统能力:** SystemCapability.WindowManager.WindowManager.Core
...@@ -5688,7 +5688,7 @@ setFullScreen(isFullScreen: boolean): Promise<void> ...@@ -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 **系统能力:** SystemCapability.WindowManager.WindowManager.Core
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册