Browse Source

转链

master
huangjiajun 3 months ago
parent
commit
21871bd9fd
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      chain_transfer/turn_chain.go

+ 2
- 0
chain_transfer/turn_chain.go View File

@@ -350,6 +350,8 @@ 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", "\nhttp")
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "/ /", "/")

fmt.Println("============30", time.Since(now))

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


Loading…
Cancel
Save