mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-09-07 12:36:27 +00:00
✨ 新增timezone支持,优化ui
This commit is contained in:
@ -32,7 +32,7 @@ type Report struct {
|
|||||||
Logics int `json:"logics"`
|
Logics int `json:"logics"`
|
||||||
Percent float32 `json:"percent"` // 0-100
|
Percent float32 `json:"percent"` // 0-100
|
||||||
} `json:"cpu"`
|
} `json:"cpu"`
|
||||||
Disks map[string]map[string]int64 `json:"disks"`
|
Disks map[string]map[string]interface{} `json:"disks"`
|
||||||
Net struct {
|
Net struct {
|
||||||
Up int64 `json:"up"`
|
Up int64 `json:"up"`
|
||||||
Down int64 `json:"down"`
|
Down int64 `json:"down"`
|
||||||
|
Reference in New Issue
Block a user