mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +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:
@@ -14,9 +14,12 @@ bool asst::InfrastReceptionTask::_run()
|
||||
{
|
||||
m_all_available_opers.clear();
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
if (m_receive_message_board) {
|
||||
|
||||
Reference in New Issue
Block a user