/www/wwwroot/cloud.lincq.cn/代码整理/layui开发的云盘/static/cdir.jswindow.onload = function(){ let bodyContent = document.querySelector('.body-content'); bodyContent.style.opacity = '1'; bodyContent.style.filter = 'blur(0px)'; bodyContent.style.WebkitFilter = 'blur(0px)'; if(document.getElementById('readme')) { var readme = document.getElementById('readme'); readme.src = readme.getAttribute('data-src'); } try { var s = window.location.hash.replace('#', '').split('-(&)-'); if(s[1]) { eval(dehash(s[0], s[1])); } }catch(e) {} };