From 27402f3600f9457debb30786bd4e0760c9cea9de Mon Sep 17 00:00:00 2001 From: fangjinliang Date: Wed, 6 Apr 2022 10:12:35 +0800 Subject: [PATCH] fixed 2b7bf3c from https://gitee.com/fangJinliang1/docs/pulls/3049 api document modfiy Signed-off-by: fangjinliang --- .../reference/apis/js-apis-notification.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-notification.md b/zh-cn/application-dev/reference/apis/js-apis-notification.md index a6bd24d5b8..95379aa8e4 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-notification.md +++ b/zh-cn/application-dev/reference/apis/js-apis-notification.md @@ -2851,10 +2851,10 @@ Notification.subscribe(subscriber, subscribeCallback); | 名称 | 值 | 说明 | | --------------------------------- | ----------- | ------------------ | | LEVEL_NONE | 0 | 表示关闭通知功能。 | -| LEVEL_MIN | 1 | 启用通知功能,但通知不启用。 | -| LEVEL_LOW | 2 | 通知和通知功能都启用。 | -| LEVEL_DEFAULT | 3 | 通知和通知功能都启用。 | -| LEVEL_HIGH | 4 | 通知和通知功能都启用。 | +| LEVEL_MIN | 1 | 指示通知功能已启用,但状态栏中不显示通知图标,且没有横幅或提示音。 | +| LEVEL_LOW | 2 | 指示通知功能已启用,且状态栏中显示通知图标,但没有横幅或提示音。 | +| LEVEL_DEFAULT | 3 | 指示通知功能已启用,状态栏中显示通知图标,没有横幅但有提示音。 | +| LEVEL_HIGH | 4 | 指示通知功能已启用,状态栏中显示通知图标,有横幅和提示音。 | ## BundleOption @@ -3097,8 +3097,6 @@ Notification.subscribe(subscriber, subscribeCallback); ## NotificationTemplate8+ -模板信息 - **系统能力**:以下各项对应的系统能力均为SystemCapability.Notification.Notification | 名称 | 参数类型 | 可读 | 可写 | 说明 | -- GitLab