From 06b6771d0bca1ed6f42e534d165c3b4d8ba74579 Mon Sep 17 00:00:00 2001 From: mayunteng_1 Date: Mon, 25 Jul 2022 16:49:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: mayunteng_1 Change-Id: If4b4484db428d7308a128cefff583c0e3212bf08 --- .../reference/apis/js-apis-inputmonitor.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-inputmonitor.md b/zh-cn/application-dev/reference/apis/js-apis-inputmonitor.md index be52e91559..9ce35da2f1 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-inputmonitor.md +++ b/zh-cn/application-dev/reference/apis/js-apis-inputmonitor.md @@ -29,9 +29,9 @@ on(type: "touch", receiver: TouchEventReceiver): void 此接口为系统接口。 -**需要权限:**ohos.permission.INPUT_MONITORING +**需要权限:** ohos.permission.INPUT_MONITORING -**系统能力:**SystemCapability.MultimodalInput.Input.InputMonitor +**系统能力:** SystemCapability.MultimodalInput.Input.InputMonitor **参数:** | 参数 | 类型 | 必填 | 说明 | @@ -84,9 +84,9 @@ off(type: "touch", receiver?: TouchEventReceiver): void 此接口为系统接口。 -**需要权限:**ohos.permission.INPUT_MONITORING +**需要权限:** ohos.permission.INPUT_MONITORING -**系统能力:**SystemCapability.MultimodalInput.Input.InputMonitor +**系统能力:** SystemCapability.MultimodalInput.Input.InputMonitor **参数:** | 参数 | 类型 | 必填 | 说明 | @@ -106,9 +106,9 @@ off(type: "mouse", receiver?: Callback<MouseEvent>): void 此接口为系统接口。 -**需要权限:**ohos.permission.INPUT_MONITORING +**需要权限:** ohos.permission.INPUT_MONITORING -**系统能力:**SystemCapability.MultimodalInput.Input.InputMonitor +**系统能力:** SystemCapability.MultimodalInput.Input.InputMonitor **参数:** @@ -131,7 +131,7 @@ inputMonitor.off("mouse"); 此接口为系统接口。 -**系统能力:**SystemCapability.MultimodalInput.Input.InputMonitor +**系统能力:** SystemCapability.MultimodalInput.Input.InputMonitor **参数:** | 参数 | 类型 | 必填 | 说明 | -- GitLab