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:
status102
2025-02-24 21:21:47 +08:00
committed by GitHub
parent baad476f38
commit 75c71a90d5
9 changed files with 65 additions and 0 deletions

View File

@@ -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" });