Skip to content

Commit

Permalink
feat: 移除调试代码
Browse files Browse the repository at this point in the history
  • Loading branch information
yingshike committed Jun 19, 2022
1 parent e7da93d commit 4863b7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cnchar/plugin/order/dict.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import originOrders from './dict/stroke-order-jian.json';
import originStrokeTable from './dict/stroke-table.json';

export const orders = originOrders as Json;
(window as any).orders = orders;
export const strokeTable = originStrokeTable as Json;

for (const k in strokeTable) {
Expand Down

0 comments on commit 4863b7b

Please sign in to comment.