feat: 新增报备任务提醒并调整预警分组

This commit is contained in:
hectorzhao
2026-09-06 15:36:14 +08:00
parent 442dda711d
commit bd920f76b0
11 changed files with 546 additions and 112 deletions
+8 -1
View File
@@ -122,13 +122,20 @@ function AdminAuthenticatedLayout({ session }: { session: LoginSession }) {
userName={session.user.displayName}
userRole="平台管理员"
onSessionLockedChange={setSessionLocked}
alertNotifications={[
reportingNotifications={[
{
label: '签名清退预警',
count: retirementUnreadCount,
description: '今日未读且未抑制',
to: '/admin/signature-retirement',
},
{
label: '报备进度提醒',
description: '报备进度通知功能尚未开放',
pending: true,
},
]}
alertNotifications={[
{
label: '安全检测与封禁',
count: securityAlertSummary.count,