mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
@@ -243,9 +243,8 @@ bool asst::AutoRecruitTask::_run()
|
||||
// m_cur_times means how many times has the confirm button been pressed, NOT expedited plans
|
||||
// used
|
||||
while (m_cur_times != m_max_times) {
|
||||
// 招募结束后有一瞬间还是原来的界面,有可能会点到放弃招募然后卡死
|
||||
sleep(500);
|
||||
if (auto start_rect = try_get_start_button(ctrler()->get_image())) {
|
||||
auto start_rect = try_get_start_button(ctrler()->get_image());
|
||||
if (start_rect) {
|
||||
if (need_exit()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user