From c4986d7ab22a796704796f897a6fc1c27279d4af Mon Sep 17 00:00:00 2001 From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Sat, 21 Jan 2023 01:15:09 +0800 Subject: [PATCH] =?utf8?q?Improve=20=E5=8E=BB=E9=99=A4=E5=86=97=E4=BD=99?= =?utf8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- F/api.go | 2 +- Reply/Reply.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/F/api.go b/F/api.go index 567f8dd..659e130 100644 --- a/F/api.go +++ b/F/api.go @@ -1970,7 +1970,7 @@ func Dosign() { // LIVE_BUVID func (c *GetFunc) Get_LIVE_BUVID() (missKey []string) { - apilog := apilog.Base_add(`LIVE_BUVID`).L(`T: `, `获取`) + apilog := apilog.Base_add(`LIVE_BUVID`) //.L(`T: `, `获取`) if live_buvid, ok := c.Cookie.LoadV(`LIVE_BUVID`).(string); ok && live_buvid != `` { apilog.L(`T: `, `存在`) diff --git a/Reply/Reply.go b/Reply/Reply.go index be1a647..b056e97 100644 --- a/Reply/Reply.go +++ b/Reply/Reply.go @@ -384,7 +384,7 @@ func (replyF) heartbeat(s int) { } else { tmp2 = "(=0.0%)" } - fmt.Printf("+----\n|当前人气:%s%d\n|平均观看:%s%d\n|在线人数:%s%d\n|平均意愿:%.1f\n+----\n", tmp, s, tmp1, int(watchPerMin), tmp2, c.C.OnlineNum, onlinenum_l+watched_l) + fmt.Printf("+----\n|当前人气:%s%d\n|平均观看:%s%d\n|在线人数:%s%d\n+----\n", tmp, s, tmp1, int(watchPerMin), tmp2, c.C.OnlineNum) renqi_old = s watched_old = watchPerMin onlinenum_old = c.C.OnlineNum @@ -805,7 +805,7 @@ func (replyF) super_chat_message(s string) { sh = append(sh, message_jpn) logg = append(logg, message_jpn) } - fmt.Print("====\n\n") + fmt.Print("====\n") { //额外 Assf(fmt.Sprintln(sh...)) -- 2.39.2