diff --git a/docs/.vitepress/theme/components/Comments.vue b/docs/.vitepress/theme/components/Comments.vue index 64a7b22..d16dbdf 100644 --- a/docs/.vitepress/theme/components/Comments.vue +++ b/docs/.vitepress/theme/components/Comments.vue @@ -29,7 +29,6 @@ function initWaline() { serverURL: "https://comments.ziying.site", dark: isDark.value, lang: "zh-CN", - reaction: true, pageview: true, }); }