【调整】修改版本号

【调整】错误记录表索引
【调整】新增monitor静态文件路由
This commit is contained in:
v-me-50
2025-07-17 16:09:00 +08:00
parent 85734cfcf8
commit 3e5a41a7e7
5 changed files with 10 additions and 2 deletions

View File

@@ -87,6 +87,7 @@ func GetInfo(id string) (map[string]any, error) {
"target": dataMap["target"],
"monitor_type": dataMap["monitor_type"],
"valid": dataMap["valid"],
"last_time": dataMap["last_time"],
}
info, ok := dataMap["info"].(string)