From 8ccc631883c0035d574aa80b6809c3a6422a52dc Mon Sep 17 00:00:00 2001 From: xlh001 <2402324010@qq.com> Date: Sat, 2 Sep 2023 08:59:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=B9=E6=AE=8A=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E5=88=A4=E6=96=AD=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/respond.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/respond.go b/lib/respond.go index 30b20b3..a864be9 100644 --- a/lib/respond.go +++ b/lib/respond.go @@ -256,7 +256,7 @@ func (c *Core) RespondDaily(user *model.User, model string) { case "special": { // 检测是否已经完成 - if score.Content["special"].CurrentScore >= score.Content["special"].MaxScore { + if score.TodayScore >= 34 { log.Infoln("检测到特殊答题已经完成,即将退出答题") return