mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user