System log management adapts to sqlite

This commit is contained in:
2023-12-12 17:57:07 +08:00
parent 816351ea73
commit 64e924f18c
2 changed files with 1 additions and 52 deletions

1
src/global.d.ts vendored
View File

@@ -204,7 +204,6 @@ interface UserChangePasswordParam {
interface SysLogGetParam extends PageParam {
searchRequestUrl?: string
searchRegex?: boolean
searchStartTime?: string
searchEndTime?: string
}