mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix: 线索数量识别
This commit is contained in:
@@ -175,8 +175,8 @@ bool asst::InfrastReceptionTask::proc_clue_vacancy()
|
||||
if (utils::chars_to_number(ocr_res->text, available) && available == vacancy_cnt) {
|
||||
Rect click_rect = confirm_task->roi.move(confirm_task->rect_move);
|
||||
ctrler()->click(click_rect);
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user