From 657a1b46f477aa00440e73bfdd33ea428d7d0bae Mon Sep 17 00:00:00 2001 From: Zhao Bin <413853119@qq.com> Date: Wed, 4 Sep 2024 09:59:00 +0800 Subject: [PATCH] =?UTF-8?q?refactor(hanzi):=20=E8=B0=83=E6=95=B4=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E6=96=87=E5=AD=97=E5=AD=97=E5=B8=96=E7=BB=84?= =?UTF-8?q?=E8=AF=8D=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../theme/components/hanzi/Hanzi.vue | 92 ++++++++++++------- .../theme/components/hanzi/Hanzi2.vue | 2 +- .../hanzi/{hanzi.css => hanzi.scss} | 18 ++++ eslint.config.js | 1 + 4 files changed, 77 insertions(+), 36 deletions(-) rename docs/.vuepress/theme/components/hanzi/{hanzi.css => hanzi.scss} (87%) diff --git a/docs/.vuepress/theme/components/hanzi/Hanzi.vue b/docs/.vuepress/theme/components/hanzi/Hanzi.vue index 2b997d3..2017178 100644 --- a/docs/.vuepress/theme/components/hanzi/Hanzi.vue +++ b/docs/.vuepress/theme/components/hanzi/Hanzi.vue @@ -1,5 +1,6 @@