Github 留言系统

让评论质量更高,让网站与 Github 关联
适合程序员的评论系统,基于 Github issues 留言

<style>.gc-comments {font:12px/1.5 Lantinghei SC,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif}</style>
<script src="https://unpkg.com/github-comments/gc.js"></script>
<div class="gc-comments" data-repos="nimojs/github-comments" data-issues="1" >
    <div class="gc-comments-title">
        评论
    </div>
    <div class="gc-comments-info">
        想在此留下评论,请访问 <a target="_blank" href="issues_link">issues_link</a> 提交评论
    </div>
</div>

data-repos="nimojs/github-comments"
data-issues="1"
issues_link 会自动替换成 https://github.com/nimojs/github-comments/issues/1


评论
想在此留下评论,请访问 issues_link 提交评论
Top