Skip to content

Commit

Permalink
style: 中文模式使用ASCII字符配置调整
Browse files Browse the repository at this point in the history
- 中文模式使用ASCII字符的样式调整
- 使用 reset 锁死配置,避免在部分版本小狼毫上出现不达预期的效果
  • Loading branch information
YummyCocoa authored and Mintimate committed May 7, 2024
1 parent b858d46 commit 12fafaf
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion double_pinyin_flypy.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ switches:
reset: 0
states: [ 简体 , 繁体 ]
- name: ascii_punct
states: [ 。,, ., ]
states: [ "。,", ".," ]
reset: 0
- name: chaifen # 拆字滤镜
states: [ 🙈, 🐵 ] # 快捷键 「Control+Shift+C」

Expand Down
1 change: 1 addition & 0 deletions rime_mint.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ switches:
states: [ 简体 , 繁体 ]
- name: ascii_punct
states: [ 。,, ., ]
reset: 0

engine:
processors:
Expand Down
1 change: 1 addition & 0 deletions rime_mint_flypy.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ switches:
states: [ 简体 , 繁体 ]
- name: ascii_punct
states: [ 。,, ., ]
reset: 0

engine:
processors:
Expand Down
3 changes: 2 additions & 1 deletion terra_pinyin.custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ patch:
reset: 0
states: [ 简体 , 繁体 ]
- name: ascii_punct
states: [ 。,, ., ]
states: [ "。,", ".," ]
reset: 0

key_binder:
bindings:
Expand Down
3 changes: 2 additions & 1 deletion wubi86_jidian.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ switches:
- name: transcription
states: [ 简体 , 繁体 ]
- name: ascii_punct
states: [ '。,' , '.,' ]
states: [ "。,", ".," ]
reset: 0


engine:
Expand Down
3 changes: 2 additions & 1 deletion wubi98_mint.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ switches:
reset: 0
states: [ 简体 , 繁体 ]
- name: ascii_punct
states: [ '。,' , '.,' ]
states: [ "。,", ".," ]
reset: 0

engine:
processors:
Expand Down

0 comments on commit 12fafaf

Please sign in to comment.