Add active information management to statistic

This commit is contained in:
2023-12-19 16:51:04 +08:00
parent 9b1beed8b5
commit 46ec332298
6 changed files with 202 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ export const URL_SYS_STATISTIC_HARDWARE = `${URL_SYS_STATISTIC}/hardware`
export const URL_SYS_STATISTIC_CPU = `${URL_SYS_STATISTIC}/cpu`
export const URL_SYS_STATISTIC_STORAGE = `${URL_SYS_STATISTIC}/storage`
export const URL_SYS_STATISTIC_ONLINE = `${URL_SYS_STATISTIC}/online`
export const URL_SYS_STATISTIC_ACTIVE = `${URL_SYS_STATISTIC}/active`
export const URL_API_V1 = '/api/v1'
export const URL_API_V1_AVATAR_RANDOM_BASE64 = `${URL_API_V1}/avatar/base64`