huangjiajun vor 5 Monaten
Ursprung
Commit
3002f243be
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      chain_transfer/turn_chain.go

+ 1
- 1
chain_transfer/turn_chain.go Datei anzeigen

@@ -349,7 +349,7 @@ func TurnChain(eg *xorm.Engine, officialEg, zhimengEg *xorm.Engine, args map[str
}
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\n\nhttp", "\thttp")
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\nhttp", "http")
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\thttp", "http")
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\thttp", "\nhttp")
fmt.Println("============30", time.Since(now))

} else if matched != nil && len(matched) > 0 {


Laden…
Abbrechen
Speichern