feat: 审计日志搜索从用户ID改为用户名模糊匹配

Closes #104

Co-authored-by: AAEE86 <ppk0227@hotmail.com>
This commit is contained in:
fawney19
2026-01-17 20:40:21 +08:00
parent 8053cbd854
commit 4fa0201b7e
3 changed files with 18 additions and 16 deletions

View File

@@ -26,7 +26,7 @@ export interface AuditLogsResponse {
}
export interface AuditFilters {
user_id?: string
username?: string
event_type?: string
days?: number
limit?: number