Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom目录如何使用呢 #26

Open
z1073 opened this issue Feb 9, 2025 · 1 comment
Open

custom目录如何使用呢 #26

z1073 opened this issue Feb 9, 2025 · 1 comment

Comments

@z1073
Copy link

z1073 commented Feb 9, 2025

升级了新版体验很好,只是每次升级后都需要配置一番,我的系统是用了两套输入方案(全拼和双拼),目前的配置方法是在default.ymal配置好方案

schema_list:
  - schema: double 
  - schema: full

然后复制两份schema编辑好的方案文件重新部署
Image

就可以通过Control+~切换方案了

Image

每次git pull后都要重复上述步骤。

最近我看到多了一个custom目录,试了下复制两套custom.yaml进去重新部署似乎没用,应该是我的使用姿势不对,想问问我这种情况应该怎么优雅的更新

Image

@amzxyz
Copy link
Owner

amzxyz commented Feb 9, 2025

custom名称要与方案对应
假设
全拼是wanxiang-full.schema.yaml
双拼是wanxiang-double.schema.yaml
则自定义文件因为
wanxiang-full.custom.yaml
wanxiang-double.custom.yaml
两个

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants