Update navbar.ts
Some checks failed
deploy to pages / docs (push) Has been cancelled
deploy to upyun / docs (push) Has been cancelled

修改:服务器状态URL
This commit is contained in:
GiriNeko 2025-07-27 00:06:55 +08:00 committed by GitHub
parent a1a2b081f8
commit 5535ed7c52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +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' }
{ text: '服务器状态', link: 'https://status.ineko.cc/status/raincraft' }
]
},
])