fix: remove duplicate menu entries
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 9s

This commit is contained in:
WangDL 2026-05-23 20:32:44 +08:00
parent d051fa7e39
commit a0be7bf832

View File

@ -36,8 +36,6 @@ export const adminMenuItems: AdminMenuItem[] = [
{ path: '/events', name: '事件队列' }, { path: '/events', name: '事件队列' },
{ path: '/config', name: '配置管理' }, { path: '/config', name: '配置管理' },
{ path: '/safety', name: '内容安全' }, { path: '/safety', name: '内容安全' },
{ path: '/servers', name: '服务器' },
{ path: '/events', name: '事件队列' },
]}, ]},
{ path: '/settings', name: '系统配置', icon: <SettingOutlined />, requiredRole: 'ADMIN' }, { path: '/settings', name: '系统配置', icon: <SettingOutlined />, requiredRole: 'ADMIN' },
] ]