From 702370bca89b92de1982687e69b9ef9dd2f3560d Mon Sep 17 00:00:00 2001 From: Coldsmiles Date: Fri, 20 Mar 2026 13:32:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E5=90=AF=E5=8A=A8=E6=97=B6=E9=97=B4=E5=92=8CIP?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=EF=BC=8C=E4=BF=AE=E6=94=B9=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E4=B8=BA=E6=98=9F=E7=A9=BA=E4=B9=8B=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/HomePage.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 已复制!