From a3dce5c49f8a5035e74ceb14f8d495471fb361ea Mon Sep 17 00:00:00 2001 From: zyjhandsome Date: Tue, 21 Feb 2023 22:39:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=80=81=E5=9B=BE=E7=89=87=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=EF=BC=8C=E8=A1=A5=E5=85=85=E4=B8=80=E4=B8=AAPixelMap?= =?UTF-8?q?=E7=9A=84=E8=B6=85=E9=93=BE=E6=8E=A5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zyjhandsome --- zh-cn/application-dev/notification/text-notification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/notification/text-notification.md b/zh-cn/application-dev/notification/text-notification.md index bdb18fcb80..cd36636bb4 100644 --- a/zh-cn/application-dev/notification/text-notification.md +++ b/zh-cn/application-dev/notification/text-notification.md @@ -127,7 +127,7 @@ 运行效果如下图所示。 ![zh-cn_image_0000001417062446](figures/zh-cn_image_0000001417062446.png) - - 图片类型通知继承了普通文本类型的字段,同时新增了图片内容、内容概要和通知展开时的标题,图片内容为PixelMap类型对象,其大小不能超过2M。 + - 图片类型通知继承了普通文本类型的字段,同时新增了图片内容、内容概要和通知展开时的标题,图片内容为[PixelMap](../reference/apis/js-apis-image.md#pixelmap7)类型对象,其大小不能超过2M。 ```ts let imagePixelMap: PixelMap = undefined; // 需要获取图片PixelMap信息 -- GitLab