From 42d3456f0676602fce32324df01e7629be02a06e Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Thu, 25 Jul 2024 10:29:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AC=E9=93=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chain_transfer/turn_chain.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chain_transfer/turn_chain.go b/chain_transfer/turn_chain.go index 7eef8fe..0c60223 100644 --- a/chain_transfer/turn_chain.go +++ b/chain_transfer/turn_chain.go @@ -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))