From 5535ed7c527f900bf58524c0a08dbb05dc0c7b7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=AE=E3=83=AA=E7=8C=AB?= Date: Sun, 27 Jul 2025 00:06:55 +0800 Subject: [PATCH] Update navbar.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改:服务器状态URL --- docs/.vuepress/navbar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/navbar.ts b/docs/.vuepress/navbar.ts index 5a117cd..4cd4626 100644 --- a/docs/.vuepress/navbar.ts +++ b/docs/.vuepress/navbar.ts @@ -19,7 +19,7 @@ export const zhNavbar = defineNavbarConfig([ { text: '皮肤站', link: 'https://skin.ineko.cc' }, { text: '论坛', link: 'https://bbs.mc.ineko.cc' }, { text: '联合封禁系统', link: 'https://uni-ban.mc.ineko.cc' }, - { text: '服务器状态', link: 'https://stat.mc.ineko.cc' } + { text: '服务器状态', link: 'https://status.ineko.cc/status/raincraft' } ] }, ])