From 67f4b3b4299aa7085b78b5cdaa3b8dce5ec23753 Mon Sep 17 00:00:00 2001 From: feiniao025 <61112063+feiniao025@users.noreply.github.com> Date: Mon, 12 Sep 2022 22:16:26 +0800 Subject: [PATCH] Update main.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
换\n --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 86e2cd2..71e69a5 100644 --- a/main.go +++ b/main.go @@ -276,7 +276,7 @@ func do(m string) { } score, _ = lib.GetUserScore(u.ToCookies()) - message := fmt.Sprintf("%v 学习完成,用时%.1f分钟
%v", u.Nick, endTime.Sub(startTime).Minutes(), lib.FormatScoreShort(score)) + message := fmt.Sprintf("%v 学习完成,用时%.1f分钟\n%v", u.Nick, endTime.Sub(startTime).Minutes(), lib.FormatScoreShort(score)) core2.Push(u.PushId, "flush", message) }