mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
feat: 选择刷源石锭策略时强制启用投资选项 (#5625)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user