From 98aaa1914b0cdd6c8ebcc4ff8625e3ee77507a82 Mon Sep 17 00:00:00 2001 From: yangfei Date: Tue, 27 Jun 2023 16:25:52 +0800 Subject: [PATCH] fixed a6e406e from https://gitee.com/hjj-code_1/docs/pulls/20181 window event doc revise Signed-off-by: yangfei Change-Id: Ifb13222a6fb3c106e65eea114a57ca4e638d3d0b --- zh-cn/application-dev/reference/apis/js-apis-window.md | 4 ---- 1 file changed, 4 deletions(-) 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 fa553b8944..4728ae3f1c 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-window.md +++ b/zh-cn/application-dev/reference/apis/js-apis-window.md @@ -2964,8 +2964,6 @@ on(type: 'windowEvent', callback: Callback<WindowEventType>): void 开启窗口生命周期变化的监听。 -**系统接口:** 此接口为系统接口。 - **系统能力:** SystemCapability.WindowManager.WindowManager.Core **参数:** @@ -2993,8 +2991,6 @@ off(type: 'windowEvent', callback?: Callback<WindowEventType >): void 关闭窗口生命周期变化的监听。 -**系统接口:** 此接口为系统接口。 - **系统能力:** SystemCapability.WindowManager.WindowManager.Core **参数:** -- GitLab