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

View File

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