mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-05-14 00:30:37 +08:00
删除限制码长
仅仅只是限制了字母个数,并没有完全阻挡因为拼写运算造成的卡顿,没什么意义。
This commit is contained in:
@@ -43,7 +43,6 @@ switches:
|
||||
engine:
|
||||
processors:
|
||||
- lua_processor@select_character # 以词定字
|
||||
- lua_processor@code_length_limit_processor # 限制码长
|
||||
- ascii_composer
|
||||
- recognizer
|
||||
- key_binder
|
||||
@@ -75,10 +74,6 @@ engine:
|
||||
- uniquifier # 去重
|
||||
|
||||
|
||||
# Lua 配置: 限制码长,默认 100。(最多能输入的字符个数)
|
||||
code_length_limit_processor: 100
|
||||
|
||||
|
||||
# Lua 配置: 日期、时间、星期、ISO 8601、时间戳的触发关键字
|
||||
date_translator:
|
||||
date: rq # 日期: 2022-11-29
|
||||
|
||||
Reference in New Issue
Block a user