fix: 繁中服_生息演算組裝道具後卡住 (#12182)

* fix: 繁中服_生息演算組裝道具後卡住

* perf: 改为 ocrReplace

---------

Co-authored-by: 晓丶梦丶仁 <74444214+Daydreamer114@users.noreply.github.com>
This commit is contained in:
HY
2025-03-19 12:40:43 +08:00
committed by GitHub
parent 6e215b016a
commit ebc06d3b9c

View File

@@ -2203,7 +2203,8 @@
"text": ["開始組裝", "組裝"]
},
"Reclamation2ExManufactureConfirmClickToContinue": {
"text": ["點擊", "空白", "繼續"]
"text": ["點擊", "空白", "繼續"],
"ocrReplace": [["空百", "空白"]]
},
"Reclamation2ExReadArchiveConfirm": {
"text": ["確認"]
@@ -2383,6 +2384,7 @@
"text": ["演算", "開始"]
},
"Tales@RA@ResourceGained": {
"text": ["點擊空白處繼續", "空白"]
"text": ["點擊空白處繼續", "空白"],
"ocrReplace": [["空百", "空白"]]
}
}