From 4c8b9254571c072370701b3423af0e0aadb46da2 Mon Sep 17 00:00:00 2001 From: qydysky Date: Sun, 8 May 2022 01:52:04 +0800 Subject: [PATCH] =?utf8?q?=E6=B7=BB=E5=8A=A0=E5=B9=B3=E5=9D=87=E6=AF=8F?= =?utf8?q?=E5=88=86=E9=92=9F=E8=A7=82=E7=9C=8B=E4=BA=BA=E6=95=B0=E6=8F=90?= =?utf8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/Reply.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Reply/Reply.go b/Reply/Reply.go index 1f876cf..c3b504d 100644 --- a/Reply/Reply.go +++ b/Reply/Reply.go @@ -358,7 +358,9 @@ func (replyF) heartbeat(s int) { tmp = `(` + tmp + `)` } if watched_old != 0 { - tmp2 += `(+` + strconv.Itoa(c.C.Watched-watched_old) + `)` + tmp2 += `(+` + strconv.Itoa(c.C.Watched-watched_old) + " avg:" + tmp2 += strconv.Itoa(c.C.Watched / int(time.Since(c.C.Live_Start_Time)/time.Minute)) + tmp2 += `人/分)` } if renqi_old != s { fmt.Printf("\t人气:%d %s\t观看人数:%d %s\n", s, tmp, c.C.Watched, tmp2) -- 2.39.2