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:
uye
2025-05-04 14:14:54 +08:00
committed by GitHub
parent 3f10c972cd
commit e2c19995c2
13 changed files with 30 additions and 4 deletions

View File

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