Skip to content

Commit

Permalink
[ '复', '復', '複' ]
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Aug 1, 2018
1 parent 5e60a95 commit 9ad4dcd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lib/zh/table/table.d.ts
Expand Up @@ -21,7 +21,6 @@ export declare let table_jp: {
'鬪': string[];
'闇': string[];
'図': string[];
'复': string[];
'当': string[];
'閤': string[];
'阁': string[];
Expand Down Expand Up @@ -127,6 +126,7 @@ export declare let table_plus: {
'凼': string[];
'艸': string[];
'札': string[];
'复': string[];
};
export interface ISimpleTable {
[key: string]: string;
Expand Down
10 changes: 5 additions & 5 deletions lib/zh/table/table.js
Expand Up @@ -52,11 +52,6 @@ exports.table_jp = {
'圖',
'图',
],
'复': [
'复',
'復',
'複',
],
'当': [
'当',
'噹',
Expand Down Expand Up @@ -561,6 +556,11 @@ exports.table_plus = {
'箚',
'剳',
],
'复': [
'复',
'復',
'複',
],
};
Object.keys(exports.table_plus)
.forEach(function (key) {
Expand Down
12 changes: 6 additions & 6 deletions lib/zh/table/table.ts
Expand Up @@ -55,12 +55,6 @@ export let table_jp = {
'圖',
'图',
],
'复': [
'复',
'復',
'複',
//'覆',
],
'当': [
'当',
'噹',
Expand Down Expand Up @@ -641,6 +635,12 @@ export let table_plus = {
'剳',
],

'复': [
'复',
'復',
'複',
],

};

Object.keys(table_plus)
Expand Down

0 comments on commit 9ad4dcd

Please sign in to comment.