fix: valine notify
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
<script>
|
||||
new Valine({
|
||||
el: '#vcomments',
|
||||
notify: false,
|
||||
verify: '<%- theme.leancloud.verify %>',
|
||||
app_id: '<%- theme.leancloud.app_id %>',
|
||||
app_key: '<%- theme.leancloud.app_key %>',
|
||||
path: window.location.pathname,
|
||||
notify: '<%- theme.valine.notify %>',
|
||||
verify: '<%- theme.valine.verify %>',
|
||||
avatar: '<%- theme.valine.avatar %>',
|
||||
placeholder: '<%- theme.valine.placeholder %>',
|
||||
recordIP: true
|
||||
|
Reference in New Issue
Block a user