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:
uye
2025-05-01 18:08:34 +08:00
committed by GitHub
parent 9d191f08ea
commit 9b96afd448
19 changed files with 47 additions and 13 deletions

View File

@@ -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();