mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
fix: 适配新基建 (#12500)
* fix: 适配新基建 * chore: Auto update by pre-commit hooks [skip changelog] * fix: 卡在会客室 * chore: Auto update by pre-commit hooks [skip changelog] --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -22,10 +22,14 @@ bool asst::InfrastProcessingTask::_run()
|
||||
return true;
|
||||
}
|
||||
|
||||
swipe_to_the_right_of_main_ui();
|
||||
swipe_to_the_left_of_main_ui();
|
||||
if (!enter_facility()) {
|
||||
return false;
|
||||
swipe_to_right_of_main_ui();
|
||||
if (!enter_facility()) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
click_bottom_left_tab();
|
||||
|
||||
ProcessTask(*this, { "InfrastProcessingEnterOperList" }).run();
|
||||
|
||||
Reference in New Issue
Block a user