mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 19:47:49 +08:00
fix(icon): 更新apple-touch-icon
refactor(html): 移除不必要的预加载链接
This commit is contained in:
+1
-5
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
<!-- iOS Safari PWA 优化 -->
|
<!-- iOS Safari PWA 优化 -->
|
||||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||||
<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-precomposed.png" />
|
<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon.png" />
|
||||||
<link rel="apple-touch-startup-image" href="/splash/apple-splash.png" />
|
<link rel="apple-touch-startup-image" href="/splash/apple-splash.png" />
|
||||||
|
|
||||||
<!-- iOS Safari 全屏模式 -->
|
<!-- iOS Safari 全屏模式 -->
|
||||||
@@ -91,10 +91,6 @@
|
|||||||
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
|
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
|
||||||
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin />
|
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin />
|
||||||
|
|
||||||
<!-- 预加载关键资源 -->
|
|
||||||
<link rel="preload" href="/logo.png" as="image" />
|
|
||||||
<link rel="modulepreload" href="/src/main.ts" />
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#app {
|
#app {
|
||||||
block-size: 100%;
|
block-size: 100%;
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 54 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 102 KiB |
Reference in New Issue
Block a user