chore: Auto update by pre-commit hooks

https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/21118556393
[skip changelog]
This commit is contained in:
github-actions[bot]
2026-01-18 21:04:18 +00:00
parent 7fa51393f6
commit ecd4a33f8d
16 changed files with 357 additions and 314 deletions

View File

@@ -397,11 +397,10 @@ asst::Assistant::AsyncCallId asst::Assistant::async_attach_window(
return append_async_call(
AsyncCallItem::Type::AttachWindow,
AsyncCallItem::AttachWindowParams {
.hwnd = hwnd,
.screencap_method = screencap_method,
.mouse_method = mouse_method,
.keyboard_method = keyboard_method },
AsyncCallItem::AttachWindowParams { .hwnd = hwnd,
.screencap_method = screencap_method,
.mouse_method = mouse_method,
.keyboard_method = keyboard_method },
block);
}
#endif