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
现在的: 多音字:好(Hǎo|Hào) 调用cnchar.words("好")后:[ "爱好","好奇", "好多", "好孩子",...] 期望: cnchar.words("好|hao3") :["好多", "好孩子",...] cnchar.words("好|hao4") :["爱好","好奇",...]
随机生成词语时: cnchar.random.words(options?: { number?: number; // 生成数量 默认1 length?: number; // 词语长度 默认不限制 match?: string; // 查找包含match的词语 }): string; match查找时也能根据字+音调查找
The text was updated successfully, but these errors were encountered:
No branches or pull requests
现在的:
多音字:好(Hǎo|Hào)
调用cnchar.words("好")后:[ "爱好","好奇", "好多", "好孩子",...]
期望:
cnchar.words("好|hao3") :["好多", "好孩子",...]
cnchar.words("好|hao4") :["爱好","好奇",...]
随机生成词语时:
cnchar.random.words(options?: {
number?: number; // 生成数量 默认1
length?: number; // 词语长度 默认不限制
match?: string; // 查找包含match的词语
}): string;
match查找时也能根据字+音调查找
The text was updated successfully, but these errors were encountered: