From c4a6705faad8d5e6866f0efdbc58b30375bd2d71 Mon Sep 17 00:00:00 2001 From: MistEO Date: Mon, 12 Dec 2022 23:49:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=89=E8=90=BD=E8=AF=86=E5=88=AB?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/tasks.json | 78 ++++++++++++++++++++++++--------------------- 1 file changed, 41 insertions(+), 37 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index bb6102f590..d561bdf0a5 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -6500,42 +6500,46 @@ "isAscii": true, "text": [], "ocrReplace": [ - [ - "o", - "0" - ], - [ - "O", - "0" - ], - [ - "I", - "1" - ], - [ - "l", - "1" - ], - [ - "方", - "万" - ], - [ - "萬", - "万" - ], - [ - "만", - "万" - ], - [ - "億", - "亿" - ], - [ - "억", - "亿" - ] + [ + "o", + "0" + ], + [ + "O", + "0" + ], + [ + "I", + "1" + ], + [ + "l", + "1" + ], + [ + "方", + "万" + ], + [ + "芳", + "万" + ], + [ + "萬", + "万" + ], + [ + "만", + "万" + ], + [ + "億", + "亿" + ], + [ + "억", + "亿" + ] ] }, "StageDrops-Difficulty-Tough": { @@ -9151,4 +9155,4 @@ "RoguelikeWaitBattleStart" ] } -} \ No newline at end of file +}