From a4b8a19789604e062357029a724cb9423cb3ff18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B1=9F=E9=A2=96?= Date: Fri, 9 Sep 2022 08:45:32 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-screen-lock.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王江颖 --- .../reference/apis/js-apis-screen-lock.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-screen-lock.md b/zh-cn/application-dev/reference/apis/js-apis-screen-lock.md index daad735ebb..8af6cd7d3f 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-screen-lock.md +++ b/zh-cn/application-dev/reference/apis/js-apis-screen-lock.md @@ -24,7 +24,7 @@ isScreenLocked(callback: AsyncCallback<boolean>): void **参数:** - | 参数名 | 类型 | 必填 | 说明 | + | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | | callback | AsyncCallback<boolean> | 是 | 回调函数,返回true表示屏幕已锁屏,返回false表示屏幕未锁屏。 | @@ -79,7 +79,7 @@ isSecureMode(callback: AsyncCallback<boolean>): void **参数**: - | 参数名 | 类型 | 必填 | 说明 | + | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | | callback | AsyncCallback<boolean> | 是 | 回调函数。返回true表示屏幕处于安全模式下,返回false表示屏幕当前不在安全模式下。 | @@ -134,7 +134,7 @@ unlockScreen(callback: AsyncCallback<void>): void **参数**: - | 参数名 | 类型 | 必填 | 说明 | + | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | | callback | AsyncCallback<void> | 是 | 回调函数,失败时返回错误信息。 | @@ -161,7 +161,7 @@ unlockScreen(): Promise<void> **返回值**: - | 类型 | 说明 | + | 类型 | 说明 | | -------- | -------- | | Promise<void> | 以Promise形式返回结果。 | @@ -190,7 +190,7 @@ lockScreen(callback: AsyncCallback<boolean>): void **参数**: - | 参数名 | 类型 | 必填 | 说明 | + | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | | callback | AsyncCallback<void> | 是 | 回调函数,失败时返回错误信息。 | @@ -218,7 +218,7 @@ lockScreen(): Promise<boolean> **返回值**: - | 类型 | 说明 | + | 类型 | 说明 | | -------- | -------- | | Promise<void> | 以Promise形式返回结果。 | -- GitLab