1.5.4 • Published 2 years ago

valine-memfire v1.5.4

Weekly downloads
-
License
GPL-2.0
Repository
github
Last release
2 years ago

Valine

version npm downloads build donate

A fast, simple & powerful comment system.

适配memfire

View Documentation

Features

  • High speed.
  • Safe by default.
  • No server-side implementation.
  • Support for full markdown syntax.
  • Simple and lightweight.

See the Quick start for more details.

Contributors

集成

  1. https://cloud.memfiredb.com/auth/login 注册登录
  2. 创建应用获取网址anon key
  3. index.html 填入app_urlapp_key
valine.init({
    el: '.comment',
    app_key: '填入appkey',
    app_url: '填入app_url',
    placeholder: 'ヾノ≧∀≦)o来啊,快活啊!',
    path: window.location.pathname,
    avatar:'mm', // 1.1.7 新增(mm/identicon/monsterid/wavatar/retro)
    // guest_info: ['nick'] // 默认 ['nick', 'mail', 'link']
})

在线体验

https://app.memfiredb.com/cb589ci5g6h46gn9g6q0/

License

GPL-2.0