Skip to content

Commit

Permalink
Merge pull request #172 from zh-lx/patch-directory
Browse files Browse the repository at this point in the history
patch: add some dict
  • Loading branch information
zh-lx authored Mar 15, 2024
2 parents 4592697 + 5d1fe91 commit e48ff63
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
3 changes: 3 additions & 0 deletions lib/data/dict1-pinyin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20853,4 +20853,7 @@ export const DICT1: { [prop: string]: string } = {
: 'zhuó',
: 'zhuó',
: 'zhuó',
: 'kuí wā',
: 'màn',
: 'yǎn',
};
15 changes: 8 additions & 7 deletions lib/data/dict1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,11 +354,11 @@ const map: { [key: string]: number[] } = {
34965, 36357, 40445, 40500,
],
yǎn: [
20085, 20456, 20547, 20796, 20822, 20823, 21411, 21428, 22110, 23373, 23875,
24024, 24026, 24327, 24861, 25133, 25162, 25217, 25513, 25564, 26350, 26940,
27327, 27783, 28215, 28436, 29744, 29975, 30524, 32616, 33810, 34648, 34893,
35095, 36541, 36931, 37118, 38546, 39017, 39751, 39768, 39947, 40352, 40673,
40676, 40684, 40685, 40694, 40756, 40761, 40820, 40849,
19886, 20085, 20456, 20547, 20796, 20822, 20823, 21411, 21428, 22110, 23373,
23875, 24024, 24026, 24327, 24861, 25133, 25162, 25217, 25513, 25564, 26350,
26940, 27327, 27783, 28215, 28436, 29744, 29975, 30524, 32616, 33810, 34648,
34893, 35095, 36541, 36931, 37118, 38546, 39017, 39751, 39768, 39947, 40352,
40673, 40676, 40684, 40685, 40694, 40756, 40761, 40820, 40849,
],
: [
20086, 20428, 20443, 20463, 24220, 24355, 25242, 25290, 25771, 26023, 26920,
Expand Down Expand Up @@ -1654,8 +1654,8 @@ const map: { [key: string]: number[] } = {
38142, 39946,
],
màn: [
20680, 22657, 24148, 24930, 26364, 28459, 28599, 29107, 29516, 32309, 32550,
34052, 34352, 37156, 37853, 38232,
15704, 20680, 22657, 24148, 24930, 26364, 28459, 28599, 29107, 29516, 32309,
32550, 34052, 34352, 37156, 37853, 38232,
],
'tàn tǎn': [20683],
yíng: [
Expand Down Expand Up @@ -6072,6 +6072,7 @@ const map: { [key: string]: number[] } = {
'yín kěn': [40840],
'gōng wò': [40847],
'guī jūn qiū': [40860, 40863],
'kuí wā': [17839],
};

const DICT1: string[] = [];
Expand Down

0 comments on commit e48ff63

Please sign in to comment.