From f91fcad2bcc6c2dc5949189f7bc9aa1d74f95b70 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 13 Apr 2026 12:28:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20.vitepress/theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/theme/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .vitepress/theme/index.ts diff --git a/.vitepress/theme/index.ts b/.vitepress/theme/index.ts new file mode 100644 index 0000000..90db4b6 --- /dev/null +++ b/.vitepress/theme/index.ts @@ -0,0 +1,6 @@ +import DefaultTheme from 'vitepress/theme' +import './style/print.css' + +export default { + ...DefaultTheme, +}