diff --git a/asset/docsify-apachecn-footer.js b/asset/docsify-apachecn-footer.js new file mode 100644 index 0000000000000000000000000000000000000000..6dfd4ed8e2d97930e7c213c93b4f73a8ad9144c0 --- /dev/null +++ b/asset/docsify-apachecn-footer.js @@ -0,0 +1,31 @@ +(function(){ + var footer = [ + '
', + '
', + '

我们一直在努力

', + '

apachecn/elasticsearch-doc-zh

', + '

', + ' ', + ' ', + ' ML | ApacheCN

', + '

', + '
', + ' ', + '
', + '
' + ].join('\n') + var plugin = function(hook) { + hook.afterEach(function(html) { + return html + footer + }) + hook.doneEach(function() { + (adsbygoogle = window.adsbygoogle || []).push({}) + }) + } + var plugins = window.$docsify.plugins || [] + plugins.push(plugin) + window.$docsify.plugins = plugins +})() \ No newline at end of file diff --git a/index.html b/index.html index b3ee2405aa3030d2ebab0592f50b1714a52c6d8f..1f2d649d81fc0b7b8334edb3629497294369ba28 100644 --- a/index.html +++ b/index.html @@ -18,35 +18,7 @@
now loading...
- + \ No newline at end of file