Skip to content

Commit

Permalink
Merge pull request #128 from zh-lx/release-3.16.6
Browse files Browse the repository at this point in the history
feat: 增加部分词语读音
  • Loading branch information
zh-lx authored Sep 11, 2023
2 parents a58d077 + 26f5abc commit 2a8e751
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 更新日志

## 3.16.6

- 【patch】词库添加以下词语:
- 嘴巴: 'zuǐ ba',
- 耳朵: 'ěr duo',
- 茄子: 'qié zi',

## 3.16.5

- 【patch】亲戚称谓及"子"相关读音校正
Expand Down
3 changes: 3 additions & 0 deletions lib/data/dict2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2132,6 +2132,9 @@ const DICT2: { [prop: string]: string } = {
筷子: 'kuài zi',
篮子: 'lán zi',
绳子: 'shéng zi',
嘴巴: 'zuǐ ba',
耳朵: 'ěr duo',
茄子: 'qié zi',
};
export default DICT2;
export const Pattern2: Pattern[] = Object.keys(DICT2).map((key) => ({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinyin-pro",
"version": "3.16.5",
"version": "3.16.6",
"description": "准确率和性能最优异的汉字转拼音库。获取中文拼音、韵母、声母、声调、首字母,支持拼音匹配",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 2a8e751

Please sign in to comment.