mirror of
https://github.com/d0zingcat/rime-ice.git
synced 2026-06-03 15:11:24 +00:00
dict: 日常更新; #457; 修正错误的化学式; 增加二叠字
This commit is contained in:
@@ -170,7 +170,11 @@ func checkOthersTXT() {
|
||||
continue
|
||||
}
|
||||
text := strings.Split(line, "\t")[0]
|
||||
set.Add(text)
|
||||
if set.Contains(text) {
|
||||
fmt.Println("❌ duplicate key", text)
|
||||
} else {
|
||||
set.Add(text)
|
||||
}
|
||||
}
|
||||
|
||||
// base+cn_dicts/others.dict.yaml
|
||||
|
||||
@@ -782,3 +782,4 @@
|
||||
黑皮鸡𭎂菌
|
||||
又双叒叕
|
||||
钟梓萓
|
||||
龙行龘龘
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# 在 # -_- 上面是错词;下面是包含错词但不是错词。
|
||||
砰砰直跳
|
||||
义无返顾
|
||||
撒狗血
|
||||
洒狗粮
|
||||
@@ -3112,6 +3113,7 @@
|
||||
鲫鱼竿
|
||||
钓鱼竿
|
||||
卧房阶下插鱼竿
|
||||
钓鱼竿儿
|
||||
屠呦呦
|
||||
白芨沟
|
||||
广东鸿图
|
||||
|
||||
Reference in New Issue
Block a user