mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
perf: 肉鸽指定干员开局招募进入干员选择页状态监测追加首次进入的指导的监测
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user