【调整】修改版本号

【调整】错误记录表索引
【调整】新增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

@@ -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 {