chore.优化了一些有的没的,修复笔误等

This commit is contained in:
MistEO
2022-04-01 22:32:43 +08:00
parent 2eb16bae77
commit 9d742527ee
9 changed files with 12 additions and 9 deletions

View File

@@ -81,9 +81,8 @@ bool asst::BattleProcessTask::analyze_opers_preview()
}
std::this_thread::yield();
}
// TODO: 干员头像出来之后,还要过 2 秒左右才可以点击,这里可能还要加个延时
sleep(3000);
// 干员头像出来之后,还要过 2 秒左右才可以点击,这里要加个延时
sleep(Task.get("BattleWaitingToLoad")->rear_delay);
battle_pause();
auto opers = oper_analyzer.get_opers();