Skip to content

Commit

Permalink
release: 3.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-lx committed Dec 12, 2023
1 parent 2867af6 commit 46b5511
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 8 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# 更新日志

## 3.18.5

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

```diff
- 否极泰来: 'pǐ jí tài lái',
- 否往泰来: 'pǐ wǎng tài lái',
- 否去泰来: 'pǐ qù tài lái',
- 否极泰回: 'pǐ jí tài huí',
- 泰来否往: 'tài lái pǐ wǎng',
- 泰来否极: 'tai lái fǒu jí',
- 唯唯否否: 'wěi wěi fǒu fǒu',
+ 臧否: 'zāng pǐ',
+ 否泰: 'pǐ tài',
+ 否极泰: 'pǐ jí tài',
+ 泰来否: 'tài lái pǐ',
```

## 3.18.4

- 【patch】词库修正以下词语
Expand Down
2 changes: 2 additions & 0 deletions lib/data/dict2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2172,6 +2172,8 @@ const DICT2: { [prop: string]: string } = {
朝气: 'zhāo qì',
翅膀: 'chì bǎng',
省长: 'shěng zhǎng',
臧否: 'zāng pǐ',
否泰: 'pǐ tài',
};
export default DICT2;
export const Pattern2: Pattern[] = Object.keys(DICT2).map((key) => ({
Expand Down
2 changes: 2 additions & 0 deletions lib/data/dict3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ const DICT3: { [prop: string]: string } = {
功劳簿: 'gōng láo bù',
都江堰: 'dū jiāng yàn',
一担水: 'yī dàn shuǐ',
否极泰: 'pǐ jí tài',
泰来否: 'tài lái pǐ',
};
export default DICT3;
export const Pattern3: Pattern[] = Object.keys(DICT3).map((key) => ({
Expand Down
7 changes: 0 additions & 7 deletions lib/data/dict4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ const DICT4: { [prop: string]: string } = {
厚此薄彼: 'hòu cǐ bó bǐ',
过关斩将: 'guò guān zhǎn jiàng',
疙疙瘩瘩: 'gē gē dā dá',
否极泰来: 'pǐ jí tài lái',
大腹便便: 'dà fù pián pián',
走为上策: 'zǒu wéi shàng cè',
冤家对头: 'yuān jia duì tóu',
Expand Down Expand Up @@ -1015,7 +1014,6 @@ const DICT4: { [prop: string]: string } = {
惟日为岁: 'wéi rì wéi suì',
惟利是趋: 'wéi lì shì qú',
帷薄不修: 'wéi bó bù xiū',
唯唯否否: 'wěi wěi fǒu fǒu',
唯所欲为: 'wéi suǒ yù wéi',
为蛇添足: 'wéi shé tiān zú',
为善最乐: 'wéi shàn zuì lè',
Expand Down Expand Up @@ -1103,8 +1101,6 @@ const DICT4: { [prop: string]: string } = {
谈言微中: 'tán yán wēi zhòng',
贪夫狥财: 'tān fū huái cái',
泰山盘石: 'tai shān pán shí',
泰来否往: 'tài lái pǐ wǎng',
泰来否极: 'tai lái fǒu jí',
泰极而否: 'tài jí ér pǐ',
狧穅及米: 'shì kǎn jí mǐ',
损军折将: 'sǔn jūn zhé jiàng',
Expand Down Expand Up @@ -2032,10 +2028,7 @@ const DICT4: { [prop: string]: string } = {
肤见謭识: 'fū jiàn guǎng shí',
否终则泰: 'pǐ zhōng zé tài',
否终复泰: 'pǐ zhōng fù tài',
否往泰来: 'pǐ wǎng tài lái',
否去泰来: 'pǐ qù tài lái',
否极阳回: 'pǐ jí yáng huí',
否极泰回: 'pǐ jí tài huí',
佛头著粪: 'fó tóu zhuó fèn',
奉为楷模: 'fèng wéi kǎi mó',
凤靡鸾吪: 'fèng mǐ luán é',
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.4",
"version": "3.18.5",
"description": "准确率和性能最优异的汉字转拼音库。获取中文拼音、韵母、声母、声调、首字母,支持拼音匹配",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 46b5511

Please sign in to comment.