From b00d9470a3d463a34672fc48f6e1813196ee075b Mon Sep 17 00:00:00 2001 From: zengyawen Date: Tue, 14 Jun 2022 06:25:10 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 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 94a8376ac7..e22cdd5b09 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-notification.md +++ b/zh-cn/application-dev/reference/apis/js-apis-notification.md @@ -2349,8 +2349,7 @@ Notification.enableDistributedByBundle(bundle, enable, enableDistributedByBundle ## Notification.enableDistributedByBundle8+ - -根据bundleenableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise +bundleenableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise\ 根据应用的包设置应用程序是否支持分布式通知(Promise形式)。 -- GitLab