Skip to content

Commit

Permalink
Merge pull request #171 from javin9/fix-3.19.6
Browse files Browse the repository at this point in the history
directory: "膀"拼音优化
  • Loading branch information
zh-lx authored Mar 15, 2024
2 parents e63e121 + 0790e99 commit 4592697
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/data/dict1-pinyin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2427,7 +2427,7 @@ export const DICT1: { [prop: string]: string } = {
: 'biāo',
: 'tǎng',
: 'shuāi',
: 'páng',
: 'bǎng páng pāng',
: 'fǔ',
: 'xùn',
: 'còu',
Expand Down
4 changes: 2 additions & 2 deletions lib/data/dict1.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const map: { [key: string]: number[] } = {
'bǎng páng pāng': [33152],
líng: [
12295, 20278, 20940, 21026, 22265, 22397, 22796, 22984, 23112, 23361, 23738,
24446, 25493, 26148, 26382, 26563, 26818, 27386, 27422, 27872, 28137, 28586,
Expand Down Expand Up @@ -2436,8 +2437,7 @@ const map: { [key: string]: number[] } = {
],
'zhǎ zhǎi': [21391],
páng: [
21392, 23246, 24222, 24492, 33152, 33341, 34691, 36868, 39967, 40145, 40846,
40848,
21392, 23246, 24222, 24492, 33341, 34691, 36868, 39967, 40145, 40846, 40848,
],
'zhì shī': [21396],
máng: [
Expand Down
2 changes: 1 addition & 1 deletion lib/data/dict2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ const DICT2: { [prop: string]: string } = {
卷子: 'juǎn zi',
游说: 'yóu shuì',
巷子: 'xiàng zi',
臂膀: 'bì bǎng',
膀胱: 'páng guāng',
切勿: 'qiē wù',
看管: 'kān guǎn',
风头: 'fēng tou',
Expand Down

0 comments on commit 4592697

Please sign in to comment.