fix: 刷理智指定次数未完全消耗警告在剩余理智也会提示

This commit is contained in:
status102
2025-11-19 16:51:51 +08:00
parent 488834ccd3
commit 1b7d642fd6
3 changed files with 5 additions and 1 deletions

View File

@@ -1040,5 +1040,8 @@ public class FightSettingsUserControlModel : TaskViewModel
[JsonProperty("times_finished")]
public int TimesFinished { get; set; }
[JsonProperty("finished")]
public bool IsFinished { get; set; }
}
}