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 +}