使用的小企鹅输入法在~/.local/rime 下面直接拉的雾凇拼音 然后文件都没动
rime 目录下复制了一个 custom_phrase.txt 为 my_phrase.txt然后在 txt 最下面添加了
xxxxx@gmail.com gmailrime 目录新建了 default.custom.yaml
patch: "engine/translators/+": - table_translator@my_phrase my_phrase: dictionary: "" user_dict: my_phrase # 可以修改这里,改成自己的 txt 文件 db_class: stabledb # 只读数据库,无法动态调频;设为 tabledb 可以动态调频 enable_completion: false # 补全提示 enable_sentence: false # 禁止造句 initial_quality: 99也尝试过复制 rime_ice.schema.yaml 的 engine/translators 加入 table_translator@my_phrase 也不行
输入 gmail 自定义的邮箱没出来
如果直接修改 rime_ice.schema.yaml 文件里的 engine/translators 加入 table_translator@my_phrase 和 my_phrase 又可以
