mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
feat: 审计日志搜索从用户ID改为用户名模糊匹配
Closes #104 Co-authored-by: AAEE86 <ppk0227@hotmail.com>
This commit is contained in:
@@ -26,7 +26,7 @@ export interface AuditLogsResponse {
|
||||
}
|
||||
|
||||
export interface AuditFilters {
|
||||
user_id?: string
|
||||
username?: string
|
||||
event_type?: string
|
||||
days?: number
|
||||
limit?: number
|
||||
|
||||
Reference in New Issue
Block a user