mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: 繁中服_生息演算組裝道具後卡住 (#12182)
* fix: 繁中服_生息演算組裝道具後卡住 * perf: 改为 ocrReplace --------- Co-authored-by: 晓丶梦丶仁 <74444214+Daydreamer114@users.noreply.github.com>
This commit is contained in:
@@ -2203,7 +2203,8 @@
|
||||
"text": ["開始組裝", "組裝"]
|
||||
},
|
||||
"Reclamation2ExManufactureConfirmClickToContinue": {
|
||||
"text": ["點擊", "空白", "繼續"]
|
||||
"text": ["點擊", "空白", "繼續"],
|
||||
"ocrReplace": [["空百", "空白"]]
|
||||
},
|
||||
"Reclamation2ExReadArchiveConfirm": {
|
||||
"text": ["確認"]
|
||||
@@ -2383,6 +2384,7 @@
|
||||
"text": ["演算", "開始"]
|
||||
},
|
||||
"Tales@RA@ResourceGained": {
|
||||
"text": ["點擊空白處繼續", "空白"]
|
||||
"text": ["點擊空白處繼續", "空白"],
|
||||
"ocrReplace": [["空百", "空白"]]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user