mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
docs: 添加战斗列表相关说明
This commit is contained in:
@@ -115,7 +115,7 @@ bool asst::CopilotTask::set_params(const json::value& params)
|
||||
m_task_file_reload_task_ptr->set_enable(need_navigate);
|
||||
|
||||
// 不使用代理指挥
|
||||
m_not_use_prts_task_ptr->set_enable(need_navigate && with_formation);
|
||||
m_not_use_prts_task_ptr->set_enable(need_navigate);
|
||||
m_not_use_prts_task_ptr->set_tasks({ "NotUsePrts", "Stop" });
|
||||
|
||||
bool is_adverse = params.get("is_adverse", false);
|
||||
|
||||
Reference in New Issue
Block a user