huangjiajun 3 месяцев назад
Родитель
Сommit
21871bd9fd
1 измененных файлов: 2 добавлений и 0 удалений
  1. +2
    -0
      chain_transfer/turn_chain.go

+ 2
- 0
chain_transfer/turn_chain.go Просмотреть файл

@@ -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 {


Загрузка…
Отмена
Сохранить