feat(comments): 添加页面浏览和评论功能支持
This commit is contained in:
@@ -28,6 +28,8 @@ export default function Comments({ lang = 'en', ...props }: CommentsProps) {
|
|||||||
serverURL: import.meta.env.PUBLIC_WALINE_SERVER_URL,
|
serverURL: import.meta.env.PUBLIC_WALINE_SERVER_URL,
|
||||||
lang: walineLang,
|
lang: walineLang,
|
||||||
dark: getTheme(),
|
dark: getTheme(),
|
||||||
|
pageview: true,
|
||||||
|
comment: true,
|
||||||
path,
|
path,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user