This commit is contained in:
eric
2025-09-25 19:50:58 +08:00
parent afa521fae9
commit 2906d1d3fc
5 changed files with 309 additions and 70 deletions

View File

@@ -5,15 +5,14 @@
<meta name="description" content="云手机">
<!-- Icons -->
<link rel="apple-touch-icon" href="/static/images/images/phone2.png" />
<link rel="icon" sizes="192x192" href="/static/images/images/phone2.png" />
<link rel="apple-touch-icon" href="https://minioweb.hackrobot.cn/hackrobot/phone2.png" />
<link rel="icon" sizes="192x192" href="https://minioweb.hackrobot.cn/hackrobot/phone2.png" />
<!-- ✅ 提前建立连接 -->
<link rel="preconnect" href="https://minioweb.hackrobot.cn" crossorigin>
<link rel="dns-prefetch" href="https://minioweb.hackrobot.cn">
<!-- ✅ 预加载 LCP 图片 (WebP 优先PNG 回退) -->
<link rel="preload" as="image" href="https://minioweb.hackrobot.cn/hackrobot/phone2.webp" type="image/webp" fetchpriority="high">
<link rel="preload" as="image" href="https://minioweb.hackrobot.cn/hackrobot/phone2.png" type="image/png" fetchpriority="high">
<!-- JS 注入 -->