mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-04-25 21:25:02 +00:00
fix: 完善所有双拼 i?ong 键位的正则
当修改 xform 为 derive 以支持双拼全拼混输时,`/i?ong$/` 这个正则与词库中的「唵嘛呢叭咪吽」的 `ong` 音冲突,会导致该键位不出字。
This commit is contained in:
@@ -246,7 +246,7 @@ speller:
|
||||
- xform/ing$/Ⓨ/
|
||||
- xform/uo$/Ⓞ/
|
||||
- xform/uan$/Ⓟ/
|
||||
- xform/i?ong$/Ⓢ/
|
||||
- xform/(.)i?ong$/$1Ⓢ/
|
||||
- xform/[iu]a$/Ⓓ/
|
||||
- xform/en$/Ⓕ/
|
||||
- xform/eng$/Ⓖ/
|
||||
|
||||
Reference in New Issue
Block a user