This commit is contained in:
cdle
2023-06-01 14:18:56 +08:00
parent 1c6f60f819
commit 1ee28c45c4
47 changed files with 1058 additions and 26 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ func init() {
if fs[k].UUID == outs[i].Scripts[j] && !Contains(scripts, fs[k].UUID) { //
fs[k].Handle(s)
content = s.GetContent()
fmt.Println(content)
// fmt.Println(content)
if content == "" {
goto HELL
}