Optimize code

This commit is contained in:
2023-12-25 17:54:31 +08:00
parent 27a41944c6
commit 6510567fdf
9 changed files with 119 additions and 39 deletions

5
src/global.d.ts vendored
View File

@@ -199,6 +199,7 @@ interface UserAddEditParam {
id?: string
username: string
password?: string
verified: boolean
locking?: boolean
expiration?: string
credentialsExpiration?: string
@@ -413,6 +414,10 @@ interface ActiveInfoVo {
time: string
count: number
}[]
verifyHistory: {
time: string
count: number
}[]
}
interface ActiveInfoGetParam {