From 9690005593cc8eb738117d8d5fd62664e93b3c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=C3=A2jinzhongjia?= Date: Sat, 16 Dec 2023 16:44:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- learn/.vitepress/theme/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/learn/.vitepress/theme/index.ts b/learn/.vitepress/theme/index.ts index 75d23ed9..b7b99f1a 100644 --- a/learn/.vitepress/theme/index.ts +++ b/learn/.vitepress/theme/index.ts @@ -38,7 +38,9 @@ export default { lang: 'zh-CN', // default: `zh-CN` strict: "1", reactionsEnabled: "1", - theme: "preferred_color_scheme", + // theme:"dark", + lightTheme: "light", + darkTheme:"dark" }, { frontmatter, route },