mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
fix: 公开招募 tag 识别失败后跳过
https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2299
This commit is contained in:
@@ -295,6 +295,7 @@ bool asst::AutoRecruitTask::recruit_one(const Rect& button)
|
||||
info["why"] = "识别错误";
|
||||
callback(AsstMsg::SubTaskError, info);
|
||||
}
|
||||
m_force_skipped.emplace(slot_index_from_rect(button));
|
||||
click_return_button();
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user