Skip to content

Commit

Permalink
Create extra.js
Browse files Browse the repository at this point in the history
  • Loading branch information
FTS427 authored May 2, 2024
1 parent 4523a3d commit fdca245
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/javascripts/extra.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
var gitalk = new Gitalk({
clientID: 'Ov23ctHFDES6ZfMXo8l8',
clientSecret: '91cf57da04febc0840de5243f71eea0850607bba',
repo: 'FTS427.github.io',
owner: 'FTS427',
admin: ['FTS427'],
id: location.pathname, // Ensure uniqueness and len
language:'zh-CN', // 语言
distractionFreeMode: false // 无干扰模式
})
gitalk.render('gitalk-container')

0 comments on commit fdca245

Please sign in to comment.