This commit is contained in:
cdle
2021-09-29 12:22:21 +08:00
parent 78ba97d30c
commit 0fb018d791
+3
View File
@@ -21,6 +21,9 @@ func init() {
return
}
for _, v := range files {
if v.IsDir() {
continue
}
jr := string(ExecPath + "/develop/" + v.Name())
data := ""
if strings.Contains(jr, "http") {