mirror of
https://github.com/DistSysCorp/ddia.git
synced 2024-12-26 12:50:46 +08:00
add gitalk comment
This commit is contained in:
parent
c986acffc0
commit
d520364a2e
19
index.html
19
index.html
@ -26,6 +26,25 @@
|
|||||||
gtag('config', 'G-MMJ5PY11XY');
|
gtag('config', 'G-MMJ5PY11XY');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<!-- GitTalk评论 -->
|
||||||
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/gitalk/dist/gitalk.css">
|
||||||
|
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/gitalk.min.js"></script>
|
||||||
|
<script src="//cdn.jsdelivr.net/npm/gitalk/dist/gitalk.min.js"></script>
|
||||||
|
<script src="https://unpkg.com/docsify-gitalk@1.0.0/dist/docsify-gitalk.min.js"></script>
|
||||||
|
<script>
|
||||||
|
window.$docsify = {
|
||||||
|
// gitalk comments
|
||||||
|
gitalk: {
|
||||||
|
clientID: 'Ov23liYKNMwF7oVGo5AM',
|
||||||
|
clientSecret: 'bffc366adf82f40bc8e0fded441d7a7f0b3e09a9',
|
||||||
|
repo: 'ddia-comment',
|
||||||
|
owner: 'qtmuniao',
|
||||||
|
admin: ['qtmuniao']
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user