diff --git a/components/Comment.js b/components/Comment.js index c376d704..cf31b7b2 100644 --- a/components/Comment.js +++ b/components/Comment.js @@ -28,7 +28,7 @@ const Comment = ({ frontMatter }) => { return
{/* 评论插件 */} - {BLOG.comment.provider === 'gitalk' && ( + {BLOG.comment.provider === 'gitalk' && (
{ distractionFreeMode: BLOG.comment.gitalkConfig.distractionFreeMode }} /> - )} - {BLOG.comment.provider === 'utterances' && ( +
)} + {BLOG.comment.provider === 'utterances' && (
+
)} {BLOG.comment.provider === 'cusdis' && ( - <> +