mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
refactor.重构肉鸽选人逻辑。招募等级识别、战斗中技能释放策略暂时还没做完
This commit is contained in:
@@ -89,7 +89,7 @@ bool asst::AutoRecruitTask::analyze_start_buttons()
|
||||
Log.info("There is no start button");
|
||||
return false;
|
||||
}
|
||||
start_analyzer.sort_result();
|
||||
start_analyzer.sort_result_horizontal();
|
||||
m_start_buttons = start_analyzer.get_result();
|
||||
Log.info("Recruit start button size", m_start_buttons.size());
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user