mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
chore: Auto update by pre-commit hooks
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/22416032302 [skip changelog]
This commit is contained in:
@@ -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 {};
|
||||
}
|
||||
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user