chore: Auto update by pre-commit hooks

https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/22781996056
[skip changelog]
This commit is contained in:
github-actions[bot]
2026-03-06 21:08:23 +00:00
parent 0a3f6f754f
commit bc2db0c76d
2 changed files with 0 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -483,7 +483,6 @@ void asst::BattleProcessTask::sleep_and_do_strategy(unsigned millisecond)
const auto start = std::chrono::steady_clock::now();
const auto delay = millisecond * 1ms;
cv::Mat image = ctrler()->get_image();
while (!need_exit() && check_in_battle(image) && std::chrono::steady_clock::now() - start < delay) {
do_strategic_action(image);