We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd994d commit d4b8d09Copy full SHA for d4b8d09
_includes/comments.html
@@ -7,12 +7,11 @@
7
<script type="text/javascript">
8
var gitment_loaded = false;
9
var gitment = new Gitment({
10
- id: '页面 ID', // 可选。默认为 location.href
11
- owner: '你的 GitHub ID',
12
- repo: '存储评论的 repo',
+ owner: 'Desgard',
+ repo: 'HackSwjtu/HackSwjtu.github.io',
13
oauth: {
14
- client_id: '你的 client ID',
15
- client_secret: '你的 client secret',
+ client_id: '268cef3468b5191d9627',
+ client_secret: '1475d9453ad331433f9f4b3ea492edeaa29273b1',
16
},
17
})
18
function load_gitment(){
0 commit comments