From 25834287ec45065d47ddf0c384dc617216b8bfb8 Mon Sep 17 00:00:00 2001 From: taohebin Date: Mon, 5 Aug 2024 10:18:22 +0800 Subject: [PATCH] =?UTF-8?q?update:=20unipush=E7=A4=BA=E4=BE=8B=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/uni-push/uni-push.uvue | 172 +++++++++++++++++++++---------- 1 file changed, 116 insertions(+), 56 deletions(-) diff --git a/pages/API/uni-push/uni-push.uvue b/pages/API/uni-push/uni-push.uvue index 941270b3..e92c9a70 100644 --- a/pages/API/uni-push/uni-push.uvue +++ b/pages/API/uni-push/uni-push.uvue @@ -12,6 +12,12 @@ + + 不同手机厂商的角标显示规则不同,有部分设备的rom版本不支持显示角标,另有部分rom需要在应用的通知管理里开启`桌面角标`配置,才可以设置角标成功。\n + 部分rom需要在设置中同时开启`通知开关`和`桌面角标`配置,才允许设置角标,例如鸿蒙4.2。 \n + 另外针对高版本小米设备,会借助创建通知栏消息来设置角标数,所以设置时需要注意是否有权限创建通知栏消息。 + + @@ -20,115 +26,162 @@ - + + - @@ -136,4 +189,11 @@ .normal-button { width: 100%; } + + .instructions { + margin-top: 10px; + margin-left: 10px; + margin-right: 10px; + background-color: #eee; + } -- GitLab