Skip to content

Commit

Permalink
feat: replace stroke with pinyin_simp
Browse files Browse the repository at this point in the history
  • Loading branch information
loveminimal committed Dec 1, 2024
1 parent 0a0da9e commit 51eff84
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 12 deletions.
24 changes: 18 additions & 6 deletions flypy_rime_jk.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ schema:
- 知心小鹤,双拼,小啊小蓝鸟
- https://github.com/loveminimal/rime-jk
dependencies:
- stroke
# - stroke
- pinyin_simp
version: 3.0.0 # 版本号,在发布新版前请确保已升级版本号
icon: "assets/fly_b.ico"
ascii_icon: 'assets/ascii.ico'
Expand Down Expand Up @@ -181,16 +182,27 @@ date_translator:
jk_datetime: iii


# reverse_lookup:
# dictionary: stroke
# enable_completion: true
# prefix: "`"
# suffix: "'"
# tips: 〔笔画〕
# preedit_format:
# - xlit/hspnz/一丨丿丶乙/
# comment_format:
# - xform/([nl])v/$1ü/

reverse_lookup:
dictionary: stroke
enable_completion: true
dictionary: pinyin_simp
prefix: "`"
suffix: "'"
tips: 笔画
tips: 拼音
preedit_format:
- xlit/hspnz/一丨丿丶乙/
comment_format:
- xform/([nl])v/$1ü/
- xform/([nl])ue/$1üe/
- xform/([jqxy])v/$1u/


# === 自定义短语:custom_phrase.txt ===
custom_phrase:
Expand Down
24 changes: 18 additions & 6 deletions flyyx_rime_jk.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ schema:
- 辅助码方案源自 > 墨奇辅助码 鹤拼版
- https://github.com/gaboolic/rime-shuangpin-fuzhuma
dependencies:
- stroke
# - stroke
- pinyin_simp
version: 3.0.0 # 版本号,在发布新版前请确保已升级版本号
icon: "assets/fly_m.ico"
ascii_icon: 'assets/ascii.ico'
Expand Down Expand Up @@ -220,16 +221,27 @@ translator:
date_translator:
jk_datetime: iii

# reverse_lookup:
# dictionary: stroke
# enable_completion: true
# prefix: "`"
# suffix: "'"
# tips: 〔笔画〕
# preedit_format:
# - xlit/hspnz/一丨丿丶乙/
# comment_format:
# - xform/([nl])v/$1ü/

reverse_lookup:
dictionary: stroke
enable_completion: true
dictionary: pinyin_simp
prefix: "`"
suffix: "'"
tips: 笔画
tips: 拼音
preedit_format:
- xlit/hspnz/一丨丿丶乙/
comment_format:
- xform/([nl])v/$1ü/
- xform/([nl])ue/$1üe/
- xform/([jqxy])v/$1u/


# === 自定义短语:custom_phrase.txt ===
custom_phrase:
Expand Down

0 comments on commit 51eff84

Please sign in to comment.