0.7.0 • Published 11 months ago

remark-docfree-valine v0.7.0

Weekly downloads
1
License
MIT
Repository
-
Last release
11 months ago

介绍

valine评论插件

使用

先去LeanCloud申请appIdappKey

yarn add remark-docfree-valine
// config.js

module.exports = {
  //...其他选项
  plugins: [
    ['docfree-valine', {
      appId: '<APP_Id>',
      appKey: '<APP_Key>',
    }],
  ],
};

如果某个页面需要隐藏评论,请在md文件顶部设置区域添加valine: false

0.7.0

11 months ago

0.6.0

2 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.21

4 years ago

0.2.20

4 years ago