fix comment

This commit is contained in:
Ember 2024-06-17 17:12:56 +08:00
parent 56a934fa64
commit cb6ea9aacc
2 changed files with 6 additions and 4 deletions

View File

@ -295,11 +295,12 @@
el: '#vcomments',
appId: 'OonCdS0gQbE87vABG6CBHlUZ-gzGzoHsz',
appKey: 'ZGR19oiqCEV42iwm54KVpWrX',
placeholder: '在这里发表评论...',
placeholder: '在这里发表评论...支持markdown语法。',
lang: 'zh-cn',
meta: ['nick'],
recordIP: true,
requiredFields: ['nick']
requiredFields: ['nick'],
enableQQ: true
});
</script>

View File

@ -201,11 +201,12 @@
el: '#vcomments',
appId: 'OonCdS0gQbE87vABG6CBHlUZ-gzGzoHsz',
appKey: 'ZGR19oiqCEV42iwm54KVpWrX',
placeholder: '在这里发表评论...',
placeholder: '在这里发表评论...支持markdown语法。',
lang: 'zh-cn',
meta: ['nick'],
recordIP: true,
requiredFields: ['nick']
requiredFields: ['nick'],
enableQQ: true
});
</script>