We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
例:欲输入「9年。」,其中「年」的编码为 pfu,句号为默认的 { commit: 。 },期望的输入为 9pfu.,而实际这样输入后未上屏「年。」,按空格后上屏的是「.年」,全部上屏字符串为「9.年」。应该是受了阿拉伯数字后句号自动替换为点号这一功能的影响。
{ commit: 。 }
9pfu.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
例:欲输入「9年。」,其中「年」的编码为 pfu,句号为默认的
{ commit: 。 }
,期望的输入为9pfu.
,而实际这样输入后未上屏「年。」,按空格后上屏的是「.年」,全部上屏字符串为「9.年」。应该是受了阿拉伯数字后句号自动替换为点号这一功能的影响。The text was updated successfully, but these errors were encountered: