From 30075693cba3b032036789c8356390b000075c2e Mon Sep 17 00:00:00 2001 From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Mon, 6 Mar 2023 23:02:25 +0800 Subject: [PATCH] =?utf8?q?Fix=20SC=20=E9=87=8D=E5=A4=8D=E4=B8=A4=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/Reply.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Reply/Reply.go b/Reply/Reply.go index a384c2b..3a5223c 100644 --- a/Reply/Reply.go +++ b/Reply/Reply.go @@ -840,10 +840,8 @@ func (replyF) super_chat_message(s string) { } fmt.Println("====") fmt.Println(sh...) - // Gui_show("\n====") if message != "" { fmt.Println(message) - // Gui_show(message.(string)) sh = append(sh, message) logg = append(logg, message) } @@ -857,11 +855,6 @@ func (replyF) super_chat_message(s string) { }, }) } - if message != "" { - fmt.Println(message) - sh = append(sh, message) - logg = append(logg, message) - } fmt.Print("====\n") { //额外 -- 2.39.2