mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-06-06 15:15:22 +00:00
✨ 优化UI样式,新增截图功能和储存显示
This commit is contained in:
parent
a0aef50822
commit
684083065a
@ -5,10 +5,7 @@ type Report struct {
|
|||||||
Meta struct {
|
Meta struct {
|
||||||
ID string `json:"id"` // 服务器ID,用于标识服务器
|
ID string `json:"id"` // 服务器ID,用于标识服务器
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
OS struct {
|
OS map[string]interface{} `json:"os"` // 操作系统信息
|
||||||
Name string `json:"name"`
|
|
||||||
Version string `json:"version"`
|
|
||||||
} `json:"os"`
|
|
||||||
Labels []string `json:"labels"` // 服务器标签
|
Labels []string `json:"labels"` // 服务器标签
|
||||||
Location string `json:"location"` // Chongqing, China
|
Location string `json:"location"` // Chongqing, China
|
||||||
UpTime int64 `json:"uptime"` // uptime in seconds
|
UpTime int64 `json:"uptime"` // uptime in seconds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user