From ec29772bdcbb9b593047cf89c95ee1c9e89ffafc Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Fri, 21 Oct 2022 18:06:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?= =?UTF-8?q?=E5=90=8E=E9=81=97=E7=95=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useTheme.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/hooks/useTheme.ts b/src/hooks/useTheme.ts index 691b482..3c2e64f 100644 --- a/src/hooks/useTheme.ts +++ b/src/hooks/useTheme.ts @@ -18,6 +18,10 @@ const themeList: IThemeList[] = [ { title: "黑暗", name: "dark" + }, + { + title: "深蓝", + name: "dark-blue" } ]