-
-
Notifications
You must be signed in to change notification settings - Fork 333
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
现在的:
多音字:好(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查找时也能根据字+音调查找
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed