feat: valine comment verify

This commit is contained in:
shenyu
2020-01-24 13:02:50 +08:00
parent db78e3261e
commit 3908fbe0e5
2 changed files with 4 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
new Valine({
el: '#vcomments',
notify: false,
verify: false,
verify: '<%- theme.leancloud.verify %>',
app_id: '<%- theme.leancloud.app_id %>',
app_key: '<%- theme.leancloud.app_key %>',
path: window.location.pathname,