From 830c813fa98324ee5a321f46d254b5c8b3bc917d Mon Sep 17 00:00:00 2001 From: cenfusheng <52312717+cenfusheng@users.noreply.github.com> Date: Thu, 16 Mar 2023 14:23:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=BE=A9=E7=A0=BE=E7=9A=84?= =?UTF-8?q?=E6=96=87=E5=AD=97=E8=AD=98=E5=88=A5=E5=95=8F=E9=A1=8C=EF=BC=88?= =?UTF-8?q?txwy=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复砾识别为礫樂的问题(txwy) --- resource/global/txwy/resource/tasks.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/resource/global/txwy/resource/tasks.json b/resource/global/txwy/resource/tasks.json index c38575490b..9688788f47 100644 --- a/resource/global/txwy/resource/tasks.json +++ b/resource/global/txwy/resource/tasks.json @@ -207,11 +207,15 @@ "远山" ], [ - "礫", + "^礫$", "砾" ], [ - "樂", + "^樂$", + "砾" + ], + [ + "^礫樂$", "砾" ], [ @@ -2431,4 +2435,4 @@ ] ] } -} \ No newline at end of file +}