Browse Source

转链

master
huangjiajun 5 months ago
parent
commit
42d3456f06
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      chain_transfer/turn_chain.go

+ 3
- 0
chain_transfer/turn_chain.go View File

@@ -351,6 +351,9 @@ func TurnChain(eg *xorm.Engine, officialEg, zhimengEg *xorm.Engine, args map[str
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\nhttp", "http")
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\thttp", "\nhttp")
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "/ /", "/")
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "://", "-")
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "//", "/")
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "-", "://")

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



Loading…
Cancel
Save