feat: 选择刷源石锭策略时强制启用投资选项 (#5625)

This commit is contained in:
MistEO
2023-07-26 10:03:01 +08:00
committed by GitHub

View File

@@ -1557,6 +1557,12 @@ namespace MaaWpfGui.Main
["stop_when_investment_full"] = stop_when_full,
["theme"] = theme,
};
if (mode == 1)
{
task_params["investment_enabled"] = true;
}
if (squad.Length > 0)
{
task_params["squad"] = squad;