Merge pull request #3090 from fearlessxjdx/dev

fix: 宿舍内sort和autofill同为true时的选人bug #2693
This commit is contained in:
MistEO
2022-12-17 13:13:00 +08:00
committed by GitHub

View File

@@ -322,6 +322,7 @@ void asst::InfrastAbstractTask::order_opers_selection(const std::vector<std::str
Log.error("name not in this page", name);
}
}
sleep(100); // 此处刚刚选择了一位干员,因后续任务需截图识别,所以需要一个延迟,以保证后续截图选中状态无误
}
void asst::InfrastAbstractTask::click_return_button()