perf: 基建信息板收取信用增加开关 (#12050)

* perf: 基建信息板收取开关

* feat(core): 基建任务会客室领取留言板信用

* i18n: wpf

* 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:
status102
2025-03-12 09:04:28 +08:00
committed by GitHub
parent aeb557d004
commit 8a85df4a36
15 changed files with 62 additions and 52 deletions

View File

@@ -19,7 +19,9 @@ bool asst::InfrastReceptionTask::_run()
return false;
}
receive_message_board();
if (m_receive_message_board) {
receive_message_board();
}
click_bottom_left_tab();
close_end_of_clue_exchange();