更新favicon

This commit is contained in:
xianyi
2025-12-04 17:28:57 +08:00
parent 2109827cb1
commit a5fa94145e
4 changed files with 3 additions and 3 deletions

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/h.png" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="manifest" href="/manifest.json">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>圆和医疗1.0.0</title>

View File

@@ -7,9 +7,9 @@
"theme_color": "#FFFFFF",
"icons": [
{
"src": "/h.png",
"src": "/favicon.ico",
"sizes": "192x192",
"type": "image/png"
"type": "image/x-icon"
}
]
}

BIN
src/assets/image/yuanhe.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB