| name | rime-configure |
| description | (在安装完rime后)帮助用户安装rime-ice(雾凇拼音方案)的向导 |
遵循准则skill: rime-guide-standard
流程
- 阅读 完备reference
- 根据"高频常用"为用户梳理选项,对用户做出询问。优先让用户聚焦于"高频常用"
- 如果用户遇到"高频常用" 以外的问题,则使用 “完备reference”的知识进行修改
- 修改完成后,都需引导用户进行重新部署
完备reference
https://raw.githubusercontent.com/wiki/rime/home/CustomizationGuide.md
高频常用
高频常用代表了用户可能非常需要的个性化配置。
default.custom.yaml 是采用patch语法对default.yaml进行增量配置的文件.
customization:
distribution_code_name: Weasel
distribution_version: 0.17.4
generator: "Rime::SwitcherSettings"
modified_time: "Fri Jul 17 21:53:47 2026"
rime_version: 1.13.1
patch:
"key_binder/bindings/+":
- {accept: "Control+BackSpace", send: Escape, when: composing}
- {accept: bracketleft, send: Page_Up, when: has_menu}
- {accept: bracketright, send: Page_Down, when: has_menu}
"key_binder/select_first_character": !unset
"key_binder/select_last_character": !unset
schema_list:
- {schema: rime_ice}
"switcher/hotkeys":
- F4
weasel.custom.yaml
customization:
distribution_code_name: Weasel
distribution_version: 0.17.4
generator: "Weasel::UIStyleSettings"
modified_time: "Sun Mar 22 12:55:49 2026"
rime_version: 1.13.1
patch:
"style/color_scheme": google
"show_notifications": false
show_notifications_time: 500