소스 검색

转链

master
huangjiajun 5 달 전
부모
커밋
3002f243be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      chain_transfer/turn_chain.go

+ 1
- 1
chain_transfer/turn_chain.go 파일 보기

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


불러오는 중...
취소
저장