mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
fix.尝试修复滑不到头的问题
This commit is contained in:
@@ -109,12 +109,14 @@ bool asst::InfrastProductionTask::shift_facility_list()
|
||||
}
|
||||
click_clear_button();
|
||||
swipe_to_the_left_of_operlist();
|
||||
swipe_to_the_left_of_operlist();
|
||||
|
||||
if (m_all_available_opers.empty()) {
|
||||
if (!opers_detect_with_swipe()) {
|
||||
return false;
|
||||
}
|
||||
swipe_to_the_left_of_operlist();
|
||||
swipe_to_the_left_of_operlist();
|
||||
}
|
||||
else {
|
||||
opers_detect();
|
||||
|
||||
Reference in New Issue
Block a user