From dbcab3d913fc0edd0aa86b24365be8cb2a397aad Mon Sep 17 00:00:00 2001 From: Meow <197331664+Meo597@users.noreply.github.com> Date: Wed, 17 Dec 2025 17:09:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=AF=AD=E6=B3=95=E9=AB=98?= =?UTF-8?q?=E4=BA=AE=E6=94=B9=E4=B8=BA=20VSCode=20=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.mts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index abcdbd28..d687f7a3 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -19,6 +19,11 @@ export default defineConfig({ markdown: { lineNumbers: true, + theme: { + dark: "dark-plus", + light: "light-plus", + }, + config(md) { md.use(MermaidMarkdown); },