From 4863b7bbd82fa45bb847acae397d8d09e95c05c8 Mon Sep 17 00:00:00 2001 From: tackchen Date: Sun, 19 Jun 2022 09:14:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cnchar/plugin/order/dict.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cnchar/plugin/order/dict.ts b/src/cnchar/plugin/order/dict.ts index 57b88b2..76e5994 100644 --- a/src/cnchar/plugin/order/dict.ts +++ b/src/cnchar/plugin/order/dict.ts @@ -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) {