Skip to content

Commit 6fd3f43

Browse files
committed
test(dicts): 尝试移除大字库和扩展库,测试卡顿
尝试把大字库和扩展库移除,权衡日常使用的影响和流畅性的提升
1 parent 80dcec1 commit 6fd3f43

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

rime_mint.dict.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ sort: by_weight
77
import_tables:
88
- dicts/custom_simple # 自定义
99
- dicts/rime_ice.8105 # 霧凇拼音 常用字集合
10-
- dicts/rime_ice.41448 # 霧凇拼音 完整字集合
1110
- dicts/rime_ice.base # 雾凇拼音 基础词库
12-
- dicts/rime_ice.ext # 雾凇拼音 扩展词库
1311
- dicts/other_kaomoji # 颜文字表情(按`VV`呼出)
1412
- dicts/rime_ice.others # 雾凇拼音 others词库(用于自动纠错)
1513
# 20240608 Emoji完全交友OpenCC,不再使用字典作为补充
1614
# - dicts/other_emoji # Emoji(仅仅作为补充,实际使用一般是OpenCC生效)
15+
# 20240608 移除大字表和扩展词库包,1. 减少卡顿; 2. 避免用户没安装大字库而出现方块或问号字
16+
# - dicts/rime_ice.ext # 雾凇拼音 扩展词库
17+
# - dicts/rime_ice.41448 # 霧凇拼音 完整字集合
1718
...

terra_pinyin.dict.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ sort: by_weight
88
import_tables:
99
- dicts/terra_pinyin_base # terra_pinyin 自带的字典(自带的terra_pinyin.dict.yaml)
1010
- dicts/terra_rime_ice.base # 使用Python转义的雾凇拼音base
11-
- dicts/terra_rime_ice.ext # 使用Python转义的雾凇拼音ext
1211
- dicts/other_kaomoji # 颜文字表情(按`vv`呼出)
1312
# 20240608 Emoji完全交友OpenCC,不再使用字典作为补充
1413
# - dicts/other_emoji # Emoji(仅仅作为补充,实际使用一般是OpenCC生效)
14+
# 20240608 移除扩展词库包,1. 减少卡顿;
15+
# - dicts/terra_rime_ice.ext # 雾凇拼音 扩展词库
1516
...

0 commit comments

Comments
 (0)