Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
xkKevin committed Aug 18, 2024
1 parent 2190f82 commit 8ddb559
Show file tree
Hide file tree
Showing 10 changed files with 134 additions and 4,764 deletions.
2 changes: 0 additions & 2 deletions docs/2. university2/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const option: TableTidierTemplate[] = [
yDirection: "after",
},
},
fill: "",
children: [
{
match: {
Expand Down Expand Up @@ -63,7 +62,6 @@ const option: TableTidierTemplate[] = [
extract: {
byContext: {
position: "above",
toTargetCol: null,
},
},
},
Expand Down
28 changes: 1 addition & 27 deletions docs/5. bank/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,7 @@ const option: TableTidierTemplate[] = [
},
},
extract: {
byPositionToTargetCols: [
"Index",
"Sub Account Name",
"",
"Yesterday Available Credit",
"Yesterday Reserved Credit",
"Yesterday Frozen Credit",
"",
"Total Debit Transactions",
"Total Debit Amount",
"",
"",
"Today Net Deposit Amount ",
"",
"Sub Account No.",
"",
"Today Available Credit",
"Today Reserved Credit",
"Today Frozen Credit",
"",
"Total Credit Transactions",
"Total Credit Amount",
"",
"",
"",
],
byPositionToTargetCols: ["Index", "Sub Account Name", "", "Yesterday Available Credit", "Yesterday Reserved Credit", "Yesterday Frozen Credit", "", "Total Debit Transactions", "Total Debit Amount", "", "", "Today Net Deposit Amount ", "", "Sub Account No.", "", "Today Available Credit", "Today Reserved Credit", "Today Frozen Credit", "", "Total Credit Transactions", "Total Credit Amount", "", "", ""],
},
},
];
Expand Down Expand Up @@ -70,7 +45,6 @@ const option2: TableTidierTemplate[] = [
},
];
},
toTargetCol: null,
},
},
},
Expand Down
1 change: 0 additions & 1 deletion docs/6. payroll/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ const option: TableTidierTemplate[] = [
},
];
},
toTargetCol: null,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion docs/css/app.ce3391e9.css → docs/css/app.b719d34f.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8ddb559

Please sign in to comment.