Skip to content

利用 LeanCloud 的 serverless api 给博客(Hexo)加入留言板功能。

Notifications You must be signed in to change notification settings

poorbug/Poorbug-commenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoorbugCommenter

给博客(Hexo)无痛加入留言板功能。

Powered by LeanCloud

How to use it?

  1. 注册 LeanCloud,获得 appId & appKey
  2. 在 HTML 中预加 <div id="poorbug-commenter"></div>
  3. 在 HTML 中加入以下代码
<script src="../dist/poorbug-commenter-script.js"></script>
<script>
    var poorbugCommenter = new PoorbugCommenter.default({
        id: 'yYInORSnBNBQQFefrizUTyT3-gzGzoHsz',
        key: 'B8TjOpTwOGBgAItLVx0nBIs3',
        item: 'test'
    })
</script>

About

利用 LeanCloud 的 serverless api 给博客(Hexo)加入留言板功能。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published