From 658f210964fe904a589c85321f13655b30dd1613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=AE=E3=83=AA=E7=8C=AB?= Date: Thu, 14 Nov 2024 21:55:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=AD=E6=B3=95=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/navbar.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/navbar.ts b/docs/.vuepress/navbar.ts index 1d368bd..5a117cd 100644 --- a/docs/.vuepress/navbar.ts +++ b/docs/.vuepress/navbar.ts @@ -18,7 +18,7 @@ export const zhNavbar = defineNavbarConfig([ items: [ { text: '皮肤站', link: 'https://skin.ineko.cc' }, { text: '论坛', link: 'https://bbs.mc.ineko.cc' }, - { text: '联合封禁系统', link: 'https://uni-ban.mc.ineko.cc' } + { text: '联合封禁系统', link: 'https://uni-ban.mc.ineko.cc' }, { text: '服务器状态', link: 'https://stat.mc.ineko.cc' } ] }, @@ -31,7 +31,7 @@ export const enNavbar = defineNavbarConfig([ icon: 'icon-park-outline:more-two', items: [ { text: 'BBS', link: 'https://bbs.mc.ineko.cc' }, - { text: 'Union Ban System', link: 'https://uni-ban.mc.ineko.cc' } + { text: 'Union Ban System', link: 'https://uni-ban.mc.ineko.cc' }, { text: 'Server Stats', link: 'https://stat.mc.ineko.cc' } ] },