https://github.com/skyfi/gitment-comments
存储 gitment 评论系统的评论内容
https://github.com/skyfi/gitment-comments
Last synced: 5 months ago
JSON representation
存储 gitment 评论系统的评论内容
- Host: GitHub
- URL: https://github.com/skyfi/gitment-comments
- Owner: skyFi
- Created: 2018-07-26T03:46:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T07:51:40.000Z (almost 8 years ago)
- Last Synced: 2025-08-02T00:13:26.523Z (11 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitment-comments
存储 https://skyfi.github.io/ 评论系统的评论内容
## 代码实例:
```html
const gitment = new Gitment({
id: 'id', // 可不填写,默认取评论页地址
owner: 'skyFi',
repo: 'gitment-comments',
oauth: {
client_id: '***',
client_secret: '***',
},
});
gitment.render('gitment-container');
```