From 0257d54bf2116cb25d381e7b67c0498a12b5a7fd Mon Sep 17 00:00:00 2001 From: zyjhandsome Date: Sun, 4 Dec 2022 21:08:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=B8=80=E4=B8=AA=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zyjhandsome --- zh-cn/application-dev/notification/notification-enable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/notification/notification-enable.md b/zh-cn/application-dev/notification/notification-enable.md index d9b6a9b338..0fa28f98eb 100644 --- a/zh-cn/application-dev/notification/notification-enable.md +++ b/zh-cn/application-dev/notification/notification-enable.md @@ -4,7 +4,6 @@ 应用需要开启通知开关才能发送通知。开发者可以在通知发布前调用[requestEnableNotification()](../reference/apis/js-apis-notification.md#notificationrequestenablenotification8)方法,弹窗让用户选择是否开启使能开关,仅弹窗一次,后续调用该接口不再弹窗。 **图1** 使能通知开关示意图 - ![zh-cn_image_0000001416585590](figures/zh-cn_image_0000001416585590.png) @@ -47,3 +46,4 @@ console.error(`[ANS] requestEnableNotification failed, errCode[${err}]`); }); ``` + -- GitLab