公告
你眼中的星海灿烂是我不曾见过的世外桃源!
istener('pjax:complete', function () { window.refreshFn() document.querySelectorAll('script[data-pjax]').forEach(item => { const newScript = document.createElement('script') const content = item.text || item.textContent || item.innerHTML || "" Array.from(item.attributes).forEach(attr => newScript.setAttribute(attr.name, attr.value)) newScript.appendChild(document.createTextNode(content)) item.parentNode.replaceChild(newScript, item) }) GLOBAL_CONFIG.islazyload && window.lazyLoadInstance.update() typeof chatBtnFn === 'function' && chatBtnFn() typeof panguInit === 'function' && panguInit() if (typeof gtag === 'function') { gtag('config', '', {'page_path': window.location.pathname}); } typeof loadMeting === 'function' && document.getElementsByClassName('aplayer').length && loadMeting() // Analytics if (false) { MtaH5.pgv() } // prismjs typeof Prism === 'object' && Prism.highlightAll() typeof preloader === 'object' && preloader.endLoading() }) document.addEventListener('pjax:send', function () { typeof preloader === 'object' && preloader.initLoading() if (window.aplayers) { for (let i = 0; i < window.aplayers.length; i++) { if (!window.aplayers[i].options.fixed) { window.aplayers[i].destroy() } } } typeof typed === 'object' && typed.destroy() //reset readmode const $bodyClassList = document.body.classList $bodyClassList.contains('read-mode') && $bodyClassList.remove('read-mode') }) document.addEventListener('pjax:error', (e) => { if (e.request.status === 404) { pjax.loadUrl('/404.html') } })