mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-06-06 15:15:22 +00:00
✨ 新增timezone支持,优化ui
This commit is contained in:
parent
7a8cae83b3
commit
ef7eea2a79
@ -15,6 +15,7 @@ type Report struct {
|
|||||||
Link string `json:"link"` // 链接或是nil
|
Link string `json:"link"` // 链接或是nil
|
||||||
ObservedAt int64 `json:"observed_at"` // unix timestamp
|
ObservedAt int64 `json:"observed_at"` // unix timestamp
|
||||||
StartTime int64 `json:"start_time"` // unix timestamp
|
StartTime int64 `json:"start_time"` // unix timestamp
|
||||||
|
Timezone string `json:"timezone"` // Asia/Shanghai
|
||||||
} `json:"meta"`
|
} `json:"meta"`
|
||||||
|
|
||||||
Hardware struct {
|
Hardware struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user