Skip to content

v1.0.7

Compare
Choose a tag to compare
@xCss xCss released this 07 Aug 15:06
· 446 commits to master since this release
  • Fix 修复评论列表出现的时间错乱问题

  • Add 新增At(回复)功能

  • Add 新增自定义评论内容文本框占位提示字符串,初始化的时候请填写placeholder字段:

<div class="comment"></div>
new Valine({
    av: AV,
    el: '.comment',
    app_id: 'Your AppId',
    app_key: 'Your AppKey',
    // 1.0.7 新增
    placeholder: 'ヾノ≧∀≦)o来啊,快活啊!'
});