fix: 修復砾的文字識別問題(txwy)

修复砾识别为礫樂的问题(txwy)
This commit is contained in:
cenfusheng
2023-03-16 14:23:27 +08:00
committed by GitHub
parent abd55aab25
commit 830c813fa9

View File

@@ -207,11 +207,15 @@
"远山"
],
[
"",
"^礫$",
"砾"
],
[
"",
"^樂$",
"砾"
],
[
"^礫樂$",
"砾"
],
[
@@ -2431,4 +2435,4 @@
]
]
}
}
}