chore: Auto update by pre-commit hooks

https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/21786873309
[skip changelog]
This commit is contained in:
github-actions[bot]
2026-02-07 21:07:38 +00:00
parent d5a329d116
commit 975e22d362

View File

@@ -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"); // 是否自动补用户自定义干员