This commit is contained in:
Horis 2024-03-26 22:28:49 +08:00
parent 9242dfe476
commit 1e579d208b

View File

@ -33,8 +33,9 @@ object ChineseUtils {
val dict = DictionaryContainer.getInstance().getDictionary(TransType.TRADITIONAL_TO_SIMPLE)
dict.run {
remove("", "", "")
remove("支援", "沈默", "類比", "模擬", "划槳", "列根", "先進")
remove("路易斯", "非同步", "出租车", "周杰倫")
remove("支援", "沈默", "類比", "模擬", "划槳", "列根", "先進", "雪梨", "雪糕")
remove("零錢", "零钱", "離線", "碟片")
remove("路易斯", "非同步", "出租车", "周杰倫", "马铃薯", "馬鈴薯")
}
}