Skip to content

Commit

Permalink
remove rime.lua and symbol pairing is disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
boomker committed Nov 8, 2024
1 parent c6679d3 commit 497900e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flypy_xhfast.custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ patch:
toggle: "off"

pair_symbol: # 符号配对开关
toggle: "on"
toggle: "off"

easy_en/+: # 英文输入方案
prefix: "/oe"
Expand Down
10 changes: 10 additions & 0 deletions rime-yaml-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,16 @@
"pattern": "(true|false)",
"description": "开关:自动补全输入码。仅对 table_translator 生效。"
},
"dynamic_model": {
"type": "boolean",
"pattern": "(true|false)",
"description": "开关:动态模型。仅对 table_translator 生效。"
},
"prioritize_quality": {
"type": "boolean",
"pattern": "(true|false)",
"description": "启用优先质量选项"
},
"sentence_over_completion": {
"type": "boolean",
"pattern": "(true|false)",
Expand Down

0 comments on commit 497900e

Please sign in to comment.