mirror of
https://github.com/RainCraft-Server/raincraft-server.github.io.git
synced 2025-12-15 12:47:44 +00:00
修复语法错误
This commit is contained in:
parent
488f67f487
commit
658f210964
1 changed files with 2 additions and 2 deletions
|
|
@ -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' }
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue