修改特殊问题判断逻辑

This commit is contained in:
xlh001 2023-09-02 08:59:01 +08:00
parent 64b6ec4c8d
commit 8ccc631883
1 changed files with 1 additions and 1 deletions

View File

@ -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