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

我们一直在努力

', + '

apachecn/lightgbm-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 3fbd753648a8003586e432447b518f038090760d..5a2ea190be394b580da80f6ba95a0462de33a5dd 100644 --- a/index.html +++ b/index.html @@ -18,35 +18,7 @@
now loading...
- + \ No newline at end of file