diff --git a/docs/config.js b/docs/config.js index ae8a18e..2a15df9 100644 --- a/docs/config.js +++ b/docs/config.js @@ -10,4 +10,9 @@ self.$config = { link: 'http://weibo.com/anotherhome' } ], + plugins: [ + disqus({ + shortname: 'dplayer' + }) + ] } diff --git a/docs/index.html b/docs/index.html index 49b5fc0..25a5612 100644 --- a/docs/index.html +++ b/docs/index.html @@ -22,6 +22,7 @@ +