fix: 修复 favicon 及 PWA 图标,统一使用网站 logo 生成

This commit is contained in:
2026-03-27 15:40:50 +08:00
parent 63781358b2
commit c0cff7f7a1
7 changed files with 1 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
<!-- Favicon -->
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
<link rel="icon" href="/pwa-192x192.png" type="image/png" />
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" />
<!-- PWA / Theme -->