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

patch: 修正部分读音 #260

Merged
merged 1 commit into from
Jul 15, 2024
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
2 changes: 1 addition & 1 deletion lib/data/dict1-pinyin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ export const DICT1: { [prop: string]: string } = {
触: 'chù',
陕: 'shǎn',
拖: 'tuō',
伯: 'bǎi bó',
伯: 'bó bǎi',
盲: 'máng',
宪: 'xiàn',
净: 'jìng chēng',
Expand Down
2 changes: 1 addition & 1 deletion lib/data/dict1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4389,7 +4389,7 @@ const map: { [key: string]: string[] } = {
],
'xián xuán': ['伭'],
'nú nǔ': ['伮'],
'bǎi bó': ['伯'],
'bó bǎi': ['伯'],
'gū gù': ['估'],
nǐ: ['伱', '你', '儞', '孴', '拟', '擬', '旎', '晲', '狔', '苨', '薿', '隬'],
'nì ní': ['伲'],
Expand Down
1 change: 1 addition & 0 deletions lib/data/dict2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ const DICT2: { [prop: string]: string } = {
委屈: 'wěi qu',
为期: 'wéi qī',
伯伯: 'bó bo',
伯子: 'bǎi zi',
圈子: 'quān zi',
见识: 'jiàn shi',
笼罩: 'lǒng zhào',
Expand Down
1 change: 1 addition & 0 deletions lib/data/dict3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const DICT3: { [prop: string]: string } = {
充其量: 'chōng qí liàng',
靠得住: 'kào de zhù',
车行道: 'chē xíng dào',
人行道: 'rén xíng dào',
中郎将: 'zhōng láng jiàng',
照明弹: 'zhào míng dàn',
烟幕弹: 'yān mù dàn',
Expand Down
1 change: 0 additions & 1 deletion lib/data/dict4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,6 @@ const DICT4: { [prop: string]: string } = {
将取固予: "jiāng qǔ gù yǔ",
将门有将: "jiàng mén yǒu jiàng",
将夺固与: "jiāng duó gù yǔ",
将伯之助: "qiāng bó zhī zhù",
槛花笼鹤: "jiàn huā lóng hè",
鉴影度形: "jiàn yǐng duó xíng",
渐不可长: "jiàn bù kě zhǎng",
Expand Down
2 changes: 1 addition & 1 deletion lib/data/surname.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const Surnames: { [key: string]: string } = {
花: 'huā',
方: 'fāng',
俞: 'yú',
任: 'rèn', // 如任正非、任贤齐
任: 'rén', // 如任正非、任贤齐
袁: 'yuán',
柳: 'liǔ',
酆: 'fēng',
Expand Down
Loading