mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
fix: 修复借助战卡住的问题,修复一个编译错误
This commit is contained in:
@@ -6019,9 +6019,9 @@
|
||||
244,
|
||||
167
|
||||
],
|
||||
"postDelay": 1000,
|
||||
"next": [
|
||||
"BattleSupportUnitFormationSelect"
|
||||
"BattleSupportUnitFormationSelect",
|
||||
"BattleSupportUnitFormation"
|
||||
]
|
||||
},
|
||||
"BattleSupportUnitFormationSelect": {
|
||||
@@ -6032,7 +6032,10 @@
|
||||
1165,
|
||||
75
|
||||
],
|
||||
"postDelay": 1000
|
||||
"next": [
|
||||
"BattleSupportUnitFormationSelect",
|
||||
"Stop"
|
||||
]
|
||||
},
|
||||
"BattleQuickFormation": {
|
||||
"action": "ClickSelf",
|
||||
|
||||
@@ -70,7 +70,7 @@ bool asst::OcrPack::load(const std::filesystem::path& path)
|
||||
m_ocr_option->UsePaddleInferBackend();
|
||||
break;
|
||||
default:
|
||||
Log.error("Unknown OCR Backend", m_backend);
|
||||
Log.error("Unknown OCR Backend", static_cast<int>(m_backend));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user