feat.完成最基本的抄作业逻辑。重构了一部分代码

This commit is contained in:
MistEO
2022-03-20 01:25:33 +08:00
parent c7a0fb91af
commit de59bbf87f
52 changed files with 1103 additions and 737 deletions

View File

@@ -24,7 +24,7 @@ bool asst::InfrastOfficeTask::_run()
auto find_iter = std::find_if(
m_all_available_opers.begin(), m_all_available_opers.end(),
[&](const infrast::Oper& info) -> bool {
[&](const infrast::BattleRealTimeOper& info) -> bool {
return info.selected;
});