mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
chore: Auto update by pre-commit hooks
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/21786873309 [skip changelog]
This commit is contained in:
@@ -64,9 +64,9 @@ bool asst::CopilotTask::set_params(const json::value& params)
|
||||
return false;
|
||||
}
|
||||
|
||||
bool use_sanity_potion = params.get("use_sanity_potion", false); // 是否使用理智药
|
||||
bool with_formation = params.get("formation", false); // 是否使用自动编队
|
||||
int formation_index = params.get("formation_index", 0); // 选择第几个编队,0为不选择
|
||||
bool use_sanity_potion = params.get("use_sanity_potion", false); // 是否使用理智药
|
||||
bool with_formation = params.get("formation", false); // 是否使用自动编队
|
||||
int formation_index = params.get("formation_index", 0); // 选择第几个编队,0为不选择
|
||||
bool add_trust = params.get("add_trust", false); // 是否自动补信赖
|
||||
bool ignore_requirements = params.get("ignore_requirements", false); // 跳过未满足的干员属性要求
|
||||
bool add_user_additional = params.contains("user_additional"); // 是否自动补用户自定义干员
|
||||
|
||||
Reference in New Issue
Block a user