From 3002f243be451ae08980e773b97668955034511b Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Wed, 24 Jul 2024 17:07:11 +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, 1 insertion(+), 1 deletion(-) diff --git a/chain_transfer/turn_chain.go b/chain_transfer/turn_chain.go index a0ba56c..418ea3c 100644 --- a/chain_transfer/turn_chain.go +++ b/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 {