From 748e6a73b6b2a3e421becd0c12e5db2648f822f1 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Tue, 14 Jun 2022 06:32:42 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-notification.md. Signed-off-by: zengyawen --- zh-cn/application-dev/reference/apis/js-apis-notification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3c2e2b3a2f..2ef2f0ad16 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-notification.md +++ b/zh-cn/application-dev/reference/apis/js-apis-notification.md @@ -2354,7 +2354,7 @@ Notification.enableDistributedByBundle(bundle, enable, enableDistributedByBundle ## Notification.enableDistributedByBundle8+ -根据bundleenableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise +bundleenableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise\ 根据应用的包设置应用程序是否支持分布式通知(Promise形式)。 -- GitLab