From 7bf6940915f8e0742ae3c56f0d3bec883dcee9e8 Mon Sep 17 00:00:00 2001 From: handsomezhuzhu <2658601135@qq.com> Date: Mon, 25 Aug 2025 21:35:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=84=E8=AE=BA=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/blog-theme.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/.vitepress/blog-theme.ts b/docs/.vitepress/blog-theme.ts index c83d330..0bf9201 100644 --- a/docs/.vitepress/blog-theme.ts +++ b/docs/.vitepress/blog-theme.ts @@ -93,6 +93,7 @@ const blogTheme = getThemeConfig({ // ], // duration: 0 //}, + comment: { type: 'giscus', options: { @@ -101,10 +102,10 @@ const blogTheme = getThemeConfig({ category: 'Q&A', categoryId: 'DIC_kwDOPjK9uc4CukWC', mapping: 'pathname', - reactionsEnabled: true, - emitMetadata: false, + //reactionsEnabled: true, + //emitMetadata: false, inputPosition: 'top', - theme: 'preferred_color_scheme', + //theme: 'preferred_color_scheme', lang: 'zh-CN', }, mobileMinify: false