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
姓氏模式下如果自定义拼音包含了姓氏,则无法生效
应先判断自定义拼音再判断姓氏
3.6.1
esmodule
customPinyin({ 乐嘉: 'lè jiā', 乐毅: 'yuè yì' }) pinyin('乐嘉') // 输出 "lè jiā" pinyin('乐嘉', { mode: 'surname' }) // 输出 "yuè jiā"
The text was updated successfully, but these errors were encountered:
感谢反馈,已在最新版本修复
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
bug 描述
姓氏模式下如果自定义拼音包含了姓氏,则无法生效
你预期的样子是?
应先判断自定义拼音再判断姓氏
pinyin-pro 版本号
3.6.1
引入方式
esmodule
最小成本的复现步骤
The text was updated successfully, but these errors were encountered: