perf: 肉鸽指定干员开局招募进入干员选择页状态监测追加首次进入的指导的监测

This commit is contained in:
status102
2025-07-27 00:08:36 +08:00
parent 4a9f39137c
commit f443ce6580

View File

@@ -232,7 +232,10 @@ bool asst::RoguelikeCustomStartTaskPlugin::hijack_core_char()
ctrler()->click(role_rect);
sleep(Task.get("RoguelikeCustom-HijackCoChar")->pre_delay);
ProcessTask check(*this, { m_config->get_theme() + "@Roguelike@ChooseOperFlag" });
ProcessTask check(
*this,
{ m_config->get_theme() + "@Roguelike@ChooseOperFlag",
m_config->get_theme() + "@Roguelike@RecruitCloseGuide" });
check.set_times_limit("Roguelike@ChooseOperFlag", 0);
check.set_retry_times(0);
if (check.run()) {