-
Notifications
You must be signed in to change notification settings - Fork 643
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
请问想让/改为全角/的补丁应该怎么写? #624
Comments
你可以直接给 patch:
punctuator/half_shape:
# ... 单独修改其中的几个,可以这么写,我测试是可以的: patch:
punctuator/half_shape:
__include: default:/punctuator/half_shape # 先写上这一行
'/' : '/' # 再写上要单独修改的
'~' : '~' # 再写上要单独修改的 |
明白,搞定了,谢谢大佬! |
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
punctuator/half_shape//: '/'
punctuator/half_shape/%: '%'
punctuator/half_shape/$: '¥'
punctuator/half_shape/~: '~'
不想直接改default.yaml,想把补丁写在default.custom.yaml,上面的%¥~都没问题,就是/不行,会报错,加空格加引号不报错,但不生效。
The text was updated successfully, but these errors were encountered: