feat: 添加状态页面,更新相关导航项和样式

This commit is contained in:
Coldsmiles
2026-03-22 02:42:48 +08:00
parent aa1781ba7a
commit ea7ae6ad19
6 changed files with 25 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ const navItems = [
{ label: '公告', href: '/announcements' },
{ label: '相册', href: '/photo' },
{ label: '数据', href: '/stats' },
{ label: '状态', href: '/status' },
{ label: '赞助', href: '/sponsor' },
{ label: '群聊', href: 'https://qm.qq.com/q/6hLQs1Tx6g', external: true },
];