mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
chore.优化了一些有的没的,修复笔误等
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user