mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-05-14 00:30:37 +08:00
fix: v 模式的少许 Bug
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
schema:
|
||||
schema_id: rime_ice
|
||||
name: 雾凇拼音
|
||||
version: "1.1.0"
|
||||
version: "1.2.0"
|
||||
author:
|
||||
- Dvel
|
||||
description: |
|
||||
@@ -60,7 +60,6 @@ engine:
|
||||
translators:
|
||||
- punct_translator
|
||||
- script_translator
|
||||
- lua_translator@v_single_char_first_filter # v 模式 symbols 优先(否则是英文优先)
|
||||
- lua_translator@date_translator # 时间、日期、星期
|
||||
- table_translator@custom_phrase # 自定义短语 custom_phrase.txt
|
||||
- table_translator@melt_eng # 英文输入
|
||||
@@ -70,6 +69,7 @@ engine:
|
||||
- lua_filter@long_word_filter # 长词优先
|
||||
- simplifier@emoji # Emoji
|
||||
- simplifier@traditionalize # 简繁切换
|
||||
- lua_filter@v_filter # v 模式 symbols 优先(否则是英文优先)
|
||||
- uniquifier # 去重
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user