mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
fix: 去除干员 OCR 识别结果中的前导下划线 (#10280)
* fix: 去除干员 OCR 识别结果中的前导下划线 * fix: make sure at least one character following the underscore Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com> --------- Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
This commit is contained in:
@@ -1886,6 +1886,7 @@
|
||||
["^(?:[<4~]|《|。)+", ""],
|
||||
["^c(?!ast)", ""],
|
||||
["^\\^一", ""],
|
||||
["^_(?=.)", ""],
|
||||
["^令.+", "令"],
|
||||
[".*弦惊.*", "“弦惊”"],
|
||||
[".*亚梅塔", "菲亚梅塔"],
|
||||
|
||||
Reference in New Issue
Block a user