From 3958b3b35c7eb7d23069df66371e70dea84aadfe Mon Sep 17 00:00:00 2001 From: wood chen Date: Sat, 14 Jun 2025 07:31:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=BB=E9=A2=98=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E7=9B=B8=E5=85=B3=E7=BB=84=E4=BB=B6=EF=BC=8C=E7=AE=80?= =?UTF-8?q?=E5=8C=96=E4=B8=BB=E9=A2=98=E7=AE=A1=E7=90=86=E9=80=BB=E8=BE=91?= =?UTF-8?q?=EF=BC=8C=E9=BB=98=E8=AE=A4=E8=AE=BE=E7=BD=AE=E4=B8=BA=E6=9A=97?= =?UTF-8?q?=E9=BB=91=E6=A8=A1=E5=BC=8F=EF=BC=8C=E6=8F=90=E5=8D=87=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=95=B4=E6=B4=81=E6=80=A7=E5=92=8C=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E4=BD=93=E9=AA=8C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 49 ++++--------------------- src/components/Header.tsx | 2 -- src/components/ThemeColorManager.tsx | 39 -------------------- src/components/ThemeProvider.tsx | 44 +++++++---------------- src/components/ThemeSwitcher.tsx | 53 ---------------------------- src/main.tsx | 4 +-- 6 files changed, 20 insertions(+), 171 deletions(-) delete mode 100644 src/components/ThemeColorManager.tsx delete mode 100644 src/components/ThemeSwitcher.tsx diff --git a/index.html b/index.html index c635c2d..9449544 100644 --- a/index.html +++ b/index.html @@ -3,29 +3,20 @@