-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
国际版leancloud valine似乎无法评论 #88
Comments
参照这个解决方案试下 |
我博客当前状态为 |
<%= theme.comments.valine.serverURLs %> |
抱歉,我不是很懂代码。请问是这样修改吗?
|
function loadValineSuc() {
new Valine({
el: '#vcomments',
appId: '<%- theme.comments.valine.appId %>',
appKey: '<%- theme.comments.valine.appKey %>',
placeholder: '<%- theme.comments.valine.placeholder %>',
avatar: '<%- theme.comments.valine.avatar %>',
lang: '<%= config.language %>',
serverURLs: '<%= theme.comments.valine.serverURLs %>'
})
} |
感谢大哥,成功了 |
valine使用leancloud国际版 国内无法访问 |
😅 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
作者你好,我刚刚在我 博客 配置了valine但是遇到了这种报错
我在valine_issues找到了 类似的情况
但是我看到作者你的博客似乎可以正常评论,所以想请问下我是哪里出错了呀?
我的valine_admin配置如下:
The text was updated successfully, but these errors were encountered: