Update assets

This commit is contained in:
marzban-dev
2025-06-02 17:00:21 +03:30
parent 808676341d
commit e3a0e4fc82
17 changed files with 48 additions and 16 deletions
+28 -16
View File
@@ -17,18 +17,18 @@ export default defineNuxtConfig({
mode: "out-in",
},
head: {
// link: [
// {
// rel: "apple-touch-icon",
// href: "icon-dark.png",
// media: "(prefers-color-scheme: dark)",
// },
// {
// rel: "apple-touch-icon",
// href: "icon-light.png",
// media: "(prefers-color-scheme: light)",
// },
// ],
meta: [
{
name: "apple-mobile-web-app-capable",
content: "yes",
},
],
link: [
{
rel: "apple-touch-icon",
href: "/logo/apple-icon-180.png",
},
],
},
// layoutTransition: {
// name: "fade",
@@ -97,16 +97,28 @@ export default defineNuxtConfig({
theme_color: "#ffffff",
icons: [
{
src: "/logo/logo-192x192.png",
src: "/logo/manifest-icon-192.maskable.png",
sizes: "192x192",
type: "image/png",
purpose: "monochrome",
purpose: "any",
},
{
src: "/logo/logo-512x512.png",
src: "/logo/manifest-icon-192.maskable.png",
sizes: "192x192",
type: "image/png",
purpose: "maskable",
},
{
src: "/logo/manifest-icon-512.maskable.png",
sizes: "512x512",
type: "image/png",
purpose: "monochrome",
purpose: "any",
},
{
src: "/logo/manifest-icon-512.maskable.png",
sizes: "512x512",
type: "image/png",
purpose: "maskable",
},
],
},
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="apple-touch-icon" href="/logo/apple-icon-180.png">
<meta name="apple-mobile-web-app-capable" content="yes">
</head>
<body>
</body>
</html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

+8
View File
@@ -0,0 +1,8 @@
{
"name": "Heymlz",
"short_name": "Heymlz",
"theme_color": "#ffffff",
"icons": [
]
}