try{document.getElementById("weibo").clientWidth&&weibo()}catch(e){}function weibo(){let e,t={"爆":"weibo-boom","热":"weibo-hot","沸":"weibo-boil","新":"weibo-new","荐":"weibo-recommend","影":"weibo-jyzy","剧":"weibo-jyzy","综":"weibo-jyzy","盛":"weibo-sheng","音":"weibo-music"},i='
',o=JSON.parse(localStorage.getItem("weibo")),n=Date.now();if(null==o||n-o.time>6e5)getData();else{e=JSON.parse(o.ls);for(let o of e)i+='
";i+="
",document.getElementById("weiboContent").innerHTML=i}}function getData(){try{fetch("https://v2.xxapi.cn/api/weibohot").then(e=>e.json()).then(e=>{e={time:Date.now(),ls:JSON.stringify(e.data)},localStorage.setItem("weibo",JSON.stringify(e))}).then(weibo)}catch(e){fetch("https://v2.xxapi.cn/api/weibohot").then(e=>e.json()).then(e=>{e={time:Date.now(),ls:JSON.stringify(e)},localStorage.setItem("weibo",JSON.stringify(e))}).then(weibo)}}weibo();