From a3a4bbe50debe2598c4c01b3ba07fc981ecac233 Mon Sep 17 00:00:00 2001 From: Coldsmiles Date: Tue, 7 Apr 2026 02:36:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E4=B8=BA=E6=96=B0=E7=9A=84=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E5=9C=B0=E5=9D=80?= 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/pages/FacilitiesPage.vue | 2 +- src/pages/MapPage.vue | 2 +- src/pages/TownsPage.vue | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/instructions/vue-ui-migration.instructions.md b/.github/instructions/vue-ui-migration.instructions.md index 2187d26..4a283d3 100644 --- a/.github/instructions/vue-ui-migration.instructions.md +++ b/.github/instructions/vue-ui-migration.instructions.md @@ -132,7 +132,7 @@ applyTo: "src/**/*.vue, src/**/*.js, src/**/*.css, vite.config.js, package.json, - independent type and dimension filters - facility card layout and status indicator styles - detail modal content sections - - map link format to `http://202.189.7.160:50222/` + - map link format to `https://map.infstar.cn/` - contributor avatar tags from Minotar - Bilibili video block rendering in instructions and notes - direct link behavior that auto-opens the correct facility modal diff --git a/index.html b/index.html index 7dd7c76..6b935e0 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,7 @@ - + diff --git a/src/pages/FacilitiesPage.vue b/src/pages/FacilitiesPage.vue index bc55744..e65c6da 100644 --- a/src/pages/FacilitiesPage.vue +++ b/src/pages/FacilitiesPage.vue @@ -121,7 +121,7 @@ function getMapUrl(item) { if (!item.coordinates) return '#'; const c = item.coordinates; const world = item.dimension === 'nether' ? 'world_nether' : item.dimension === 'end' ? 'world_the_end' : 'world'; - return `http://202.189.7.160:50222/#${world}:${c.x}:${c.y}:${c.z}:500:0:0:0:1:flat`; + return `https://map.infstar.cn/#${world}:${c.x}:${c.y}:${c.z}:500:0:0:0:1:flat`; } function parseBV(input) { diff --git a/src/pages/MapPage.vue b/src/pages/MapPage.vue index bbb0fdf..8d5732b 100644 --- a/src/pages/MapPage.vue +++ b/src/pages/MapPage.vue @@ -1,7 +1,7 @@