chore: Auto update by pre-commit hooks

https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/22416032302
[skip changelog]
This commit is contained in:
github-actions[bot]
2026-02-25 21:11:06 +00:00
parent 77175d6cab
commit 474321e1f3
2 changed files with 2 additions and 9 deletions

View File

@@ -310,12 +310,7 @@ BattlefieldMatcher::MatchResult<std::pair<int, int>> BattlefieldMatcher::kills_a
}
if (kills_text.length() <= pos + 1) {
Log.error(
"kills_text length is too short: text='{}', length={}, pos={}",
kills_text,
kills_text.size(),
pos
);
Log.error("kills_text length is too short: text='{}', length={}, pos={}", kills_text, kills_text.size(), pos);
return {};
}

View File

@@ -48,9 +48,7 @@
{
"name": "macos-arm64",
"displayName": "macOS arm64 Release",
"$comment": [
"see .github/workflows/res-update-game.yml"
],
"$comment": ["see .github/workflows/res-update-game.yml"],
"generator": "Ninja",
"binaryDir": "${sourceDir}/build",
"cacheVariables": {