From 168261864ab70c4fed9239afdbf94a4561b4a9a7 Mon Sep 17 00:00:00 2001 From: Lince Liu <353627866@qq.com> Date: Tue, 14 Jan 2025 09:08:58 +0000 Subject: [PATCH] update README.md. Signed-off-by: Lince Liu <353627866@qq.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a391fe3..fd7db6b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# 自定义通知角标 +# 实现自定义通知角标功能 ### 介绍 -本示例主要展示了设定应用的桌面图标角标的功能,使用@ohos.notificationManager接口,进行桌面角标的设置,通知的发送,获取等。 +本示例主要展示了设定应用的桌面图标角标的功能,使用@ohos.notificationManager接口,进行桌面角标的设置,通知的发送,获取等。帮助开发者实现桌面图标的角标展示及通知栏通知数量的展示。 ### 效果预览 -- Gitee