修改特殊问题判断逻辑
This commit is contained in:
parent
64b6ec4c8d
commit
8ccc631883
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue