fix: YostarKR use ' ' in ocrReplace to preserve '\n' for InfrastTrainingTask

This commit is contained in:
HX3N
2026-01-24 12:40:35 +09:00
parent 898fbea848
commit c7db3681be
3 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
"JieGarden@Roguelike@CoppersNameOcrReplace": {
"doc": "/resource/roguelike/JieGarden/coppers.json의 coppes",
"ocrReplace": [
["[\\s$().\"/'—_\\-+=,:《》■~シ]", ""],
["[ $().\"/'—_\\-+=,:《》■~シ]", ""],
["([가-힣]+)[^가-힣]+$", "$1"],
["균형가뭄", "衡-旱热"],
["균형군의둔전", "衡-军屯垦"],
@@ -239,7 +239,7 @@
"JieGarden@RoguelikeEncounterOptionAnalyzer-OptionHeaderBar-Text": {
"doc": "/resource/roguelike/JieGarden/encounter/default.json의 option_text",
"ocrReplace": [
["[\\s$().\"/'—_\\-+=,《》■~シ]", ""],
["[ $().\"/'—_\\-+=,《》■~シ]", ""],
["^[a-zA-Z]", ""],
["([가-힣]+)[^가-힣]+$", "$1"],
["배부르게식사한다", "饱餐一顿"],

View File

@@ -72,7 +72,7 @@
},
"RoguelikeTraderShoppingOcr": {
"ocrReplace": [
["[\\s$().\"/'—_\\-+=,:《》■~シ]", ""],
["[ $().\"/'—_\\-+=,:《》■~シ]", ""],
["^뱅가드모집.+", "先锋招募券"],
["^가드모집.+", "近卫招募券"],
["^디펜더모집.+", "重装招募券"],
@@ -937,7 +937,7 @@
},
"Roguelike@StageEncounterOcr": {
"ocrReplace": [
["[\\s$().\"/'—_\\-+=,:《》■~シ]", ""],
["[ $().\"/'—_\\-+=,:《》■~シ]", ""],
["^만남$", "相遇"],
["([가-힣]+)[^가-힣]+$", "$1"],
["^야영$", "扎营"],

View File

@@ -42,7 +42,7 @@
"CharsNameOcrReplace": {
"Doc": "이 작업의 'ocrReplace'는 오퍼레이터 이름과 관련된 모든 인식 작업에서 사용됩니다",
"ocrReplace": [
["[\\s$().\"/'—_\\-+=,:《》■~シ]", ""],
["[ $().\"/'—_\\-+=,:《》■~シ]", ""],
["드래곤플라이L", "龙腾.L"],
["드래곤플라이F", "龙腾.F"],
["드래곤플라이A", "龙腾.A"],
@@ -1159,7 +1159,7 @@
},
"RecruitTags": {
"ocrReplace": [
["[\\s$().\"/'—_\\-+=,《》■~シ]", ""],
["[ $().\"/'—_\\-+=,《》■~シ]", ""],
["고급특별채용", "고급 특별 채용"],
["^특별채용$", "특별 채용"],
["^가(드|도|든)$", "가드"],
@@ -1217,7 +1217,7 @@
"BattleStageName": {
"Doc": "이 작업의 'ocrReplace'는 로그라이크 스테이지 이름과 관련된 모든 인식 작업에서 사용됩니다",
"ocrReplace": [
["(\\s| )", ""],
[" ", ""],
["원석충과함께", "与虫为伴"],
["사육장", "驯兽小屋"],
["예포소대.*", "礼炮小队"],