mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
Merge pull request #2231 from fearlessxjdx/dev
perf: 加快相邻排班变化不大时的干员选取速度
This commit is contained in:
@@ -184,7 +184,6 @@ bool asst::InfrastReceptionTask::shift()
|
||||
if (need_exit()) {
|
||||
return false;
|
||||
}
|
||||
click_clear_button();
|
||||
|
||||
if (is_use_custom_opers()) {
|
||||
bool name_select_ret = swipe_and_select_custom_opers();
|
||||
@@ -197,6 +196,8 @@ bool asst::InfrastReceptionTask::shift()
|
||||
}
|
||||
}
|
||||
|
||||
click_clear_button();
|
||||
|
||||
if (!opers_detect_with_swipe()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user