From 0246ca3805dd0fc9595a20f91fe5de1744bbd844 Mon Sep 17 00:00:00 2001 From: KKFantasy Date: Sun, 1 Jun 2025 12:58:29 +0800 Subject: [PATCH] =?UTF-8?q?dict:=20=E5=A2=9E=E5=8A=A0=E6=98=93=E9=94=99?= =?UTF-8?q?=E8=AF=BB=E8=AF=8D=E6=B1=87=20(#1264)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加易错读词汇:甑糕、饸饹 --- cn_dicts/others.dict.yaml | 4 ++++ lua/corrector.lua | 2 ++ 2 files changed, 6 insertions(+) diff --git a/cn_dicts/others.dict.yaml b/cn_dicts/others.dict.yaml index c1f98da..088246a 100644 --- a/cn_dicts/others.dict.yaml +++ b/cn_dicts/others.dict.yaml @@ -333,6 +333,8 @@ sort: by_weight 果脯 guo pu 肉脯 rou fu 肉脯 rou pu +饸饹 he le +饸饹 huo luo 脯氨酸 fu an suan 脯氨酸 pu an suan 酪氨酸 lao an suan @@ -383,6 +385,8 @@ sort: by_weight 杉木 shan mu 道在屎溺 dao zai shi niao 道在屎溺 dao zai shi ni +甑糕 zeng gao +甑糕 jing gao ### 错字 曾经 ceng jing 曾今 ceng jin diff --git a/lua/corrector.lua b/lua/corrector.lua index 9def00e..07556ea 100644 --- a/lua/corrector.lua +++ b/lua/corrector.lua @@ -142,6 +142,7 @@ function M.init(env) ["xie hu"] = { text = "潟湖", comment = "xì hú" }, ["guo pu"] = { text = "果脯", comment = "guǒ fǔ" }, ["rou pu"] = { text = "肉脯", comment = "ròu fǔ" }, + ["huo luo"] = { text = "饸饹", comment = "hé le" }, ["pu an suan"] = { text = "脯氨酸", comment = "脯(fǔ)氨酸" }, ["luo an suan"] = { text = "酪氨酸", comment = "酪(lào)氨酸" }, ["mei shi zi"] = { text = "没食子", comment = "没(mò)食子" }, @@ -167,6 +168,7 @@ function M.init(env) ["sha cao"] = { text = "莎草", comment = "suō cǎo" }, ["shan mu"] = { text = "杉木", comment = "shā mù" }, ["dao zai shi ni"] = { text = "道在屎溺", comment = "道在屎溺(niào)" }, + ["jing gao"] = { text = "甑糕", comment = "甑(zèng)糕" }, -- 错字 ["pu jie"] = { text = "扑街", comment = "仆街" }, ["pu gai"] = { text = "扑街", comment = "仆街" },