HCLonely / Valine

A fast, simple & powerful comment system.

Home Page:https://valine.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Valine

version npm downloads build donate

A fast, simple & powerful comment system.


View Documentation

比原版新增

  • 博主小伙伴访客标签
  • 添加浏览器操作系统图标,需fontawesomeV5支持
  • 邮箱检测更严格
  • meta placeholder可自定义

新增参数

参数 类型 说明 默认 示例
tagMeta Array 标签要显示的文字 ["博主","小伙伴","访客"] ["博主","小伙伴","访客"]
master Array/String md5加密后的博主邮箱 [] ["fe01ce2a7fbac8fafaed7c982a04e229"]
friends Array md5加密后的小伙伴邮箱 [] ["fe01ce2a7fbac8fafaed7c982a04e229"]
metaPlaceholder Object meta placeholder内容 {} {"nick":"昵称/QQ号","mail":"邮箱(必填)"}
verify(已弃用) Boolean 评论时是否需要验证 false true

Features

  • High speed.
  • Safe by default.
  • No server-side implementation.
  • Support for full markdown syntax.
  • Simple and lightweight (~15kB gzipped).

See the Quick start for more details.

Contributors

Donate

If you are enjoying this app, please consider making a donation to keep it alive, I will try my best to dedicate more time or even full time to work on it. 😉

Alipay Wechat

If you are not available for this, simply spreading the word for us would help too!

License

GPL-2.0

About

A fast, simple & powerful comment system.

https://valine.js.org/

License:GNU General Public License v2.0


Languages

Language:JavaScript 100.0%