feat: add Fail2ban security detection console
This commit is contained in:
@@ -188,6 +188,7 @@ function AdminAuthenticatedLayout({ session }: { session: LoginSession }) {
|
||||
icon: Shield,
|
||||
items: [
|
||||
{ label: '风控规则', to: '/admin/risk-rules', icon: Shield },
|
||||
{ label: '安全检测与封禁', to: '/admin/security-detection', icon: ShieldCheck },
|
||||
{ label: '签名清退预警', to: '/admin/signature-retirement', icon: AlertTriangle },
|
||||
{ label: '企业黑名单', to: '/admin/enterprise-blacklist', icon: UserX },
|
||||
{ label: '全局黑名单', to: '/admin/global-blacklist', icon: ShieldOff },
|
||||
|
||||
Reference in New Issue
Block a user