mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
feat: 重构基建名字过滤的逻辑,重新整理基建资源;新增支持多萝西组换班
This commit is contained in:
@@ -36,7 +36,7 @@ bool asst::InfrastPowerTask::_run()
|
||||
|
||||
auto find_iter = std::find_if(
|
||||
m_all_available_opers.begin(), m_all_available_opers.end(),
|
||||
[&](const infrast::BattleRealTimeOper& info) -> bool {
|
||||
[&](const infrast::Oper& info) -> bool {
|
||||
return info.selected;
|
||||
});
|
||||
bool need_shift = true;
|
||||
|
||||
Reference in New Issue
Block a user