Add online info to statistics management page
This commit is contained in:
12
src/global.d.ts
vendored
12
src/global.d.ts
vendored
@@ -294,10 +294,6 @@ interface AvatarBase64Vo {
|
||||
base64: string
|
||||
}
|
||||
|
||||
interface SystemSettingsVo {
|
||||
mail: MailSettingsVo
|
||||
}
|
||||
|
||||
interface MailSettingsVo {
|
||||
host?: string
|
||||
port?: number
|
||||
@@ -381,3 +377,11 @@ interface FileStoreInfoVo {
|
||||
total: number
|
||||
free: number
|
||||
}
|
||||
|
||||
interface OnlineInfoVo {
|
||||
current: number
|
||||
history: {
|
||||
time: string
|
||||
record: string
|
||||
}[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user