sinzmise-cetastories-en 2.0.0-1735133421094 → 2.0.0-1735294543699
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/404.html +1 -1
- package/archives/2023/12/index.html +1 -1
- package/archives/2023/index.html +1 -1
- package/archives/index.html +1 -1
- package/atom.xml +2 -2
- package/baidusitemap.xml +1 -1
- package/categories/Test/index.html +1 -1
- package/categories/index.html +1 -1
- package/comments/index.html +1 -1
- package/css/index.css +1 -1
- package/cw.js +1 -1
- package/index.html +1 -1
- package/js/main.js +1 -1
- package/package.json +1 -1
- package/posts/46521/index.html +1 -1
- package/sitemap.xml +13 -13
- package/swpp/update.json +1 -1
- package/tags/Test/index.html +1 -1
- package/tags/index.html +1 -1
- package/go.html +0 -1
package/go.html
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
<!DOCTYPE html><html lang="zh"><head><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="robots" content="noindex, nofollow"><title>页面加载中,请稍候...</title><style>body{display:flex;align-items:center;justify-content:center;height:100vh;margin:0;font-family:Arial,sans-serif;overflow:hidden;flex-direction:column}.avatar,.avatar-placeholder{width:100px;height:100px;border-radius:50%;margin-bottom:15px;display:block}.avatar{display:none}.description{font-size:18px}.subtitle{font-size:12px;margin-bottom:20px;color:#c4c4c4}.loading{text-align:center;padding:30px;border-radius:18px;animation:fadein 2s;width:400px;max-width:90%}@keyframes fadein{from{opacity:0}to{opacity:1}}.content{margin-bottom:20px}.url-text{margin-bottom:10px;font-size:16px;letter-spacing:1px}.jump-url{font-size:20px;display:block;margin-top:5px;margin-bottom:25px;padding:15px;border-radius:8px;height:25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.countdown-text{margin-top:12px;font-size:12px}.button-container{display:flex;justify-content:center;gap:20%;margin-top:20px}.button{padding:10px 20px;border-radius:16px;border:none;cursor:pointer;font-size:16px;width:120px;height:40px}.cancel-button{color:#000}.confirm-button{color:#fff}.progress-bar{width:100%;border-radius:5px;overflow:hidden;height:10px;margin-top:20px}.progress{width:100%;height:100%;transition:width 1s}body{background:linear-gradient(135deg,#364f6b,#222831)}.loading{background:#393e46;color:#efefef;box-shadow:0 4px 8px rgba(100,100,100,.1)}.description{color:#f3f3f3}.countdown-text,.url-text{color:#efefef}.jump-url{border:1px solid#777;background-color:#333;color:#efefef}.cancel-button{background-color:#872c2c;color:#fff}.confirm-button{background-color:#28566f;color:#fff}.progress-bar{background-color:#444}.progress{background-color:#888}</style><script>const host=window.location.host;function GetQueryString(e){var t=new RegExp("(^|&)"+e+"=([^&]*)(&|$)","i"),n=window.location.search.substr(1).match(t);return n?decodeURI(n[2]):null}function base64Decode(e){let t=e.replace(/=+$/,""),n="";if(t.length%4==1)throw new Error("'atob' failed: The string to be decoded is not correctly encoded.");for(let e,o,r=0,u=0;o=t.charAt(u++);~o&&(e=r%4?64*e+o:o,r++%4)?n+=String.fromCharCode(255&e>>(-2*r&6)):0)o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(o);return n}var jump_url=GetQueryString("to"),UrlReg="^((http|https|thunder|qqdl|ed2k|Flashget|qbrowser|ftp|rtsp|mms)://)";(jump_url=base64Decode(jump_url))&&jump_url.match(UrlReg)||(document.title="参数错误,正在返回首页...",jump_url=location.origin);let progressElement,countdownElement,jumpUrlElement,countdown=5;function updateCountdown(){countdownElement.textContent=countdown,progressElement.style.width=countdown/5*100+"%",0===countdown?jump():(countdown--,setTimeout(updateCountdown,1e3))}function jump(){location.href=jump_url}function closeWindow(){window.opener=null,window.close()}function loadAvatar(){const e=document.querySelector(".avatar"),t=document.querySelector(".avatar-placeholder"),n=new Image;n.src="/info/avatar.ico",n.onload=function(){e.src=n.src,e.style.display="block",t.style.display="none"}}window.addEventListener("load",(function(){loadAvatar(),progressElement=document.getElementById("progress"),countdownElement=document.getElementById("countdown"),jumpUrlElement=document.getElementById("jump-url"),jumpUrlElement.textContent=jump_url,updateCountdown()}))</script></head><body><div class="avatar-placeholder"></div><img src="" alt="头像" class="avatar"><div class="description">Ceta Magical House</div><div class="subtitle">security center</div><div class="loading"><div class="content"><div class="url-text">您即将离开本站,跳转到:</div><div class="jump-url" id="jump-url"></div></div><div class="countdown-text">⚠将在<span id="countdown">5</span>秒后跳转,请自行确认链接安全性</div><div class="progress-bar"><div class="progress" id="progress"></div></div><div class="button-container"><button class="button cancel-button" onclick="closeWindow()">取消跳转</button><button class="button confirm-button" onclick="jump()">立即跳转</button></div></div></body></html>
|