diff --git a/index.html b/index.html index 32f0431578971a79193e600a43df39e08b12da6e..4ad893fce544c5c6458a84b4e6610350cdec4849 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - RNOH三方库文档 + RNOH三方库说明文档 @@ -78,26 +78,6 @@ scroll: false, // 启用滚动 height: 300 // 折叠高度 }, - plugins: [ - function (hook, vm) { - // load livere - hook.beforeEach(function(content) { - var comment = "
\n\n----\n" - return content + comment; - }); - - hook.doneEach(function() { - (function(d, s) { - var j, e = d.getElementsByTagName(s)[0]; - if (typeof LivereTower === 'function') { return; } - j = d.createElement(s); - j.src = 'https://cdn-city.livere.com/js/embed.dist.js'; - j.async = true; - e.parentNode.insertBefore(j, e); - })(document, 'script'); - }); - }, - ], }