(function(){
var footer = [
'
',
'',
'
我们一直在努力
',
'
apachecn/eloquent-js-3e-zh
',
'
',
' ',
' ',
' 
',
'
',
'
',
' ',
'
',
'
'
].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
})()