mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
feat: 基建收取会客室周限300信用 (#12014)
* feat: 基建收取会客室周限300信用 * chore: Auto update by pre-commit hooks [skip changelog] * chore(tools): add templates to ignore list * fix: stack overflow * fix: pipeline * chore: Auto update by pre-commit hooks [skip changelog] * fix: 动画延迟+roi * fix: 动画加加retry --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
This commit is contained in:
@@ -18,6 +18,8 @@ bool asst::InfrastReceptionTask::_run()
|
||||
if (!enter_facility()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
receive_message_board();
|
||||
click_bottom_left_tab();
|
||||
|
||||
close_end_of_clue_exchange();
|
||||
@@ -42,6 +44,11 @@ bool asst::InfrastReceptionTask::_run()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool asst::InfrastReceptionTask::receive_message_board()
|
||||
{
|
||||
return ProcessTask(*this, { "InfrastReceptionReceiveMessageBoard" }).run();
|
||||
}
|
||||
|
||||
bool asst::InfrastReceptionTask::close_end_of_clue_exchange()
|
||||
{
|
||||
ProcessTask task_temp(*this, { "EndOfClueExchangeBegin" });
|
||||
|
||||
Reference in New Issue
Block a user