From ad160574f0517ce1f38e2b4a1f6df9cc9bd0f273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E9=9B=81=E4=BA=91=E4=BE=9D?= <14120445+BeiyanYunyi@users.noreply.github.com> Date: Wed, 30 Aug 2023 11:33:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Disable=20comment=20(#150)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/theme.ts | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts index 93a19a8..4bb592e 100644 --- a/docs/.vuepress/theme.ts +++ b/docs/.vuepress/theme.ts @@ -35,15 +35,7 @@ export default hopeTheme({ feed: { rss: true, }, - comment: { - provider: "Waline", - serverURL: "https://waline.rle.wiki", - dark: "auto", - requiredMeta: ['nick', 'mail'], - locale: { - admin: "编辑组" - } - }, + comment: false, mdEnhance: { container: true, tabs: true,