我又来提问了 🙏
我看了
solo 生成导出静态站点
这篇文章后有几个问题
1.如何引用 vcomment.js。在需要添加评论的静态网页添加如下代码吗?
<script>
const vcomment = new Vcomment({
id: 'comments',
postId: '1578760925288',
url: 'https://hacpai.com',
userName: '88250',
currentPage: 1,
vditor: {
hljsEnable: false,
hljsStyle: 'github',
},
error () {
$('#comments').remove()
},
})
vcomment.render()
</script>
2.评论列表具体是什么,我找不到评论列表,然后就不会引用上图的代码 😂