From a1b1503b01f25c5b6ede7176689154016627633b Mon Sep 17 00:00:00 2001 From: CyC2018 <1029579233@qq.com> Date: Tue, 18 Dec 2018 23:29:31 +0800 Subject: [PATCH] fix --- docs/index.html | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/docs/index.html b/docs/index.html index e875a412..4dad7ec8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,8 +9,6 @@ - -
@@ -28,16 +26,22 @@ auto2top: true, // logo: '/_media/logomakr-3sxxzw-128x128.png' } - // const gitalk = new Gitalk({ - // clientID: '0a3e1a4c29a4778f35f2', - // clientSecret: '5bf2890d68acc32cbf8327924805a0b48e15f64c', - // repo: 'test', - // owner: 'CyC2018', - // admin: ['CyC2018'], - // distractionFreeMode: false - // }) + const gitalk = new Gitalk({ + clientID: 'c6c02367e36ca6e2bb2d', + clientSecret: '31a2700e3315b21c5e9f2e887709d8cf21f9ff8f', + repo: 'test', + owner: 'CyC2018', + admin: ['CyC2018'], + distractionFreeMode: false + }) + + + + + +