From 222f01bb2c90512b32986b581492a5bf29a93091 Mon Sep 17 00:00:00 2001 From: Coldsmiles Date: Sat, 21 Mar 2026 16:40:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=A4=BE=E4=BA=A4?= =?UTF-8?q?=E5=AA=92=E4=BD=93=E5=88=86=E4=BA=AB=E5=9B=BE=E7=89=87=E6=BA=90?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E4=B8=BA=20img.infstar.cn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 6 +++--- src/utils/seo.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 1af1bbd..940c4ed 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ - + @@ -34,7 +34,7 @@ - + @@ -55,7 +55,7 @@ "name": "星空之境 Minecraft 服务器", "description": "永不换档的纯净原版生存Minecraft服务器,支持Java版和基岩版互通", "url": "https://mc.infstar.org/", - "logo": "https://img.lunadeer.cn/i/2024/04/22/6625ce6c8ddc1.png", + "logo": "https://img.infstar.cn/i/2026/03/21/69be583695ff1.png", "image": "https://img.lunadeer.cn/i/2025/11/26/69267755e14e3.png", "game": { "@type": "VideoGame", diff --git a/src/utils/seo.js b/src/utils/seo.js index af9e92f..89b9b32 100644 --- a/src/utils/seo.js +++ b/src/utils/seo.js @@ -1,7 +1,7 @@ const SITE_URL = 'https://mc.infstar.org'; const SITE_NAME = '星空之境 Minecraft 服务器'; const SITE_DESCRIPTION = '星空之境是一个永不换档的纯净原版生存 Minecraft 服务器,支持 Java 版与基岩版互通。提供免费圈地保护、自研管理插件,紧跟最新游戏版本更新。'; -const DEFAULT_OG_IMAGE = 'https://img.lunadeer.cn/i/2024/04/22/6625ce6c8ddc1.png'; +const DEFAULT_OG_IMAGE = 'https://img.infstar.cn/i/2026/03/21/69be583695ff1.png'; const HOME_OG_IMAGE = 'https://img.lunadeer.cn/i/2025/11/26/69267755e14e3.png'; const ROBOTS_CONTENT = 'index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1';