feat: add delete log comfirm

This commit is contained in:
engigu
2026-03-09 22:08:25 +08:00
parent 4d910b15cc
commit 564f39133f
7 changed files with 138 additions and 31 deletions
+2 -1
View File
@@ -601,7 +601,8 @@ export interface AppLogListResponse {
export const LOG_CATEGORY = {
SYSTEM_NOTICE: 'system_notice',
PUSH_LOG: 'push_log'
PUSH_LOG: 'push_log',
LOGIN_LOG: 'login_log'
} as const
export const LOG_LEVEL = {