增加了若干信息

文档:
1、增加正版用户进入方式
2、补充服务器地址
菜单栏:
增加状态页
This commit is contained in:
GiriNeko 2024-11-14 21:53:37 +08:00
parent 9b5274d893
commit 488f67f487
4 changed files with 21 additions and 2 deletions

View file

@ -9,7 +9,7 @@ export const zhNavbar = defineNavbarConfig([
icon: 'icon-park-outline:document-folder',
items: [
{ text: '开始', link: '/docs/get-start/' },
{ text: '社区', link: '/docs/community/' },
]
},
{
@ -19,6 +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' }
]
},
])
@ -31,6 +32,7 @@ export const enNavbar = defineNavbarConfig([
items: [
{ text: 'BBS', link: 'https://bbs.mc.ineko.cc' },
{ text: 'Union Ban System', link: 'https://uni-ban.mc.ineko.cc' }
{ text: 'Server Stats', link: 'https://stat.mc.ineko.cc' }
]
},
])