fix: 修复#435

This commit is contained in:
ZacharyZcR
2025-04-05 17:44:52 +08:00
parent 1e42d41a1c
commit e688b42efe
2 changed files with 7 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ func InfoCheck(Url string, CheckData *[]CheckDatas) []string {
return matchedInfos
}
return []string{""}
return []string{}
}
// CalcMd5 计算内容的MD5并与指纹库比对