Skip to content

Commit 27ed7aa

Browse files
committed
feat: 增加词:难然: 'nuó rán'
1 parent 0e3cba3 commit 27ed7aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/data/dict2.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2209,6 +2209,7 @@ const DICT2: { [prop: string]: string } = {
22092209
排难: 'pái nàn',
22102210
攻难: 'gōng nàn',
22112211
木难: 'mù nà',
2212+
难然: 'nuó rán', // https://baike.baidu.com/item/%E9%9A%BE/3516671
22122213
};
22132214
export default DICT2;
22142215
export const Pattern2: Pattern[] = Object.keys(DICT2).map((key) => ({

0 commit comments

Comments
 (0)