From 21871bd9fd21829599619f601a692be405303d84 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Thu, 25 Jul 2024 09:42:57 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chain_transfer/turn_chain.go b/chain_transfer/turn_chain.go index 418ea3c..7eef8fe 100644 --- a/chain_transfer/turn_chain.go +++ b/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 {