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
目前cnchar-info的信息中包含注音,是一个很实用的功能
但是目前好像不支持多音字,多音字只返回第一个字的注音,能否支持一下多音字呢
info(input: string): Array<{ fiveElement: string; // 五行:'金' | '木' | '水' | '火' | '土' method: string; // 造字法:'形声' | '会意' markSpell: string; // 汉字注音 }>;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前cnchar-info的信息中包含注音,是一个很实用的功能
但是目前好像不支持多音字,多音字只返回第一个字的注音,能否支持一下多音字呢
info(input: string): Array<{
fiveElement: string; // 五行:'金' | '木' | '水' | '火' | '土'
method: string; // 造字法:'形声' | '会意'
markSpell: string; // 汉字注音
}>;
The text was updated successfully, but these errors were encountered: