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' } ] },