chore: 同步监控服务与前端卡片更新
This commit is contained in:
@@ -42,10 +42,10 @@ type WebsiteStatus struct {
|
||||
Website Website `json:"website"`
|
||||
IsIntranet bool `json:"is_intranet"` // 主 URL 为内网 IP:不解析公网 DNS、不展示解析 IP,用内网图标
|
||||
URLStatuses []URLStatus `json:"url_statuses"`
|
||||
DailyHistory []DailyStats `json:"daily_history"` // 90天逐日统计
|
||||
DailyHistory []DailyStats `json:"daily_history"` // 30天逐日统计
|
||||
Uptime24h float64 `json:"uptime_24h"` // 24小时可用率
|
||||
Uptime7d float64 `json:"uptime_7d"` // 7天可用率
|
||||
Uptime90d float64 `json:"uptime_90d"` // 90天可用率
|
||||
Uptime30d float64 `json:"uptime_30d"` // 30天可用率
|
||||
LastChecked time.Time `json:"last_checked"` // 最后检测时间
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user