mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
【调整】修改版本号
【调整】错误记录表索引 【调整】新增monitor静态文件路由
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -188,7 +188,7 @@ func Restart() {
|
||||
}
|
||||
|
||||
func GetVersion() (map[string]string, error) {
|
||||
version := "v1.0.6"
|
||||
version := "v1.0.7"
|
||||
update := "0"
|
||||
newVersionObj, err := http.Get("https://download.allinssl.com/version.json")
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user