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 f92852c7271372e65e035a413f7712952a4906b1..6d53569527ec0f4ca78c556e1f8f6c5e4e3dc582 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-notification.md +++ b/zh-cn/application-dev/reference/apis/js-apis-notification.md @@ -3966,8 +3966,8 @@ Notification.subscribe(subscriber, subscribeCallback); | badgeIconStyle | number | 是 | 是 | 通知角标类型。 | | showDeliveryTime | boolean | 是 | 是 | 是否显示分发时间。 | | actionButtons | Array\<[NotificationActionButton](#notificationactionbutton)\> | 是 | 是 | 通知按钮,最多两个按钮。 | -| smallIcon | PixelMap | 是 | 是 | 通知小图标。 | -| largeIcon | PixelMap | 是 | 是 | 通知大图标。 | +| smallIcon | PixelMap | 是 | 是 | 通知小图标。(可选字段,大小不超过30KB) | +| largeIcon | PixelMap | 是 | 是 | 通知大图标。(可选字段,大小不超过30KB) | | creatorBundleName | string | 是 | 否 | 创建通知的包名。 | | creatorUid | number | 是 | 否 | 创建通知的UID。 | | creatorPid | number | 是 | 否 | 创建通知的PID。 | @@ -3984,7 +3984,6 @@ Notification.subscribe(subscriber, subscribeCallback); | removalWantAgent9+ | WantAgent | 是 | 是 | 当移除通知时,通知将被重定向到的WantAgent实例。 | | badgeNumber9+ | number | 是 | 是 | 应用程序图标上显示的通知数。 | - ## DistributedOptions8+ 描述分布式选项。 diff --git a/zh-cn/application-dev/reference/apis/js-apis-notificationManager.md b/zh-cn/application-dev/reference/apis/js-apis-notificationManager.md index 4e8bc45120117bda88f19e622ed58c79a5a635f7..91aea9501f91f557e4b40015353ff6f09baeb9b9 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-notificationManager.md +++ b/zh-cn/application-dev/reference/apis/js-apis-notificationManager.md @@ -3872,8 +3872,8 @@ Notification.getSyncNotificationEnabledWithoutApp(userId) | badgeIconStyle | 是 | 是 | number | 通知角标类型。 | | showDeliveryTime | 是 | 是 | boolean | 是否显示分发时间。 | | actionButtons | 是 | 是 | Array\<[NotificationActionButton](#notificationactionbutton)\> | 通知按钮,最多两个按钮。 | -| smallIcon | 是 | 是 | PixelMap | 通知小图标。 | -| largeIcon | 是 | 是 | PixelMap | 通知大图标。 | +| smallIcon | 是 | 是 | PixelMap | 通知小图标。(可选字段,大小不超过30KB) | +| largeIcon | 是 | 是 | PixelMap | 通知大图标。(可选字段,大小不超过30KB) | | creatorBundleName | 是 | 否 | string | 创建通知的包名。 | | creatorUid | 是 | 否 | number | 创建通知的UID。 | | creatorPid | 是 | 否 | number | 创建通知的PID。 |