# Valine. # You can get your appid and appkey from https://leancloud.cn # more info please open https://valine.js.org valine: enable:true appid:appID appkey:appKey notify:true# mail notifier , https://github.com/xCss/Valine/wiki verify:false# Verification code placeholder:说点什么吧~# comment box placeholder avatar:mm# gravatar style guest_info:nick,mail# custom comment header pageSize:10# pagination size serverURLs:https://xxxxxxxx.api.lncldglobal.com
其中 serverURLs 可以通过官方控制台( 设置 - 应用凭证)中找到:
其实就是 https://{appid前8位}.api.lncldglobal.com。
如果上述方案还未生效,需要修改主题下的 valine 评论模板文件,以 Next 主题为例,在 next/layout/_third-party/comments/ 中找到模板文件 valine.swig: