Skip to content

Releases: DesertsP/Valine

bug fixes

08 Oct 09:30
Compare
Choose a tag to compare
v1.2.1.1

add admin sign 👮‍♀️

dark mode and more

07 Oct 15:31
Compare
Choose a tag to compare
v1.2.1

remove requirements of av.min.js and jquery

Valine Ex v1.2.0

03 Mar 04:26
Compare
Choose a tag to compare
Valine Ex v1.2.0 Pre-release
Pre-release
  • support pjax
  • fix style
  • fix xss
  • fix markdown support
  • add preview

Valine-Ex 1.1.8

25 Feb 13:50
Compare
Choose a tag to compare

修复Markdown支持,新增预览功能,优化部分样式,修复xss漏洞

Valine-Ex 1.1.7 崭新样式

16 Sep 09:25
Compare
Choose a tag to compare

务必更新参数后使用

09/16更新内容:

  1. 全新界面,模仿Bitcron评论框
  2. 垃圾评论功能回归
  3. 移除点赞功能
  4. 增加表情包功能,可自定义常用图片表情
  5. 修复若干小问题

修复的Bug包括:

  1. 网址留空时的误判
  2. 点赞样式在一些主题中错乱的问题
  3. 其他
    <!--载入js,在</body>之前插入即可-->
    <!--Leancloud 操作库:-->
    <script src="//cdn1.lncld.net/static/js/3.0.4/av-min.js"></script>
    <!--Valine 的核心代码库-->
    <script src="./dist/Valine.min.js"></script>
    <script>
        new Valine({
            // AV 对象来自上面引入av-min.js(老司机们不要开车➳♡゛扎心了老铁)
            av: AV, 
            el: '.comment',
            emoticon_url: 'https://cloud.panjunwen.com/alu', //表情图片网址
            emoticon_list: ["吐.png","期待.png","高兴.png","吐血倒地.png","哭泣.png","欢呼.png"],//表情图片文件名
            app_id: 'Your APP ID', // 这里填写上面得到的APP ID
            app_key: 'Your APP KEY', // 这里填写上面得到的APP KEY
            placeholder: 'ヾノ≧∀≦)o来啊,快活啊!', // 留言框占位提示文字
        });
    </script>

Valine-Ex v1.1.6 Bug Fix

15 Sep 03:05
Compare
Choose a tag to compare

修复诸多Bug:

  1. 修复评论表情点击输入后无法正确提交的问题
  2. 修复评论列表排序问题(点赞数降序排序改为发布时间倒序)
  3. 修复点赞心形图标问题
  4. 修复网址为空时的提交警告
  5. 样式微调,适应个人的新主题
  6. 评论发布时间显示格式微调

另:Disqus2Leancloud已经修复可用

Valine-Ex v1.1.5

21 May 10:32
Compare
Choose a tag to compare

👏🏻👏🏻👏🏻👏🏻👏🏻👏🏻
效果请移步:https://panjunwen.com/

新增:

  1. 评论表情
  2. 回复点赞
  3. 评论翻页
  4. 长评论折叠

迁移指南:

  1. 更新Valine.min.js
  2. 参数新增smile_urls:
new Valine({
          av: AV,
          el: '#disqus_thread',
          smiles_url: 'BASE url of your smiles pictures',
          // i.e. smile gif can be access on https://cloud.panjunwen.com/smiles/arrow.gif, then the smile_url should be "https://cloud.panjunwen.com/smiles"
          app_id: 'Your App ID',
          app_key: 'Your Key',
          placeholder: '老司机来一发吧 O(∩_∩)O~~'
      });

移除:

  1. IP地址
  2. 垃圾评论审查

与Valine不同:

  1. emoji请自行使用输入法输入
  2. 不会支持浏览器和系统信息显示
  3. 隐私保护(访客不用担心邮箱泄露)
  4. 完善的邮件通知,设置合理没有频率和内容限制,通知邮件可以补发,确保送达 (需要Valine Admin)
  5. 评论管理 (需要Valine Admin)
  6. Disqus 数据迁移 (
  7. Markdown 有限支持,满足评论需求

Valine Ex

20 Oct 08:22
Compare
Choose a tag to compare

Fix the compatibility on mobile browsers.

Valine Ex

14 Aug 10:35
Compare
Choose a tag to compare
  • Privacy Protection
  • Gravatar image
  • Anti spam
  • Remove useless field
  • Remove email notification(use LeanEngine to do that)