Skip to content

Commit

Permalink
patch: 部分读音修正
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-lx authored Mar 26, 2024
1 parent 3e9d71e commit ad0d2f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/data/dict5.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ const DICT5: { [prop: string]: string } = {
不幸而言中: 'bú xìng ér yán zhòng',
布尔什维克: 'bù ěr shí wéi kè',
何乐而不为: 'hé lè ér bù wéi',
苛政猛于虎: 'kē zhè měng yú hǔ',
蒙得维的亚: 'méng de wéi de yà',
苛政猛于虎: 'kē zhèng měng yú hǔ',
蒙得维的亚: 'méng wéi yà',
民以食为天: 'mín yǐ shí wéi tiān',
事后诸葛亮: 'shì hòu zhū liàng',
事后诸葛亮: 'shì hòu zhū liàng',
物以稀为贵: 'wù yǐ xī wéi guì',
先下手为强: 'xiān xià shǒu wéi qiáng',
行行出状元: 'háng háng chū zhuàng yuán',
亚得里亚海: 'yà de lǐ yà hǎi',
行行出状元: 'háng háng chū zhuàng yuan',
亚得里亚海: 'yà lǐ yà hǎi',
眼不见为净: 'yǎn bú jiàn wéi jìng',
竹筒倒豆子: 'zhú tǒng dǎo dòu zi',
竹筒倒豆子: 'zhú tǒng dào dòu zi',
};
export default DICT5;
export const Pattern5: Pattern[] = Object.keys(DICT5).map((key) => ({
Expand Down

0 comments on commit ad0d2f5

Please sign in to comment.