mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
fix: 基建选人前收起职业栏 (#12556)
* 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:
@@ -15,6 +15,7 @@ bool asst::InfrastReceptionTask::_run()
|
||||
m_all_available_opers.clear();
|
||||
|
||||
swipe_to_the_left_of_main_ui();
|
||||
|
||||
if (!enter_facility()) {
|
||||
swipe_to_right_of_main_ui();
|
||||
if (!enter_facility()) {
|
||||
@@ -205,6 +206,8 @@ bool asst::InfrastReceptionTask::shift()
|
||||
}
|
||||
sleep(raw_task_ptr->post_delay);
|
||||
|
||||
close_quick_formation_expand_role();
|
||||
|
||||
for (int i = 0; i <= OperSelectRetryTimes; ++i) {
|
||||
if (need_exit()) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user