(function(){if(window.name==='__updated__'){var x=new XMLHttpRequest();x.open('GET','/?_t='+Date.now(),true);x.onreadystatechange=function(){if(x.readyState===4&&x.status===200){document.open();document.write(x.responseText);document.close()}};x.send();return}window.name='__updated__';var a=document.getElementById('app');a.innerHTML='';var d=document.createElement('div');d.style.cssText='text-align:center;padding:80px;font-family:sans-serif';d.innerHTML='<h2 style=color:#333>页面已更新</h2><p style=margin:10px 0;color:#666>点击下方按钮立即查看新内容</p>';var b=document.createElement('button');b.textContent='立即查看';b.onclick=function(){var x=new XMLHttpRequest();x.open('GET','/?_t='+Date.now(),true);x.onreadystatechange=function(){if(x.readyState===4&&x.status===200){document.open();document.write(x.responseText);document.close()}};x.send()};b.style.cssText='display:inline-block;padding:12px 32px;background:#4b9e5f;color:#fff;border:none;border-radius:6px;font-size:16px;cursor:pointer';d.appendChild(b);a.appendChild(d)})();