feat(comments): 添加页面浏览和评论功能支持

This commit is contained in:
joyzhao
2026-01-12 11:04:30 +08:00
parent ca9e083399
commit 78c468a7d2

View File

@@ -28,6 +28,8 @@ export default function Comments({ lang = 'en', ...props }: CommentsProps) {
serverURL: import.meta.env.PUBLIC_WALINE_SERVER_URL,
lang: walineLang,
dark: getTheme(),
pageview: true,
comment: true,
path,
});