This commit is contained in:
Horis 2024-02-29 10:48:04 +08:00
parent 5f25d5dcbd
commit ff5e56dc6b

View File

@ -32,7 +32,7 @@ object ChineseUtils {
fun fixT2sDict() {
val dict = DictionaryContainer.getInstance().getDictionary(TransType.TRADITIONAL_TO_SIMPLE)
dict.run {
remove("", "")
remove("", "", "")
remove("支援", "沈默", "類比", "模擬", "划槳", "列根", "先進")
remove("路易斯", "非同步", "出租车", "周杰倫")
}