增加推送小图标

This commit is contained in:
xuli
2025-12-12 18:00:01 +08:00
parent 804f1c6e18
commit a0a8e5e668
2 changed files with 17 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
{ {
"id" : "H5E705637", "id" : "H5E705637",
"name" : "718友晟", "name" : "718友晟",
"appid" : "__UNI__4C459F4", "appid" : "__UNI__0B682E1",
"description" : "", "description" : "",
"versionName" : "1.0.2", "versionName" : "1.0.2",
"versionCode" : "100", "versionCode" : "100",
@@ -87,12 +87,19 @@
"version" : "2", "version" : "2",
"offline" : true, "offline" : true,
"icons" : { "icons" : {
"small" : { "push" : {
"ldpi" : "/static/images/icon.png", "ldpi" : "/static/images/icon.png",
"mdpi" : "/static/images/icon.png", "mdpi" : "/static/images/icon.png",
"hdpi" : "/static/images/icon.png", "hdpi" : "/static/images/icon.png",
"xhdpi" : "/static/images/icon.png", "xhdpi" : "/static/images/icon.png",
"xxhdpi" : "/static/images/icon.png" "xxhdpi" : "/static/images/icon.png"
},
"small" : {
"ldpi" : "/static/images/icon_small.png",
"mdpi" : "/static/images/icon_small.png",
"hdpi" : "/static/images/icon_small.png",
"xhdpi" : "/static/images/icon_small.png",
"xxhdpi" : "/static/images/icon_small.png"
} }
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB