We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
复现步骤: 在.vuepress/config.js中 module.exports={ plugins: [ [ 'vuepress-plugin-comment', { choosen: 'valine', // options选项中的所有参数,会传给Valine的配置 options: { el: '#valine-vuepress-comment', appId: '已创建应用-gzGzoHsz', appKey: '已创建应用sGCQantUdpPRo8zVik', path: '<%- frontmatter.commentid || frontmatter.permalink %>', placeholder: "评论支持Markdown语法", visitor: true, emojiCDN: '//i0.hdslb.com/bfs/emote/', avatar: "monsterid", } } ] ], } 如上,实际在md页面中并没有显示评论组件
The text was updated successfully, but these errors were encountered:
我发现一旦加入emojiCDN的配置项,valine就不显示,如果去掉就会正常显示
Sorry, something went wrong.
No branches or pull requests
复现步骤:
在.vuepress/config.js中
module.exports={
plugins: [
[
'vuepress-plugin-comment',
{
choosen: 'valine',
// options选项中的所有参数,会传给Valine的配置
options: {
el: '#valine-vuepress-comment',
appId: '已创建应用-gzGzoHsz',
appKey: '已创建应用sGCQantUdpPRo8zVik',
path: '<%- frontmatter.commentid || frontmatter.permalink %>',
placeholder: "评论支持Markdown语法",
visitor: true,
emojiCDN: '//i0.hdslb.com/bfs/emote/',
avatar: "monsterid",
}
}
]
],
}
如上,实际在md页面中并没有显示评论组件
The text was updated successfully, but these errors were encountered: