This commit is contained in:
cdle
2021-10-20 23:47:41 +08:00
parent cfde325033
commit 1e14edc0b7
+3
View File
@@ -115,6 +115,9 @@ func init123() {
if v.IsDir() {
continue
}
if !strings.Contains(v.Name(), ".js") {
continue
}
jr := string("develop/replies/" + v.Name())
data := ""
if strings.Contains(jr, "http") {