Skip to content

Commit d4b8d09

Browse files
committed
modified the oauth values
1 parent 4fd994d commit d4b8d09

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

_includes/comments.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
<script type="text/javascript">
88
var gitment_loaded = false;
99
var gitment = new Gitment({
10-
id: '页面 ID', // 可选。默认为 location.href
11-
owner: '你的 GitHub ID',
12-
repo: '存储评论的 repo',
10+
owner: 'Desgard',
11+
repo: 'HackSwjtu/HackSwjtu.github.io',
1312
oauth: {
14-
client_id: '你的 client ID',
15-
client_secret: '你的 client secret',
13+
client_id: '268cef3468b5191d9627',
14+
client_secret: '1475d9453ad331433f9f4b3ea492edeaa29273b1',
1615
},
1716
})
1817
function load_gitment(){

0 commit comments

Comments
 (0)