mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-05-14 00:30:37 +08:00
@@ -1,6 +1,8 @@
|
||||
-- 根据是否在用户词典,在结尾加上一个星号 *
|
||||
-- is_in_user_dict: true 输入过的内容
|
||||
-- is_in_user_dict: false 或不写 未输入过的内容
|
||||
-- 根据是否在用户词典,在 comment 上加上一个星号 *
|
||||
-- 在 engine/filters 增加 - lua_filter@is_in_user_dict
|
||||
-- 在方案里写配置项:
|
||||
-- is_in_user_dict: true 为输入过的内容加星号
|
||||
-- is_in_user_dict: false 为未输入过的内容加星号
|
||||
|
||||
local M = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user