mirror of
https://github.com/d0zingcat/rime_wanxiang.git
synced 2026-05-13 23:16:54 +00:00
fix: 修复句中反查对双拼编码的提取策略
This commit is contained in:
@@ -66,7 +66,7 @@ function AP.init(env)
|
||||
end
|
||||
|
||||
-- 英文:enuser(不受 add_* 开关影响,始终尝试启用)
|
||||
env.en_memory = Memory(env.engine, env.engine.schema, "wanxiang_mixedcode")
|
||||
env.en_memory = Memory(env.engine, env.engine.schema, "wanxiang_english")
|
||||
|
||||
-- 只要有一边需要,就挂上 commit/delete 通知
|
||||
if env.en_memory or env.memory then
|
||||
|
||||
Reference in New Issue
Block a user