mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
fix: KR Recruit Support Unit regex
This commit is contained in:
@@ -1548,11 +1548,12 @@
|
||||
"text": ["생존", "연산"]
|
||||
},
|
||||
"RecruitSupportConfirm": {
|
||||
"ocrReplace": [[".?(원|운)유.?", "지원유닛"]],
|
||||
"text": ["지원", "유닛"]
|
||||
"ocrReplace": [[".?(원|운).?(유|우).+", "지원 유닛 모집"]],
|
||||
"text": ["지원 유닛 모집"]
|
||||
},
|
||||
"RoguelikeChooseSupportBtnOcr": {
|
||||
"text": ["지원"]
|
||||
"ocrReplace": [[".?(원|운).?(유|우).?", "지원 유닛"]],
|
||||
"text": ["지원 유닛"]
|
||||
},
|
||||
"RoguelikeCustom-HijackCoChar": {
|
||||
"ocrReplace": [
|
||||
|
||||
Reference in New Issue
Block a user