新增timezone支持,优化ui

This commit is contained in:
远野千束 2024-10-05 03:23:15 +08:00
parent 7a8cae83b3
commit ef7eea2a79

View File

@ -15,6 +15,7 @@ type Report struct {
Link string `json:"link"` // 链接或是nil
ObservedAt int64 `json:"observed_at"` // unix timestamp
StartTime int64 `json:"start_time"` // unix timestamp
Timezone string `json:"timezone"` // Asia/Shanghai
} `json:"meta"`
Hardware struct {