Skip to content
New issue

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

release: 3.18.4 #143

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# 更新日志

## 3.18.4

- 【patch】词库修正以下词语

```diff
- 只争朝夕: 'zhǐ zhēng zhāo xī',
- 娉婷婀娜: 'pīng tíng ē nà',
- 鸣凤朝阳: 'míng fèng zhāo yáng',
- 凤鸣朝阳: 'fèng míng zhāo yáng',
- 朝阳鸣凤: 'zhāo yáng míng fèng',
- 朝成暮徧: 'cháo chéng mù shí',
+ 朝霞: 'zhāo xiá',
+ 朝夕: 'zhāo xī',
+ 朝气: 'zhāo qì',
+ 翅膀: 'chì bǎng',
+ 省长: 'shěng zhǎng',
+ 一担水: 'yī dàn shuǐ',
```

## 3.18.3

- 【patch】词库修正及添加以下词语
Expand Down
5 changes: 5 additions & 0 deletions lib/data/dict2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2167,6 +2167,11 @@ const DICT2: { [prop: string]: string } = {
力气: 'lì qi',
席子: 'xí zi',
林子: 'lín zi',
朝霞: 'zhāo xiá',
朝夕: 'zhāo xī',
朝气: 'zhāo qì',
翅膀: 'chì bǎng',
省长: 'shěng zhǎng',
};
export default DICT2;
export const Pattern2: Pattern[] = Object.keys(DICT2).map((key) => ({
Expand Down
1 change: 1 addition & 0 deletions lib/data/dict3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ const DICT3: { [prop: string]: string } = {
骨朵儿: 'gū duǒ er',
功劳簿: 'gōng láo bù',
都江堰: 'dū jiāng yàn',
一担水: 'yī dàn shuǐ',
};
export default DICT3;
export const Pattern3: Pattern[] = Object.keys(DICT3).map((key) => ({
Expand Down
6 changes: 0 additions & 6 deletions lib/data/dict4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ const DICT4: { [prop: string]: string } = {
小家子气: 'xiǎo jiā zi qì',
少不更事: 'shào bù gēng shì',
难分难舍: 'nán fēn nán shě',
只争朝夕: 'zhǐ zhēng zhāo xī',
添砖加瓦: 'tiān zhuān jiē wǎ',
是非分明: 'shì fēi fēn míng',
舍我其谁: 'shě wǒ qí shuí',
Expand Down Expand Up @@ -1423,7 +1422,6 @@ const DICT4: { [prop: string]: string } = {
屏声息气: 'bǐng shēng xī qì',
屏气吞声: 'bǐng qì tūn shēng',
凭几据杖: 'píng jī jù zhàng',
娉婷婀娜: 'pīng tíng ē nà',
品竹调弦: 'pǐn zhú diào xián',
贫嘴薄舌: 'pín zuǐ bó shé',
骈肩累足: 'pián jiān lěi zú',
Expand Down Expand Up @@ -1507,7 +1505,6 @@ const DICT4: { [prop: string]: string } = {
摸不着边: 'mō bù zhuó biān',
命中注定: 'mìng zhōng zhù dìng',
鸣鹤之应: 'míng hè zhī yīng',
鸣凤朝阳: 'míng fèng zhāo yáng',
明效大验: 'míng xiào dà yà',
名我固当: 'ming wo gu dang',
灭景追风: 'miè yǐng zhuī fēng',
Expand Down Expand Up @@ -2041,7 +2038,6 @@ const DICT4: { [prop: string]: string } = {
否极泰回: 'pǐ jí tài huí',
佛头著粪: 'fó tóu zhuó fèn',
奉为楷模: 'fèng wéi kǎi mó',
凤鸣朝阳: 'fèng míng zhāo yáng',
凤靡鸾吪: 'fèng mǐ luán é',
逢场作乐: 'féng chǎng zuò lè',
蜂攒蚁聚: 'fēng cuán yǐ jù',
Expand Down Expand Up @@ -2291,12 +2287,10 @@ const DICT4: { [prop: string]: string } = {
车载船装: 'chē zǎi chuán zhuāng',
车尘马迹: 'chē zhén mǎ jì',
朝折暮折: 'zhāo shé mù shé',
朝阳鸣凤: 'zhāo yáng míng fèng',
朝升暮合: 'zhāo shēng mù gě',
朝乾夕愓: 'zhāo qián xī dàng',
朝前夕惕: 'zhāo qiáng xī tì',
朝攀暮折: 'zhāo pān mù shé',
朝成暮徧: 'cháo chéng mù shí',
巢居穴处: 'cháo jū xué chǔ',
超今冠古: 'chāo jīn guàn gǔ',
倡条冶叶: 'chāng tiáo yě yè',
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.18.3",
"version": "3.18.4",
"description": "准确率和性能最优异的汉字转拼音库。获取中文拼音、韵母、声母、声调、首字母,支持拼音匹配",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
Loading