Update rollup-plugin-terser to version 7.0.2 and add new logos for Ntfy and Vite

This commit is contained in:
sHa
2025-08-11 00:20:06 +03:00
parent 61f8e30e4e
commit 39cbaa32e1
6 changed files with 75 additions and 4 deletions

View File

@@ -3873,5 +3873,44 @@
"main": "white"
}
}
},
{
"name": "Ntfy",
"path": "ntfy.svg",
"format": "SVG",
"disable": false,
"brand": "NTFY",
"tags": [
"Selfhosted",
"Notifications"
],
"colors": {
"white": "#FFFFFF",
"green": "#49a996",
"black": "#000000"
},
"targets": {
"background_outer": "#background>rect",
"background_inner": "#background>path",
"logo": "#logo"
},
"sets": {
"light": {
"background_outer": "green",
"background_inner": "green",
"logo": "white"
},
"dark": {
"background_outer": "green",
"background_inner": "green",
"logo": "black"
}
}
},
{
"name": "Vite",
"path": "vite.svg",
"format": "SVG",
"disable": false
}
]