修复语法错误

This commit is contained in:
GiriNeko 2024-11-14 21:55:01 +08:00
parent 488f67f487
commit 658f210964

View file

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