mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
feat: GUI中添加选项
This commit is contained in:
@@ -92,6 +92,9 @@ bool asst::CopilotTask::set_params(const json::value& params)
|
||||
return false;
|
||||
}
|
||||
|
||||
// 选择指定编队
|
||||
m_formation_task_ptr->set_select_formation(params.get("select_formation", 3));
|
||||
|
||||
// 自动补信赖
|
||||
m_formation_task_ptr->set_add_trust(params.get("add_trust", false));
|
||||
m_formation_task_ptr->set_add_user_additional(params.get("add_user_additional", false));
|
||||
|
||||
Reference in New Issue
Block a user