From 695cb9b0f59603dba6591eb1f53cdcc8b423e4f9 Mon Sep 17 00:00:00 2001 From: Coldsmiles Date: Sat, 21 Mar 2026 16:15:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E6=BA=90=E5=9C=B0=E5=9D=80=E4=B8=BA=20mcphoto.infstar.cn?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=E7=9B=B8=E5=85=B3=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=92=8C=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/instructions/vue-ui-migration.instructions.md | 2 +- index.html | 2 +- src/components/layout/SiteNavbar.vue | 2 +- src/pages/PhotoPage.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/instructions/vue-ui-migration.instructions.md b/.github/instructions/vue-ui-migration.instructions.md index 6d263ba..fd7831a 100644 --- a/.github/instructions/vue-ui-migration.instructions.md +++ b/.github/instructions/vue-ui-migration.instructions.md @@ -270,7 +270,7 @@ applyTo: "src/**/*.vue, src/**/*.js, src/**/*.css, vite.config.js, package.json, - Bilibili embed iframes - `https://schema.lunadeer.cn/...` - `https://mcmap.lunadeer.cn/` - - `https://mcphoto.lunadeer.cn/` + - `https://mcphoto.infstar.cn/` - Render fallback text instead of crashing when remote requests fail, matching the legacy behavior. ## Recommended Migration Order diff --git a/index.html b/index.html index 3fb87f9..1af1bbd 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@ - + diff --git a/src/components/layout/SiteNavbar.vue b/src/components/layout/SiteNavbar.vue index 6fd8770..1f25099 100644 --- a/src/components/layout/SiteNavbar.vue +++ b/src/components/layout/SiteNavbar.vue @@ -14,7 +14,7 @@ const props = defineProps({ }, logoSrc: { type: String, - default: 'https://img.lunadeer.cn/i/2024/04/22/6625ce6c8ddc1.png', + default: 'https://img.infstar.cn/i/2026/03/21/69be4efa80a0a.png', }, logoAlt: { type: String, diff --git a/src/pages/PhotoPage.vue b/src/pages/PhotoPage.vue index ec4ece2..9ef92ce 100644 --- a/src/pages/PhotoPage.vue +++ b/src/pages/PhotoPage.vue @@ -1,7 +1,7 @@