diff --git a/src/pages/HomePage.vue b/src/pages/HomePage.vue index 7d2b8f7..dfcc87d 100644 --- a/src/pages/HomePage.vue +++ b/src/pages/HomePage.vue @@ -37,7 +37,7 @@ const seconds = ref(0); let runtimeTimer = null; function startRuntime() { - const start = new Date('2021-09-14T09:57:59').getTime(); + const start = new Date('2026-03-04T12:00:00').getTime(); function update() { const diff = Date.now() - start; days.value = Math.floor(diff / 86400000); @@ -52,7 +52,7 @@ function startRuntime() { // --- Copy IP --- const copied = ref(false); function copyIp() { - navigator.clipboard.writeText('mcpure.lunadeer.cn').then(() => { + navigator.clipboard.writeText('mc.infstar.cn').then(() => { copied.value = true; setTimeout(() => { copied.value = false; }, 2000); }); @@ -66,7 +66,7 @@ const playersLoading = ref(true); async function fetchServerStatus() { try { - const res = await fetch('https://api.mcstatus.io/v2/status/java/mcpure.lunadeer.cn'); + const res = await fetch('https://api.mcstatus.io/v2/status/java/mc.infstar.cn'); const data = await res.json(); if (data.online) { onlineText.value = `在线人数: ${data.players.online} / ${data.players.max}`; @@ -153,7 +153,7 @@ const medals = ['🥇', '🥈', '🥉'];
-

白鹿原

+

星空之境

永不换档的 @@ -169,7 +169,7 @@ const medals = ['🥇', '🥈', '🥉'];

- mcpure.lunadeer.cn + mc.infstar.cn 已复制!