From 319a613ae27a14b3f519a7c9dece782e3cad71c8 Mon Sep 17 00:00:00 2001 From: handsomezhuzhu <2658601135@qq.com> Date: Tue, 16 Sep 2025 19:49:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E9=9B=A8=E5=85=89=E6=A0=87=E6=9A=82?= =?UTF-8?q?=E6=97=B6=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/theme/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts index 20b415f..5264389 100644 --- a/docs/.vitepress/theme/index.ts +++ b/docs/.vitepress/theme/index.ts @@ -17,7 +17,7 @@ export default { if (BlogTheme.enhanceApp) { BlogTheme.enhanceApp({ app, router, siteData }) } - + /* // 初始化光标雨点效果 if (typeof window !== 'undefined') { // 确保 GSAP 可用 @@ -41,6 +41,7 @@ export default { } } } + */ } }