diff --git a/docs/index.html b/docs/index.html index 8d59274..d111289 100644 --- a/docs/index.html +++ b/docs/index.html @@ -88,7 +88,7 @@ ].join('') hook.afterEach(function (html) { // var isReadme = window.location.href.indexOf("README"); - var isReadme = 1 // 可以投放广告 + var isReadme = 0 // 可以投放广告 if (isReadme === 1) { return header + html + footer } else {