refactor: 迁移理智, 战斗次数, 代理倍率, 关卡理智缓存 (#12986)

rft: 迁移理智, 战斗次数, 代理倍率, 关卡理智缓存
This commit is contained in:
status102
2025-06-14 16:26:21 +08:00
committed by GitHub
parent 649ca6452e
commit 4c4b2e8510
3 changed files with 27 additions and 26 deletions

View File

@@ -33,6 +33,10 @@ namespace MaaWpfGui.ViewModels.UserControl.TaskQueue;
/// </summary>
public class FightSettingsUserControlModel : TaskViewModel
{
public static FightTimes? FightReport { get; set; }
public static SanityInfo? SanityReport { get; set; }
static FightSettingsUserControlModel()
{
Instance = new();