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 @@