mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-02-01 23:47:36 +00:00
fix: lua 引入注释错误 close https://github.com/iDvel/rime-ice/issues/1405
This commit is contained in:
@@ -175,6 +175,7 @@ bash rime-install <recipe_name>
|
||||
部分发行版可能需要手动指定安装位置
|
||||
|
||||
```bash
|
||||
# 为 fictx5 安装
|
||||
rime_frontend=fcitx5-rime bash rime-install <recipe_name>
|
||||
```
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-- 中英混输词条自动空格
|
||||
-- 在 engine/filters 增加 - lua_filter@cn_en_spacer
|
||||
-- 在 engine/filters 增加 - lua_filter@*cn_en_spacer
|
||||
--
|
||||
-- 为中英混输词条(cn_en.dict.yaml)自动空格
|
||||
-- 示例:`VIP中P` → `VIP 中 P`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
-- 词条隐藏、降频
|
||||
-- 在 engine/processors 增加 - lua_processor@cold_word_drop.processor
|
||||
-- 在 engine/filters 增加 - lua_filter@cold_word_drop.filter
|
||||
-- 在 engine/processors 增加 - lua_processor@*cold_word_drop.processor
|
||||
-- 在 engine/filters 增加 - lua_filter@*cold_word_drop.filter
|
||||
-- 在 key_binder 增加快捷键:
|
||||
-- reduce_freq_cand: "Control+j" # 匹配当前输入码后隐藏指定的候选字词 或候选词条放到第四候选位置
|
||||
-- drop_cand: "Control+d" # 强制删词, 无视输入的编码
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
-- 词条隐藏、降频
|
||||
-- 在 engine/processors 增加 - lua_processor@cold_word_drop.processor
|
||||
-- 在 engine/filters 增加 - lua_filter@cold_word_drop.filter
|
||||
-- 在 engine/processors 增加 - lua_processor@*cold_word_drop.processor
|
||||
-- 在 engine/filters 增加 - lua_filter@*cold_word_drop.filter
|
||||
-- 在 key_binder 增加快捷键:
|
||||
-- reduce_freq_cand: "Control+j" # 匹配当前输入码后隐藏指定的候选字词 或候选词条放到第四候选位置
|
||||
-- drop_cand: "Control+d" # 强制删词, 无视输入的编码
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-- 英文词条上屏自动添加空格
|
||||
-- 在 engine/filters 的倒数第二个位置,增加 - lua_filter@en_spacer
|
||||
-- 在 engine/filters 的倒数第二个位置,增加 - lua_filter@*en_spacer
|
||||
--
|
||||
-- 英文后,再输入英文单词(必须为候选项)自动添加空格
|
||||
local F = {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-- 根据是否在用户词典,在 comment 上加上一个星号 *
|
||||
-- 在 engine/filters 增加 - lua_filter@is_in_user_dict
|
||||
-- 在 engine/filters 增加 - lua_filter@*is_in_user_dict
|
||||
-- 在方案里写配置项:
|
||||
-- is_in_user_dict: true 为输入过的内容加星号
|
||||
-- is_in_user_dict: false 为未输入过的内容加星号
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-- 九宫格,将输入框的数字转为对应的拼音或英文,iRime 用,Hamster 不需要。
|
||||
-- 在 engine/filters 增加 - lua_filter@t9_preedit
|
||||
-- 在 engine/filters 增加 - lua_filter@*t9_preedit
|
||||
--
|
||||
-- 九宫格专用,iRime 用,仓输入法不用
|
||||
-- 拼写规则通过 xlit 转写: xlit/abcdefghijklmnopqrstuvwxyz/22233344455566677778889999/
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
|
||||
除日常更新词库外的一些主要更新 🆕、破坏性变更 ⚠️。
|
||||
|
||||
### 2025.12.08
|
||||
|
||||
- 修正了 lua 注释中的引入错误 [#1405](https://github.com/iDvel/rime-ice/issues/1405)
|
||||
|
||||
### 2025-10-31
|
||||
|
||||
- `uuid.lua` 生成符合 RFC 4122 标准的 UUID v4 [#1383](https://github.com/iDvel/rime-ice/pull/1383)
|
||||
|
||||
Reference in New Issue
Block a user