Apache
tcp/443 tcp/80
Caddy
tcp/443 tcp/80
ESA
tcp/443 tcp/80
EdgeOne_L7S_OCMID_FREE
tcp/443
EdgeOne_L7S_OC_FREE
tcp/443 tcp/80
GitHub.com
tcp/443 tcp/80
Heroku
tcp/443 tcp/80
LiteSpeed
tcp/443 tcp/80
Microsoft-IIS 5.0
tcp/443 tcp/80
Microsoft-IIS 7.5
tcp/443 tcp/80
Microsoft-IIS 10.0
tcp/443 tcp/80
Python 3.11.14
tcp/443 tcp/80
TencentEdgeOne
tcp/443 tcp/80
Tengine
tcp/443 tcp/80
Vercel
tcp/443 tcp/80
Werkzeug 3.1.5
tcp/443 tcp/80
cloudflare
tcp/443 tcp/80
edgeone-pages
tcp/443 tcp/80
granian
tcp/443
kangle 3.5
tcp/443 tcp/80
nginx 1.18.0
tcp/443 tcp/80
nginx 1.26.3
tcp/443 tcp/80
nginx 1.22.1
tcp/443 tcp/80
nginx 1.28.0
tcp/443
nginx 1.29.4
tcp/443 tcp/80
nginx 0.7.65
tcp/443 tcp/80
nginx 1.23.3
tcp/443 tcp/80
nginx 1.24.0
tcp/80
nginx
tcp/443 tcp/80
openresty
tcp/443 tcp/80
tencent-cos
tcp/443 tcp/80
workerman
tcp/443 tcp/80
Open service 43.174.247.38:443 · osagents.253525.xyz
2026-02-10 14:28
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html
Vary: Accept-Encoding
ETag: "6985dd71-19287"
Last-Modified: Fri, 06 Feb 2026 12:24:17 GMT
Content-Length: 103047
Accept-Ranges: bytes
Connection: close
Date: Tue, 10 Feb 2026 14:28:34 GMT
EO-LOG-UUID: 7337290226418729949
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: OS-Level AI Agents 深度调研报告
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OS-Level AI Agents 深度调研报告</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
'bg-primary': '#ffffff',
'bg-secondary': '#f8fafc',
'bg-tertiary': '#f1f5f9',
'accent': '#2b6cee',
'accent-light': '#4a8cff',
'text-primary': '#0f172a',
'text-secondary': '#334155',
'text-muted': '#64748b',
'border': '#e2e8f0',
'success': '#22c55e',
'warning': '#f59e0b',
'danger': '#ef4444',
},
fontFamily: {
'sans': ['Space Grotesk', 'system-ui', '-apple-system', 'sans-serif'],
}
}
}
}
</script>
<style>
* { scrollbar-width: thin; scrollbar-color: #2b6cee #e2e8f0; }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: #2b6cee; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #4a8cff; }
.glass { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(12px); }
.gradient-text { background: linear-gradient(135deg, #2b6cee 0%, #4a8cff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.card-hover { transition: all 0.3s ease; }
.card-hover:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(43, 108, 238, 0.15); }
.fade-in { animation: fadeIn 0.5s ease-in; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.nav-link { position: relative; }
.nav-link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: #2b6cee; transition: width 0.3s; }
.nav-link:hover::after { width: 100%; }
.nav-link.active::after { width: 100%; }
.table-sortable th { cursor: pointer; user-select: none; }
.table-sortable th:hover { background: #f1f5f9; }
.table-sortable .sort-asc::after { content: ' ↑'; color: #2b6cee; }
.table-sortable .sort-desc::after { content: ' ↓'; color: #2b6cee; }
.tab-content { display: none; }
.tab-content.active { display: block; }
.tab-btn.active { background: #2b6cee; color: white; }
.timeline-item::before { content: ''; position: absolute; left: -6px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: #2b6cee; border: 3px solid #101622; }
.progress-bar { transition: width 0.5s ease; }
code { font-family: 'JetBrains Mono', monospace; background: #0d1117; padding: 2px 6px; border-radius: 4px; font-size: 0.9em; }
pre { background: #0d1117; padding: 16px; border-radius: 8px; overflow-x: auto; }
pre code { background: none; padding: 0; }
.mermaid { background: #1a1f2e; border-radius: 8px; padding: 20px; }
</style>
</head>
<body class="bg-bg-primary text-text-primary font-sans min-h-screen">
<!-- Navigation -->
<nav id="navbar" class="fixed top-0 left-0 right-0 z-50 glass border-b border-border transition-transform duration-300">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<div class="flex items-center gap-3">
<span class="material-symbols-outlined text-accent text-2xl">smart_toy</span>
<span class="font-bold text-lg">OS Agent Report</span>
</div>
<div class="hidden md:flex items-center space-x-6">
<a href="#overview" class="nav-link text-sm text-text-s
Open service 43.174.247.38:443 · speedtest.xcysy.top
2026-02-09 12:03
HTTP/1.1 200 OK
Last-Modified: Sun, 28 Jan 2024 09:04:38 GMT
Etag: "65b618a6-1f54"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Expires: Wed, 03 Feb 2027 07:40:15 GMT
Vary: Accept-Encoding
Cache-Control: public, max-age=31536000
Content-Length: 8020
Accept-Ranges: bytes
Connection: close
Strict-Transport-Security: max-age=15638400;includeSubDomains;preload
Date: Mon, 09 Feb 2026 12:03:38 GMT
Age: 534203
EO-LOG-UUID: 16222090373646748821
EO-Cache-Status: HIT
Page title: SpeedTest by OpenSpeedTest™
<!DOCTYPE html>
<html lang="en">
<head>
<title>SpeedTest by OpenSpeedTest™</title>
<meta name="description"
content="Test your network speed now. HTML5 Network Performance Estimation Tool. Self-Hosted SpeedTest by OpenSpeedTest™"/>
<link href="assets/css/app.css" rel="stylesheet" type="text/css" />
<script> window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches&&(document.head.innerHTML+='<link id="darkmode" rel="stylesheet" href="assets/css/darkmode.css" type="text/css"/>');function getCookieValue(b,a){return(a=document.cookie.match("(^|;)\\s*"+b+"\\s*=\\s*([^;]+)"))?a.pop():""}if("light"===getCookieValue("mode")){var darkStyle=document.getElementById("darkmode");darkStyle&&darkStyle.parentNode.removeChild(darkStyle)}; </script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:image" content="assets/images/img.png" />
<link rel='canonical' href='https://openspeedtest.com'/>
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/icons/favicon-16x16.png">
<link rel="manifest" href="assets/images/icons/site.webmanifest">
<link rel="mask-icon" href="assets/images/icons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="assets/images/icons/favicon.ico">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="msapplication-config" content="assets/images/icons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<script type="text/javascript">
/*
Official Website : https://OpenSpeedTest.COM | Email: support@openspeedtest.com
Developed by : Vishnu | https://Vishnu.Pro | Email : me@vishnu.pro
HTML5 Network Performance Estimation Tool -> [JS,XHR,SVG,HTML,CSS]
Started in 2011 and Moved to OpenSpeedTest.COM, Dedicated Project/Domain Name in 2013.
SpeedTest Script -> 2013 -> Beta | 2015 -> V1 | 2019 ->V2 | 2020 V2.1 | 2021 V2.12 | 2022 V2.5 & 2.5.3
Self-Hosted OpenSpeedTest-Server (iFrame/Nginx) -> 2014. (Managed SelfHosted SpeedTesT Widget)
OpenSpeedTest-Server (On-premises) (Fully SelfHosted Apps)
[OpenSpeedTest-Server Docker Image] -> V1 2019 | V2 2020 | V2.1 2021 | V2.2 & 2.2.2 2022
[Node.js/Electron JS OpenSpeedTest-Server Desktop Apps] -> 2020 V1 | 2021 V2 & V2.1 | 2.1.1 to 2.1.8 2022
[Ionic Android and iOS OpenSpeedTest-Server Mobile Apps] V1.2 to 1.5 2022
Download Now -> https://go.openspeedtest.com/Server
Like this Project? Please Donate NOW & Keep us Alive -> https://go.openspeedtest.com/Donate
Speed Test by OpenSpeedTest™️ is Free and Open-Source Software (FOSS) with MIT License.
Read full license terms @ http://go.openspeedtest.com/License
If you have any Questions, ideas or Comments Please Send it via -> https://go.openspeedtest.com/SendMessage
*/
// Add or Remove Server --> Automatically choose the one with the least latency
var openSpeedTestServerList = [
{"ServerName":"Home", "Download":"downloading", "Upload":"upload", "ServerIcon":"DefaultIcon"}
];
// Send pings 'pingSamples' times to each Server URL.
var pingSamples = 10;
// 50% samples(Least)/length 1=100% 0.1 = 10%
var jitterFinalSample = 0.5;
// Set a pingSample dynamically by passing "Ping" or "p" as a URL Parameter.
var setPingSamples = true;
// If Server has not responded within 5 Seconds for any requests we send ('pingSamples' times)
// We will show Network Error. You can change the limit here.
// In milliseconds, if you need to set 6 seconds. Change the value to 6000.
var pingTimeOut = 5000;
// Set a PingTimeout dynamically by passing "Out" or "O" as a URL Parameter
var setPingTimeout = true;
// GET or HEAD
Open service 43.174.247.38:443 · flucky.jsmxm.top
2026-02-08 01:10
HTTP/1.1 200 OK
accept-ranges: bytes
content-type: text/html; charset=utf-8
vary: Accept-Encoding
Server: TencentEdgeOne
Content-Length: 818
Connection: close
Strict-Transport-Security: max-age=16070400;
Date: Sun, 08 Feb 2026 01:10:37 GMT
EO-LOG-UUID: 7481189424429312893
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Lucky
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta http-equiv="Referrer-Policy" content="no-referrer"/>
<meta name="referrer" content="no-referrer"/>
<meta name="google" content="notranslate"/>
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1.0, maximum-scale=1.0,minimum-scale=1.0" />
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./logo.svg" />
<link rel="manifest" href="./manifest.webmanifest" />
<title>Lucky</title>
<script type="module" crossorigin src="./static/js/lucky_index-Byr8K_rD.js"></script>
<link rel="stylesheet" crossorigin href="./static/css/lucky_index-B9NANH1V.css">
</head>
<body style="margin:0;display: block;">
<div id="app" style="margin:0;" ></div>
</body>
</html>
Open service 43.174.247.38:80 · amoe.cc
2026-02-06 16:44
HTTP/1.1 200 OK
Last-Modified: Fri, 30 Jan 2026 12:37:52 GMT
Etag: "fddc7a09f3e89564a504e05f3b80bf60"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 4
Content-Length: 17789
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Fri, 06 Feb 2026 16:44:48 GMT
EO-LOG-UUID: 636661786436376282
EO-Cache-Status: Cache Hit
Page title: TomyJan
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>TomyJan</title>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta name="keywords" content="TomyJan,荼蘼,主页">
<meta name="description" content="TomyJan的个人主页">
<link rel="me" href="https://mastodon.social/@TomyJan"><!-- Mastodon Verification -->
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico">
<link rel="stylesheet" href="https://cdn.amoe.cc/lib/font-awesome/6.0.0/css/all.min.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="https://font.sec.miui.com/font/css?family=MiSans:400,700:MiSans" />
<script src="https://cdn.amoe.cc/lib/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.amoe.cc/lib/aplayer/1.10.1/APlayer.min.js"></script>
<style>
* {
margin: 0;
padding: 0;
font-family: MiSans;
}
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
#loading-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 10000;
}
#loading-overlay::before {
content: '';
position: absolute;
top: -50px;
left: -50px;
width: calc(100% + 100px);
height: calc(100% + 100px);
background-color: rgba(0, 0, 0, 0.9);
background-image: url('https://cdn.amoe.cc/web-static/private/tomyjan-website/common/img/blog-background.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
filter: blur(10px);
z-index: -1;
}
.loading-spinner {
display: flex;
justify-content: space-between;
align-items: center;
width: 80px;
}
.loading-spinner div {
width: 15px;
height: 15px;
background-color: white;
border-radius: 50%;
animation: bounce 1.4s infinite ease-in-out;
}
.loading-spinner div:nth-child(2) {
animation-delay: -0.32s;
}
.loading-spinner div:nth-child(3) {
animation-delay: -0.16s;
}
@keyframes bounce {
0%,
80%,
100% {
transform: scale(0);
}
40% {
transform: scale(1);
}
}
#loading-text {
margin-top: 100px;
text-align: center;
color: white;
font-size: 1.6em;
}
/* 深色模式使用不同的背景 */
@media (prefers-color-scheme: dark) {
#loading-overlay::before {
background-image: url('https://cdn.amoe.cc/web-static/private/tomyjan-website/common/img/blog-background_dark.jpg');
}
}
</style>
<script defer src="https://umami.amoe.cc/script.js" data-website-id="456b5804-762e-4747-a9b1-c6b82061a177"></script>
<!-- Global site tag (gtag.js) - Google Analytics https://www.googletagmanager.com/gtag/js?id=G-N194P9LRRJ -->
<script async src="assets/js/gtag.js?id=G-N194P9LRRJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-N194P9LRRJ');
</script>
<script>
if (document.referrer.includes("hostloc.com")) {
alert("看起来你是从 HostLoc 来到本站的? \n如果你是从一个名为 DMengbi 的东西的签名过来, 那么请知悉, 牠并不是本站站长, 也并未和本站站长相识, 只是一个拙劣的抹黑! \n不过感谢送来的流量喔~");
}
</script>
</head>
<body>
<!-- 加载遮罩层 -->
<div id="loading-overlay">
<div class="loading-spinner">
<div
Open service 43.174.247.38:443 · vvapi.tianyizhibo.com
2026-02-05 15:02
HTTP/1.1 404 Not Found Content-Type: text/plain;charset=UTF-8 X-NWS-LOG-UUID: 7064863829391272906 Date: Thu, 05 Feb 2026 15:02:28 GMT Connection: close Server: EdgeOne_L7S_OC_FREE Content-Length: 9 Not Found
Open service 43.174.247.38:80 · api.xiaofanmo.site
2026-02-01 09:07
HTTP/1.1 301 Moved Permanently
Server: nginx
Content-Type: text/html
Location: https://api.qyizu.cn/
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 162
Connection: close
Date: Sun, 01 Feb 2026 09:07:39 GMT
EO-LOG-UUID: 791826310388967350
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:80 · xiaofanmo.site
2026-02-01 09:07
HTTP/1.1 301 Moved Permanently
Server: nginx
Content-Type: text/html
Location: https://api.qyizu.cn/
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 162
Connection: close
Date: Sun, 01 Feb 2026 09:07:39 GMT
EO-LOG-UUID: 7079455169872661591
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:80 · www.rw2.cc
2026-02-01 07:53
HTTP/1.1 200 OK
Last-Modified: Thu, 29 Jan 2026 06:52:40 GMT
Etag: "697b03b8-5a4"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 1444
Accept-Ranges: bytes
Connection: close
Date: Sun, 01 Feb 2026 07:53:54 GMT
Age: 2
EO-LOG-UUID: 645213301253685808
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 网站建设中
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>网站建设中</title>
<style>
body {
margin: 0;
font-family: "Microsoft YaHei", Arial, sans-serif;
background: #f5f6fa;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
color: #333;
}
.box {
text-align: center;
padding: 40px;
background: white;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
h1 {
font-size: 28px;
margin-bottom: 10px;
}
p {
font-size: 16px;
margin: 8px 0;
color: #666;
}
footer {
margin-top: 25px;
font-size: 14px;
color: #888;
}
a {
color: #888;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="box">
<h1>🚧 网站建设中</h1>
<p>本站正在搭建中,敬请期待。</p>
<p>如需联系,请发送邮件至:tsymq@live.com</p>
<footer>
<p>ICP备案号:<a href="https://beian.miit.gov.cn/" target="_blank">
鄂ICP备2026004136号
</a></p>
</footer>
</div>
</body>
</html>
Open service 43.174.247.38:80 · read.bdhk4.5201201314.top
2026-01-31 07:37
HTTP/1.1 200 OK
Content-Type: text/html;charset=UTF-8
Set-Cookie: SOLONID=6d324e266fe341fca2e373422cc190f9;Max-Age=7200;Expires=Sat, 31-Jan-2026 09:37:44 GMT;Path=/;
Server: TencentEdgeOne
Transfer-Encoding: chunked
Connection: close
Date: Sat, 31 Jan 2026 07:37:43 GMT
EO-LOG-UUID: 15836490174876528687
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: read
<!DOCTYPE html>
<html>
<head>
<!--
If you are serving your web app in a path other than the root, change the
href value below to reflect the base path you are serving from.
The path provided below has to start and end with a slash "/" in order for
it to work correctly.
For more details:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
-->
<base href="/">
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="A new Flutter project.">
<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="read">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
<title>read</title>
<!-- Loading indicator -->
<style>
.container{
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex: auto;
flex-direction: column;
}
.indicator{
width: 100px;
height: 100px;
margin-bottom: 15px;
}
.progress-bar {
width: 100px;
background-color: #f3f3f3;
border-radius: 4px;
}
@keyframes progress {
0% { width: 50%; }
100% { width: 100%; }
}
.progress-bar-fill {
display: block;
height: 5px;
background-color: #46494b;
border-radius: 4px;
transition: width 0.2s ease-in;
animation: progress 5s ease-in-out forwards;
}
</style>
<link rel="manifest" href="manifest.json">
</head>
<body>
<div id="loading_indicator" class="container">
<img class="indicator" src="/icons/app_icon.png"/>
<div class="progress-bar">
<div class="progress-bar-fill" style="width: 50%;"></div>
</div>
</div>
<script>
window.addEventListener('load', function(ev) {
var loading = document.getElementById('loading_indicator');
_flutter.loader.loadEntrypoint({
serviceWorker: {
serviceWorkerVersion: serviceWorkerVersion,
},
onEntrypointLoaded: async function(engineInitializer) {
let appRunner = await engineInitializer.initializeEngine();
await appRunner.runApp();
window.setTimeout(function () {
loading.remove();
}, 200);
}
});
});
</script>
<script src="flutter_bootstrap.js" async></script>
</body>
</html>
Open service 43.174.247.38:80 · dns.irandoc.info
2026-01-30 03:34
HTTP/1.1 404 Not Found
Server: TencentEdgeOne
Content-Length: 0
Connection: close
Date: Fri, 30 Jan 2026 03:34:40 GMT
EO-LOG-UUID: 7832522481041385704
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · fzjy-vr.linzhileyou.com
2026-01-29 22:33
HTTP/1.1 200 OK
Last-Modified: Wed, 28 Jan 2026 17:59:38 GMT
Etag: "7b370d68119048a97c4ed8c89b722d1b"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 102294
Content-Length: 5910
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Thu, 29 Jan 2026 22:33:03 GMT
EO-LOG-UUID: 12097265260577626489
EO-Cache-Status: Cache Hit
Page title: 菲中教育VR教学
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>菲中教育VR教学</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Microsoft YaHei", sans-serif;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
padding: 20px;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
h1 {
text-align: center;
color: white;
font-size: 36px;
margin-bottom: 40px;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.course-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
}
.course-card {
background: rgba(255, 255, 255, 0.95);
border-radius: 12px;
padding: 20px;
box-shadow: 0 8px 20px rgba(0,0,0,0.2);
transition: transform 0.3s, box-shadow 0.3s;
}
.course-card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 30px rgba(0,0,0,0.3);
}
.course-title {
font-size: 18px;
font-weight: bold;
color: #333;
margin-bottom: 15px;
min-height: 50px;
display: flex;
align-items: center;
}
.course-buttons {
display: flex;
gap: 10px;
}
.btn {
flex: 1;
padding: 10px 15px;
border: none;
border-radius: 6px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
transition: all 0.3s;
}
.btn-view {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
}
.btn-view:hover {
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.5);
}
.btn-copy {
background: #f0f0f0;
color: #333;
border: 2px solid #ddd;
}
.btn-copy:hover {
background: #e0e0e0;
border-color: #667eea;
}
.toast {
position: fixed;
top: 20px;
left: 50%;
transform: translateX(-50%);
background: rgba(0, 0, 0, 0.8);
color: white;
padding: 12px 24px;
border-radius: 8px;
z-index: 1000;
display: none;
}
.toast.show {
display: block;
animation: fadeIn 0.3s;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateX(-50%) translateY(-20px); }
to { opacity: 1; transform: translateX(-50%) translateY(0); }
}
@media (max-width: 768px) {
h1 { font-size: 28px; }
.course-list { grid-template-columns: 1fr; }
}
</style>
</head>
<body>
<div class="container">
<h1>菲中教育VR教学</h1>
<div class="course-list" id="courseList"></div>
</div>
<div class="toast" id="toast"></div>
<script>
async function loadCourses() {
try {
const response = await fetch('./data.json');
const courses = await response.json();
const courseList = document.getElementById('courseList');
courseList.innerHTML = '';
courses.forEach(course => {
const card = document.createElement('div');
card.className = 'course-card';
const title = document.createElement('div');
title.className = 'course-title';
title.textContent = course.name;
const buttons = document.createElement('div');
bu
Open service 43.174.247.38:80 · qnwall.com
2026-01-28 18:26
HTTP/1.1 301 Moved Permanently
Server: nginx
Content-Type: text/html
Location: http://www.qnwall.com/
Strict-Transport-Security: max-age=31536000
Content-Length: 162
Connection: close
Date: Wed, 28 Jan 2026 18:26:35 GMT
EO-LOG-UUID: 14982801810853642639
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:80 · www.chat.formeapi.cc
2026-01-28 14:19
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 16:45:01 GMT
Etag: "6973a58d-267"
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html
Content-Length: 615
Accept-Ranges: bytes
Connection: close
Date: Wed, 28 Jan 2026 14:19:43 GMT
EO-LOG-UUID: 9504625441311903469
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Welcome to nginx!
<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<style>
html { color-scheme: light dark; }
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
<h1>Welcome to nginx!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>
<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a>.<br/>
Commercial support is available at
<a href="http://nginx.com/">nginx.com</a>.</p>
<p><em>Thank you for using nginx.</em></p>
</body>
</html>
Open service 43.174.247.38:80 · update.enzymeym.top
2026-01-28 10:09
HTTP/1.1 404 Not Found
Etag: W/"41-Ug/WUkPz+GHsfB2/mFQvuVwlLbk"
Server: openresty
Content-Type: application/json; charset=utf-8
X-Powered-By: Express
Vary: Origin
Access-Control-Allow-Credentials: true
Content-Length: 65
Connection: close
Date: Wed, 28 Jan 2026 10:09:42 GMT
EO-LOG-UUID: 16105617193109277842
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
{"success":false,"message":"请求的资源不存在","path":"/"}
Open service 43.174.247.38:443 · nezha.pub1.cc
2026-01-27 16:40
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html; charset=utf-8
Content-Length: 1
Accept-Ranges: bytes
Connection: close
Date: Tue, 27 Jan 2026 16:40:09 GMT
EO-LOG-UUID: 18444197889735873100
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · fuhao.store
2026-01-26 12:10
HTTP/1.1 302 Found Location: https://fuhao.store/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Mon, 26 Jan 2026 12:10:33 GMT EO-LOG-UUID: 13215921843452628444 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · fuhao.store
2026-01-26 12:10
HTTP/1.1 200 OK
Last-Modified: Mon, 26 Jan 2026 09:54:06 GMT
Etag: "94db4ed9f6221c473e9da3362740d350"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 35
Content-Length: 22075
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Mon, 26 Jan 2026 12:10:30 GMT
EO-LOG-UUID: 1638192479865176339
EO-Cache-Status: Cache Hit
Page title: 豪门惊情 - 剧本杀游戏
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>豪门惊情 - 剧本杀游戏</title>
<link rel="icon" type="image/png" href="assets/ui/haomen.png">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/ui.css">
<link rel="stylesheet" href="css/minguo-theme.css">
</head>
<body>
<!-- 主菜单界面 -->
<div id="main-menu">
<div class="menu-background"></div>
<button id="menu-mute-btn" class="menu-mute-btn" title="静音/恢复音量">
<span class="mute-icon">🔊</span>
</button>
<div class="headphone-hint">
<svg class="headphone-icon" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 1C7.03 1 3 5.03 3 10v6c0 1.66 1.34 3 3 3h1v-7H5v-2c0-3.87 3.13-7 7-7s7 3.13 7 7v2h-2v7h1c1.66 0 3-1.34 3-3v-6c0-4.97-4.03-9-9-9zM7 14v4H6c-.55 0-1-.45-1-1v-3h2zm12 3c0 .55-.45 1-1 1h-1v-4h2v3z"/>
</svg>
<div class="hint-text-group">
<span>请佩戴耳机游玩,效果更佳</span>
<span class="disclaimer">该版本特供高端富豪俱乐部成员游玩,游玩过程出现任何不适研发团队概不负责</span>
</div>
</div>
<div class="menu-content">
<h1 class="game-title">豪门惊情</h1>
<p class="game-subtitle">单人剧本杀推理游戏</p>
<div class="menu-buttons">
<button id="start-game-btn" class="menu-btn">开始游戏</button>
<button id="continue-game-btn" class="menu-btn">继续游戏</button>
<button id="script-select-btn" class="menu-btn locked" disabled>
<span class="lock-icon">🔒</span>剧本选择
</button>
</div>
</div>
</div>
<!-- 游戏容器 -->
<div id="game-container" class="hidden">
<!-- 场景展示区 -->
<div id="scene-area">
<img id="scene-background" src="" alt="场景背景">
<!-- 人物立绘层(Galgame风格) -->
<div id="character-layer">
<div id="character-left" class="character-sprite"></div>
<div id="character-center" class="character-sprite"></div>
<div id="character-right" class="character-sprite"></div>
</div>
<!-- 可交互热点层 -->
<div id="hotspot-layer"></div>
<!-- 场景切换按钮 -->
<div id="scene-nav"></div>
</div>
<!-- 序章播放界面 -->
<div id="prologue-overlay" class="hidden">
<div id="prologue-scene">
<img id="prologue-background" src="" alt="场景背景">
<div id="prologue-character-layer">
<div id="prologue-char-left" class="prologue-character"></div>
<div id="prologue-char-center" class="prologue-character"></div>
<div id="prologue-char-right" class="prologue-character"></div>
</div>
</div>
<div id="prologue-dialogue-panel">
<div class="prologue-dialogue-box">
<div id="prologue-speaker-name"></div>
<div id="prologue-dialogue-text"></div>
<div id="prologue-click-hint">点击继续...</div>
</div>
</div>
<button id="mute-btn" class="mute-btn" title="静音/恢复音量">
<span class="mute-icon">🔊</span>
</button>
<button id="skip-prologue-btn">跳过序章</button>
</div>
<!-- 第二幕跳过按钮(独立于序章跳过按钮) -->
<button id="skip-act-btn" class="hidden">跳过</button>
<!-- 全局音量控制按钮 -->
<button id
Open service 43.174.247.38:443 · mail.wuyangmotor.com
2026-01-26 10:42
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html;charset=utf-8
Vary: Accept-Encoding
Vary: Accept-Encoding
Document-Policy: include-js-call-stacks-in-crash-reports
Reporting-Endpoints: default="https://countly.mail.163.com/stats/csp"
Report-To: {group:"default","max_age":86400,"endpoints":[{"url":"https://countly.mail.163.com/stats/csp"}]}
lingxi-traceid: e85bac12e7393fb1dbecf3c92e268704_n^750873600000^0
Content-Length: 35667
Accept-Ranges: bytes
Connection: close
Date: Mon, 26 Jan 2026 10:42:31 GMT
Age: 15
EO-LOG-UUID: 11842105905657087899
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 广州五羊摩托有限公司 - 邮箱用户登录
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="keywords" content="网易企业邮箱,登录企业邮箱,企业邮箱注册,电子邮箱" />
<meta name="description" content="网易企业邮箱登录页面繁体版,帮助用户登录企业邮箱,开启随时随地,极速收发的便捷体验。" />
<meta name="title" content="网易企业邮箱 - 企业信息化专业解决方案">
<title>广州五羊摩托有限公司 - 邮箱用户登录</title>
<script type="text/javascript" src="/static/mimg/o/domain/202601200000/index/css/../js/oxpecker_init.js" ></script>
<script type="text/javascript" src="/static/mimg/external/lib/rs-retry/rs-retry.1.0.0.umd.js" ></script>
<script>
try { RsRetry.init({
cdnDomain: "mg.127.net",
}) } catch(e){}
</script>
<style type="text/css">
body{color:#707070;background:#fff;font-family:simsun,sans-serif;line-height:1.666em;}body,select,input,button,h1,h2,h3,h4,h5,h6{font-size:12px;}body,h1,h2,h3,h4,h5,h6,ul,ol,li,form,p,dl,dt,dd,table,th,td,img,blockquote{margin:0;padding:0;border:0;}input,button,textarea,img{line-height:normal;}abbr,acronym,address,cite,q,em,code,var,dfn,ins{font-style:normal;text-decoration:none;border:0;}q:before,q:after{content:"";}ul,ol{list-style:none;}table{border-collapse:collapse;border-spacing:0;}select,button,input{vertical-align:middle;}.ipt-c,.ipt-r{width:16px;height:16px;overflow:hidden;padding:0;margin:0 3px 0 0;}a{color:#154077;}a:hover{text-decoration:underline;}.header,.body,.footer,.part,.clear{+zoom:1;}.header:after,.body:after,.footer:after,.part:after,.clear:after{clear:both;content:".";font-size:0;display:block;height:0;overflow:hidden;visibility:hidden;}.sec-mod,.sec-mod h2,.login-mod .goto,.login-mod .ipt-b,.login-mod h2,.login-mod h2 em,.logo span,.bg{background-image:url(//mg.127.net/static/mimg/o/domain/202601200000/index/css/../img/bg.gif);background-repeat:no-repeat;}.login-mod .ipt-t,.bgx{background-image:url(//mg.127.net/static/mimg/o/domain/202601200000/index/css/../img/bgx.gif);background-repeat:repeat-x;}.page{width:950px;margin:auto;}.header{padding:25px 0;}.logo{float:left;}.logo img,.logo span{float:left;display:inline;}.logo img{margin-top:2px;margin-right:15px;}.logo span{width:176px;height:32px;text-indent:-999em;overflow:hidden;}.toplinks{float:right;line-height:32px;}.toplinks,.toplinks a{color:#8e8e8e;}.toplinks a{margin:0 3px;text-decoration:none;}.toplinks a:hover{text-decoration:underline;}.body{}.main-part{position:relative;width:950px;height:428px;overflow:hidden;}.login-mod{position:absolute;top:35px;left:505px;padding:35px 25px;width:363px;height:288px;}.login-mod h2,.login-mod .fi{margin:0 10px;}.login-mod h2{width:151px;height:30px;text-indent:-999em;overflow:hidden;margin-bottom:10px;}.login-mod .fi{padding:10px 0;}.login-mod .fi-notit{padding-left:4em;position:relative;}.login-mod .fi-notit label{margin-right:20px;}.login-mod label.tit{float:left;_margin-right:-3px;width:66px;line-height:29px;color:#000;}.login-mod .ipt-t{width:235px;border:1px solid #7A8395;padding:6px 4px;font-size:14px;margin-right:10px;font-family:Arial,sans-serif;}.login-mod .ipt-sample{color:#788F9E;}.login-mod .ipt-b{width:90px;height:30px;font-size:14px;font-weight:bold;color:#444;padding:0;border:0;background-position:0 -72px;cursor:pointer;}.login-mod .goto{background-position:0 -144px;margin-top:20px;padding:20px 0 0 10px;font-size:14px;}.body .login-mod-multidomain{padding:18px 25px}.body .login-mod-multidomain .goto{margin-top:0;padding:13px 0 8px 10px;}.login-mod form .fi select{padding:0 0 0 0;height:28px;width:245px;line-height:28px;}.login-mod .err{color:#D80001;}.login-mod .err.admin{left:154px}.sec-part{padding-top:20px;}.sec-mod{width:445px;padding-bottom:20px;line-height:25px;}.sec-mod h2{width:110px;height:36px;text-indent:-999em;overflow:hidden;margin-bottom:10px;}.intro-mod{float:left;background-position:350px -252px;}.intro-mod h2{background-position:-144px -72px;}.news-mod{float:r
Open service 43.174.247.38:80 · mail.wuyangmotor.com
2026-01-26 10:42
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html;charset=utf-8
Vary: Accept-Encoding
Vary: Accept-Encoding
Document-Policy: include-js-call-stacks-in-crash-reports
Reporting-Endpoints: default="https://countly.mail.163.com/stats/csp"
Report-To: {group:"default","max_age":86400,"endpoints":[{"url":"https://countly.mail.163.com/stats/csp"}]}
lingxi-traceid: e85bac12e7393fb1dbecf3c92e268704_n^750873600000^0
Content-Length: 35667
Accept-Ranges: bytes
Connection: close
Date: Mon, 26 Jan 2026 10:42:33 GMT
Age: 17
EO-LOG-UUID: 17460321964758900560
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 广州五羊摩托有限公司 - 邮箱用户登录
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="keywords" content="网易企业邮箱,登录企业邮箱,企业邮箱注册,电子邮箱" />
<meta name="description" content="网易企业邮箱登录页面繁体版,帮助用户登录企业邮箱,开启随时随地,极速收发的便捷体验。" />
<meta name="title" content="网易企业邮箱 - 企业信息化专业解决方案">
<title>广州五羊摩托有限公司 - 邮箱用户登录</title>
<script type="text/javascript" src="/static/mimg/o/domain/202601200000/index/css/../js/oxpecker_init.js" ></script>
<script type="text/javascript" src="/static/mimg/external/lib/rs-retry/rs-retry.1.0.0.umd.js" ></script>
<script>
try { RsRetry.init({
cdnDomain: "mg.127.net",
}) } catch(e){}
</script>
<style type="text/css">
body{color:#707070;background:#fff;font-family:simsun,sans-serif;line-height:1.666em;}body,select,input,button,h1,h2,h3,h4,h5,h6{font-size:12px;}body,h1,h2,h3,h4,h5,h6,ul,ol,li,form,p,dl,dt,dd,table,th,td,img,blockquote{margin:0;padding:0;border:0;}input,button,textarea,img{line-height:normal;}abbr,acronym,address,cite,q,em,code,var,dfn,ins{font-style:normal;text-decoration:none;border:0;}q:before,q:after{content:"";}ul,ol{list-style:none;}table{border-collapse:collapse;border-spacing:0;}select,button,input{vertical-align:middle;}.ipt-c,.ipt-r{width:16px;height:16px;overflow:hidden;padding:0;margin:0 3px 0 0;}a{color:#154077;}a:hover{text-decoration:underline;}.header,.body,.footer,.part,.clear{+zoom:1;}.header:after,.body:after,.footer:after,.part:after,.clear:after{clear:both;content:".";font-size:0;display:block;height:0;overflow:hidden;visibility:hidden;}.sec-mod,.sec-mod h2,.login-mod .goto,.login-mod .ipt-b,.login-mod h2,.login-mod h2 em,.logo span,.bg{background-image:url(//mg.127.net/static/mimg/o/domain/202601200000/index/css/../img/bg.gif);background-repeat:no-repeat;}.login-mod .ipt-t,.bgx{background-image:url(//mg.127.net/static/mimg/o/domain/202601200000/index/css/../img/bgx.gif);background-repeat:repeat-x;}.page{width:950px;margin:auto;}.header{padding:25px 0;}.logo{float:left;}.logo img,.logo span{float:left;display:inline;}.logo img{margin-top:2px;margin-right:15px;}.logo span{width:176px;height:32px;text-indent:-999em;overflow:hidden;}.toplinks{float:right;line-height:32px;}.toplinks,.toplinks a{color:#8e8e8e;}.toplinks a{margin:0 3px;text-decoration:none;}.toplinks a:hover{text-decoration:underline;}.body{}.main-part{position:relative;width:950px;height:428px;overflow:hidden;}.login-mod{position:absolute;top:35px;left:505px;padding:35px 25px;width:363px;height:288px;}.login-mod h2,.login-mod .fi{margin:0 10px;}.login-mod h2{width:151px;height:30px;text-indent:-999em;overflow:hidden;margin-bottom:10px;}.login-mod .fi{padding:10px 0;}.login-mod .fi-notit{padding-left:4em;position:relative;}.login-mod .fi-notit label{margin-right:20px;}.login-mod label.tit{float:left;_margin-right:-3px;width:66px;line-height:29px;color:#000;}.login-mod .ipt-t{width:235px;border:1px solid #7A8395;padding:6px 4px;font-size:14px;margin-right:10px;font-family:Arial,sans-serif;}.login-mod .ipt-sample{color:#788F9E;}.login-mod .ipt-b{width:90px;height:30px;font-size:14px;font-weight:bold;color:#444;padding:0;border:0;background-position:0 -72px;cursor:pointer;}.login-mod .goto{background-position:0 -144px;margin-top:20px;padding:20px 0 0 10px;font-size:14px;}.body .login-mod-multidomain{padding:18px 25px}.body .login-mod-multidomain .goto{margin-top:0;padding:13px 0 8px 10px;}.login-mod form .fi select{padding:0 0 0 0;height:28px;width:245px;line-height:28px;}.login-mod .err{color:#D80001;}.login-mod .err.admin{left:154px}.sec-part{padding-top:20px;}.sec-mod{width:445px;padding-bottom:20px;line-height:25px;}.sec-mod h2{width:110px;height:36px;text-indent:-999em;overflow:hidden;margin-bottom:10px;}.intro-mod{float:left;background-position:350px -252px;}.intro-mod h2{background-position:-144px -72px;}.news-mod{float:r
Open service 43.174.247.38:80 · www.geek.bio
2026-01-26 10:21
HTTP/1.1 301 Moved Permanently
Location: http://geek.bio/
Content-Length: 0
Connection: close
Server: EdgeOne_L7S_OC_FREE
Date: Mon, 26 Jan 2026 10:21:25 GMT
EO-LOG-UUID: 9529892161980600296
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · www.geek.bio
2026-01-26 10:21
HTTP/1.1 301 Moved Permanently
Location: https://geek.bio/
Content-Length: 0
Connection: close
Server: EdgeOne_L7S_OC_FREE
Date: Mon, 26 Jan 2026 10:21:21 GMT
EO-LOG-UUID: 4817856401508214200
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · geek.bio
2026-01-26 10:21
HTTP/1.1 301 Moved Permanently
Server: nginx
Content-Type: text/html
Location: https://geek.bio/
Content-Length: 162
Connection: close
Date: Mon, 26 Jan 2026 10:21:25 GMT
EO-LOG-UUID: 11880107241958106065
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · geek.bio
2026-01-26 10:21
HTTP/1.1 200 OK
server: nginx
content-type: text/html; charset=utf-8
vary: Accept-Encoding
etag: "69773fa9-9b8"
accept-ranges: bytes
Last-Modified: Mon, 26 Jan 2026 10:19:21 GMT
Content-Length: 2488
Connection: close
Date: Mon, 26 Jan 2026 10:21:22 GMT
EO-LOG-UUID: 3517559299287534803
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Coming Soon
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Coming Soon</title>
<style>
body {
background-color: #f5f5f5;
margin-top: 8%;
color: #5d5d5d;
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
"Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji";
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
text-align: center;
}
h1 {
font-size: 2.45em;
font-weight: 700;
color: #5d5d5d;
letter-spacing: -0.02em;
margin-bottom: 30px;
margin-top: 30px;
}
.container {
width: 100%;
margin-right: auto;
margin-left: auto;
}
.animate__animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animate__fadeIn {
animation-name: fadeIn;
}
.info {
color: #5594cf;
fill: #5594cf;
}
.error {
color: #c92127;
fill: #c92127;
}
.warning {
color: #ffcc33;
fill: #ffcc33;
}
.success {
color: #5aba47;
fill: #5aba47;
}
.icon-large {
height: 132px;
width: 132px;
}
.description-text {
color: #707070;
letter-spacing: -0.01em;
font-size: 1.25em;
line-height: 20px;
}
.footer {
margin-top: 40px;
font-size: 0.7em;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col">
<div class="animate__animated animate__fadeIn">
<svg
class="warning icon-large fa-hard-hat"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
>
<path
d="M480 288c0-80.25-49.28-148.92-119.19-177.62L320 192V80a16 16 0 0 0-16-16h-96a16 16 0 0 0-16 16v112l-40.81-81.62C81.28 139.08 32 207.75 32 288v64h448zm16 96H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z"
></path>
</svg>
</div>
<h1 class="animate__animated animate__fadeIn">We're working on it!</h1>
<div class="description-text animate__animated animate__fadeIn">
<p>This site is currently under construction.</p>
<p>Please check back soon.</p>
<section class="footer"><strong>Domain:</strong> geek.bio</section>
</div>
</div>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:80 · www.erajoy.qzz.io
2026-01-26 09:49
HTTP/1.1 301 Moved Permanently Location: https://www.erajoy.qzz.io/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Mon, 26 Jan 2026 09:49:50 GMT EO-LOG-UUID: 10146817370159353560 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · www.erajoy.qzz.io
2026-01-26 09:49
HTTP/1.1 200 OK Etag: "15q2numfyte17qq" Content-Type: text/html; charset=utf-8 Eo-Cdn-Cache-Control: s-maxage=3600, stale-while-revalidate=31532400, durable Eo-Pages-Inner-Scf-Status: 200 Eo-Pages-Inner-Status-Intercept: false Functions-Request-Id: 5132461c-fa9c-11f0-ad7e-5254009b81e3 Vary: Accept-Encoding Vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding Vary: Accept-Encoding X-Nextjs-Prerender: 1 X-Nextjs-Stale-Time: 300 X-Powered-By: Next.js Cache-Control: s-maxage=3600, stale-while-revalidate=31532400, durable Age: 14 Accept-Ranges: bytes Connection: close EO-LOG-UUID: 2482938723253854170 EO-Cache-Status: Cache Hit X-NWS-LOG-UUID: 2482938723253854170 Server: edgeone-pages Date: Mon, 26 Jan 2026 09:49:48 GMT Content-Length: 56695 Page title: Erajoy | Official Author <!DOCTYPE html><html lang="en" class="dark"><head><meta charSet="utf-8"/><link rel="preconnect" href="/" crossorigin=""/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="image" href="https://img.wattpad.com/cover/398354338-512-k700995.jpg"/><link rel="preload" as="image" href="https://img.wattpad.com/cover/398316681-512-k700967.jpg"/><link rel="stylesheet" href="/_next/static/chunks/5ef478c1f00a35d7.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/7aa637fcf318c59b.js"/><script src="/_next/static/chunks/82abf2d65f5428ae.js" async=""></script><script src="/_next/static/chunks/5830068f436fe373.js" async=""></script><script src="/_next/static/chunks/3a159f285a5b03e6.js" async=""></script><script src="/_next/static/chunks/turbopack-47c51e53b52790a8.js" async=""></script><script src="/_next/static/chunks/693a403b9a912ca5.js" async=""></script><script src="/_next/static/chunks/6d149193c5be9fa0.js" async=""></script><script src="/_next/static/chunks/f0e4ff85912ba07b.js" async=""></script><script src="/_next/static/chunks/866fde7613bbc6b1.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/f928fc513029c3fa.js" async=""></script><script src="/_next/static/chunks/40dcd0a286026fcd.js" async=""></script><title>Erajoy | Official Author</title><meta name="description" content="Beyond the imagination. Experience high-fidelity visual storytelling and an ad-free reading sanctuary for Erajoy's original narratives."/><meta name="keywords" content="Erajoy,Author,Visual Storytelling,Reading Experience,Web Fiction"/><meta property="og:title" content="Erajoy | Official Author"/><meta property="og:description" content="The definitive digital experience for Erajoy's visual narratives."/><meta property="og:url" content="https://erajoycreator.edgeone.dev"/><meta property="og:site_name" content="Erajoy"/><meta property="og:locale" content="en_US"/><meta property="og:image" content="https://erajoycreator.edgeone.dev/logo.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="Erajoy | Official Author"/><meta name="twitter:description" content="Experience stories like never before in a premium digital experience."/><meta name="twitter:image" content="https://erajoycreator.edgeone.dev/logo.png"/><meta name="twitter:image:width" content="1200"/><meta name="twitter:image:height" content="630"/><link rel="icon" href="/favicon.ico?favicon.8107f55e.ico" sizes="48x48" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="bg-[#05080a] text-white antialiased selection:bg-cyan-500 selection:text-black"><div hidden=""><!--$--><!--/$--></div><div class="relative flex min-h-screen flex-col"><header class="fixed top-0 left-0 w-full z-100 bg-[#000d1a] border-b border-white/5 px-6 md:px-16 py-6"><div class="max-w-375 mx-auto flex justify-between items-center"><a href="/" class="group relative flex items-center transition-all duration-300" style="opacity:0;transform:translateX(-20px)"><span class="absolute top-0 left-0 font-['BM_Space'] text-4xl tracking-tighter text-cyan-500/0 group-hover:text-cyan-500/30 group-hover:-translate-x-1 transition-all">ERAJOY</span><span class="font-['BM_Space'] text-4xl tracking-tighter text-white leading-none italic relative">ERA<span class="text-cyan-400">JOY</span></span><div class="ml-1 w-2 h-2 bg-yellow-400 self-end mb-1 scale-0 group-hover:scale-100 transition-transform duration-300"></div></a><nav class="hidden md:flex items-center gap-12"><a target="_self" href="/" class="group relative font-['Rodin_Pro'] font-bold italic uppercase text-xs tracking-[0.3em] text-white/50 hover:text-white transition-all">Home<div class="absolute -bottom-1 left-0 w-0 h-0.5 bg-cyan-400 group-h
Open service 43.174.247.38:443 · interval.taotaodoris.cn
2026-01-26 09:45
HTTP/1.1 200 OK
Last-Modified: Mon, 26 Jan 2026 09:36:28 GMT
Etag: "9d8cc50c801355867bcc9c3215634deb"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 1861
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Mon, 26 Jan 2026 09:46:14 GMT
EO-LOG-UUID: 3286782578447502888
EO-Cache-Status: Cache Hit
Page title: 音程大师
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>音程大师</title>
<!-- Using Tailwind via CDN for simplicity in this setup -->
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
sans: ['Nunito', 'sans-serif'],
},
colors: {
'duo-green': '#58CC02',
'duo-green-dark': '#46A302',
'duo-red': '#FF4B4B',
'duo-red-dark': '#EA2B2B',
'duo-blue': '#1CB0F6',
'duo-blue-dark': '#1899D6',
'duo-gray': '#E5E5E5',
'duo-gray-dark': '#AFAFAF',
}
}
}
}
</script>
<style>
body {
font-family: 'Nunito', sans-serif;
background-color: #FEFEFE;
overscroll-behavior: none;
}
</style>
<script type="importmap">
{
"imports": {
"react": "https://esm.sh/react@^19.2.3",
"react-dom/": "https://esm.sh/react-dom@^19.2.3/",
"react/": "https://esm.sh/react@^19.2.3/",
"@google/genai": "https://esm.sh/@google/genai@^1.37.0",
"lucide-react": "https://esm.sh/lucide-react@^0.562.0",
"vite": "https://esm.sh/vite@^7.3.1",
"@vitejs/plugin-react": "https://esm.sh/@vitejs/plugin-react@^5.1.2"
}
}
</script>
<script type="module" crossorigin src="/assets/index-R2jHVTCs.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-HzM0y_Pe.css">
</head>
<body>
<div id="root"></div>
<!-- Vite entry point -->
</body>
</html>
Open service 43.174.247.38:80 · interval.taotaodoris.cn
2026-01-26 09:45
HTTP/1.1 200 OK
Last-Modified: Mon, 26 Jan 2026 09:36:28 GMT
Etag: "9d8cc50c801355867bcc9c3215634deb"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 18
Content-Length: 1861
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Mon, 26 Jan 2026 09:46:17 GMT
EO-LOG-UUID: 3998199634367463512
EO-Cache-Status: Cache Hit
Page title: 音程大师
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>音程大师</title>
<!-- Using Tailwind via CDN for simplicity in this setup -->
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
sans: ['Nunito', 'sans-serif'],
},
colors: {
'duo-green': '#58CC02',
'duo-green-dark': '#46A302',
'duo-red': '#FF4B4B',
'duo-red-dark': '#EA2B2B',
'duo-blue': '#1CB0F6',
'duo-blue-dark': '#1899D6',
'duo-gray': '#E5E5E5',
'duo-gray-dark': '#AFAFAF',
}
}
}
}
</script>
<style>
body {
font-family: 'Nunito', sans-serif;
background-color: #FEFEFE;
overscroll-behavior: none;
}
</style>
<script type="importmap">
{
"imports": {
"react": "https://esm.sh/react@^19.2.3",
"react-dom/": "https://esm.sh/react-dom@^19.2.3/",
"react/": "https://esm.sh/react@^19.2.3/",
"@google/genai": "https://esm.sh/@google/genai@^1.37.0",
"lucide-react": "https://esm.sh/lucide-react@^0.562.0",
"vite": "https://esm.sh/vite@^7.3.1",
"@vitejs/plugin-react": "https://esm.sh/@vitejs/plugin-react@^5.1.2"
}
}
</script>
<script type="module" crossorigin src="/assets/index-R2jHVTCs.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-HzM0y_Pe.css">
</head>
<body>
<div id="root"></div>
<!-- Vite entry point -->
</body>
</html>
Open service 43.174.247.38:80 · monitor.37ke.com
2026-01-26 09:24
HTTP/1.1 200 OK
Last-Modified: Mon, 26 Jan 2026 09:23:59 GMT
Etag: "697732af-2c3"
Server: openresty
Content-Type: text/html
Content-Length: 707
Accept-Ranges: bytes
Connection: close
Date: Mon, 26 Jan 2026 09:25:17 GMT
Age: 15
EO-LOG-UUID: 6458633152104032674
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 恭喜,站点创建成功!
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex,nofollow" />
<title>恭喜,站点创建成功!</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>恭喜, 站点创建成功!</h1>
<h3>这是默认index.html,本页面由系统自动生成</h3>
</div>
</body>
</html>
Open service 43.174.247.38:443 · monitor.37ke.com
2026-01-26 09:24
HTTP/1.1 200 OK
Last-Modified: Mon, 26 Jan 2026 09:23:59 GMT
Etag: "697732af-2c3"
Server: openresty
Content-Type: text/html
Content-Length: 707
Accept-Ranges: bytes
Connection: close
Date: Mon, 26 Jan 2026 09:25:14 GMT
Age: 12
EO-LOG-UUID: 7614599348072920507
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 恭喜,站点创建成功!
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex,nofollow" />
<title>恭喜,站点创建成功!</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>恭喜, 站点创建成功!</h1>
<h3>这是默认index.html,本页面由系统自动生成</h3>
</div>
</body>
</html>
Open service 43.174.247.38:443 · cdn-crmeb-admin-api.enchun.top
2026-01-26 08:59
HTTP/1.1 200 OK
Server: openresty
Content-Type: application/json;charset=utf-8
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Pragma: no-cache
Expires: 0
Cache-Control: must-revalidate, no-cache, no-store, max-age=0
Content-Length: 49
Connection: close
Date: Mon, 26 Jan 2026 08:59:42 GMT
EO-LOG-UUID: 5610095387189691947
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
{"code":401,"message":"未登录,请登录!"}
Open service 43.174.247.38:80 · cdn-crmeb-admin-api.enchun.top
2026-01-26 08:59
HTTP/1.1 301 Moved Permanently
Server: openresty
Content-Type: text/html
Location: https://crmeb-admin-api.enchun.top/
Strict-Transport-Security: max-age=31536000; includeSubDomains
Content-Length: 166
Connection: close
Date: Mon, 26 Jan 2026 08:59:44 GMT
EO-LOG-UUID: 4482135595502481153
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>openresty</center>
</body>
</html>
Open service 43.174.247.38:80 · ip.37ke.com
2026-01-26 07:55
HTTP/1.1 200 OK
Last-Modified: Mon, 26 Jan 2026 07:51:12 GMT
Etag: "69771cf0-2c3"
Server: openresty
Content-Type: text/html
Content-Length: 707
Accept-Ranges: bytes
Connection: close
Date: Mon, 26 Jan 2026 07:56:00 GMT
Age: 15
EO-LOG-UUID: 15845016962747763902
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 恭喜,站点创建成功!
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex,nofollow" />
<title>恭喜,站点创建成功!</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>恭喜, 站点创建成功!</h1>
<h3>这是默认index.html,本页面由系统自动生成</h3>
</div>
</body>
</html>
Open service 43.174.247.38:443 · ip.37ke.com
2026-01-26 07:55
HTTP/1.1 200 OK
Last-Modified: Mon, 26 Jan 2026 07:51:12 GMT
Etag: "69771cf0-2c3"
Server: openresty
Content-Type: text/html
Content-Length: 707
Accept-Ranges: bytes
Connection: close
Date: Mon, 26 Jan 2026 07:55:57 GMT
Age: 12
EO-LOG-UUID: 14051377237075998486
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 恭喜,站点创建成功!
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex,nofollow" />
<title>恭喜,站点创建成功!</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>恭喜, 站点创建成功!</h1>
<h3>这是默认index.html,本页面由系统自动生成</h3>
</div>
</body>
</html>
Open service 43.174.247.38:443 · saas-echo.web.id
2026-01-26 07:41
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 21:06:07 GMT
Etag: "cb2182d9d00b88a494738634f6aeb7f1"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 80425
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Mon, 26 Jan 2026 07:42:14 GMT
EO-LOG-UUID: 13523073064533792445
EO-Cache-Status: Cache Hit
Page title: Create Next App
<!DOCTYPE html><!--RGZFFVRgbR7UOoQ2gUX0L--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="image" href="/src/logo/light-mode.png"/><link rel="preload" as="image" href="/src/images/illustration/dashboard-preview.png"/><link rel="preload" as="image" href="/src/images/features/round-neon.png"/><link rel="preload" as="image" href="/src/images/features/neon-users.png"/><link rel="preload" as="image" href="/src/images/features/lock-neon.png"/><link rel="preload" as="image" href="/src/images/features/card-neon.png"/><link rel="preload" as="image" href="/src/images/features/jet-neon.png"/><link rel="preload" as="image" href="/src/images/illustration/face-neon.png"/><link rel="preload" as="image" href="/src/images/illustration/server-neon.png"/><link rel="preload" as="image" href="/src/logo/dark-mode.png"/><link rel="stylesheet" href="/_next/static/chunks/b556adb5580c6679.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/80ed0dc4929e0d86.js"/><script src="/_next/static/chunks/5a5025548a46274f.js" async=""></script><script src="/_next/static/chunks/7b52218c954dfa8e.js" async=""></script><script src="/_next/static/chunks/7575d2e8853c16a7.js" async=""></script><script src="/_next/static/chunks/518975619b413960.js" async=""></script><script src="/_next/static/chunks/turbopack-879083471069f1eb.js" async=""></script><script src="/_next/static/chunks/8f0c8931e48acf81.js" async=""></script><script src="/_next/static/chunks/6d721dfc9d195fe4.js" async=""></script><script src="/_next/static/chunks/d96012bcfc98706a.js" async=""></script><script src="/_next/static/chunks/963c71eec1d89c3f.js" async=""></script><script src="/_next/static/chunks/abdbd72dd6180a2c.js" async=""></script><script src="/_next/static/chunks/2024753ce66fa764.js" async=""></script><script src="/_next/static/chunks/f891399af7e0b055.js" async=""></script><script src="/_next/static/chunks/80658e9aa8e4c087.js" async=""></script><script src="/_next/static/chunks/a3dd2bb6b77ca038.js" async=""></script><script src="/_next/static/chunks/bd0b2dbc759ba20e.js" async=""></script><script src="/_next/static/chunks/288cc887364c7ac5.js" async=""></script><script src="/_next/static/chunks/cd68858cf08de107.js" async=""></script><title>Create Next App</title><meta name="description" content="Generated by create next app"/><link rel="icon" href="/favicon.ico?favicon.0b3bf435.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="antialiased"><div hidden=""><!--$--><!--/$--></div><style>#nprogress{pointer-events:none}#nprogress .bar{background:#06b6d4;position:fixed;z-index:1600;top: 0;left:0;width:100%;height:3px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #06b6d4,0 0 5px #06b6d4;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translate(0px,-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1600;top: 15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:2px solid transparent;border-top-color:#06b6d4;border-left-color:#06b6d4;border-radius:50%;-webkit-animation:nprogress-spinner 400ms linear infinite;animation:nprogress-spinner 400ms linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}</style><main class="min-h-screen"><header class="bg-gray-900 sticky top-0 z-50 border-b border-white/5"><div class="relative container mx-auto flex max-w-7xl items-center justify-between max-md:gap-1 gap-4 px-6 py-4"><button data-slot="drawer-trigger" data-variant="outline" data-s
Open service 43.174.247.38:80 · saas-echo.web.id
2026-01-26 07:41
HTTP/1.1 302 Found Location: https://saas-echo.web.id/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Mon, 26 Jan 2026 07:42:16 GMT EO-LOG-UUID: 12879381576812890031 EO-Cache-Status: Return Directly
Open service 43.174.247.38:80 · eo.0w0.us.ci
2026-01-26 07:17
HTTP/1.1 302 Found Location: https://eo.0w0.us.ci/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Mon, 26 Jan 2026 07:18:16 GMT EO-LOG-UUID: 6678770536380663519 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · eo.0w0.us.ci
2026-01-26 07:17
HTTP/1.1 404 Not Found
Content-Type: text/html
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=7d6l25g3nXoAW8nUMBrpRImUquF5LjCO%2BKF8zWnAQTA5vV5VmoiHBCBpY1duhVvEFvrLm7IEbEsF%2BDKuk182CmodVmQb7QGat5lEz%2FZu"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
cf-cache-status: DYNAMIC
CF-RAY: 9c3e3c304e271af8-AMS
access-control-allow-origin: *
x-edgeone-cache: miss
X-NWS-LOG-UUID: 2188356103665892688
Server: edgeone-pages
Date: Mon, 26 Jan 2026 07:18:13 GMT
Transfer-Encoding: chunked
Page title: Not Found
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="https://www.cloudflare.com/favicon.ico" />
<title>Not Found</title>
<style>
body {
font-family: system-ui;
font-weight: 300;
font-size: 1.25rem;
color: #36393a;
display: flex;
align-items: center;
justify-content: center;
}
main {
max-width: 1200px;
margin-top: 120px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
#text {
max-width: 60%;
margin-left: 1rem;
margin-right: 1rem;
}
main > section > div {
margin-bottom: 3.25rem;
}
svg {
margin-left: 2rem;
}
@keyframes eye-1 {
0% {
transform: translateX(0);
}
10%,
50% {
transform: translateX(-5px);
}
60% {
transform: translateX(0);
}
100% {
transform: translateX(0px);
}
}
@keyframes eye-2 {
0% {
transform: translateX(0);
}
10%,
50% {
transform: translateX(5px);
}
60% {
transform: translateX(0);
}
100% {
transform: translateX(0px);
}
}
svg > .eye-1 {
animation: eye-1 3s infinite;
}
svg > .eye-2 {
animation: eye-2 3s 0.6s infinite;
}
h1 {
font-size: 3.75rem;
font-weight: 400;
margin-bottom: 0.5rem;
}
h3 {
font-size: 2rem;
font-weight: 400;
color: #92979b;
margin: 0;
}
a {
color: #0055dc;
}
p {
margin: 0;
}
#error-title {
font-size: 2rem;
margin-bottom: 1rem;
}
#footer-title {
font-weight: 700;
margin-bottom: 0.75rem;
}
</style>
</head>
<body>
<main>
<section id="text">
<div>
<h1>Error 404</h1>
<h3>Object not found</h3>
</div>
<div>
<p>
This object does not exist or is not publicly accessible at this
URL. Check the URL of the object that you're looking for or contact
the owner to enable Public access.
</p>
</div>
<div>
<p id="footer-title">Is this your bucket?</p>
<p>
Learn how to enable
<a
href="https://developers.cloudflare.com/r2/data-access/public-buckets/"
>Public Access</a
>
</p>
</div>
</section>
<section>
<svg
width="414"
height="212"
viewBox="0 0 414 212"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<ellipse cx="208.5" cy="166.5" rx="174.5" ry="45.5" fill="#E2F5FA" />
<path
d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
fill="#C5EBF5"
/>
<path
d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
stroke="#6ECCE5"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
stroke="#6ECCE5"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<rect
x="137"
y="75"
width="70.9351"
height="9.39611"
rx="2.40792"
fill="#C5EBF5"
stroke="#6ECCE5"
stroke-width="2"
/>
<path
d="M124.566 13.277C121.053 13.277 118.204 10.4288 118.204 6.91534C118.204 3.40191 121.053 0.553711 124.566 0.553711C128.08 0.553711 130.928 3.40191 13
Open service 43.174.247.38:80 · chat.zmser.top
2026-01-26 06:16
Open service 43.174.247.38:443 · chat.zmser.top
2026-01-26 06:16
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
X-Cache: MISS
Transfer-Encoding: chunked
Connection: close
Date: Mon, 26 Jan 2026 06:16:38 GMT
EO-LOG-UUID: 8023180776771427916
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: AI Agent本地交互系统
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Agent本地交互系统</title>
<style>
body {
margin: 0;
font-family: system-ui, -apple-system, sans-serif;
display: flex;
height: 100vh;
background: #f7f7f8;
color: #333;
justify-content: space-between
}
</style>
<link rel="stylesheet" href="/static/css/index_chatset.css">
<link rel="stylesheet" href="/static/css/index_sidebar.css">
<link rel="stylesheet" href="/static/css/index_main.css">
<link rel="stylesheet" href="/static/css/github-markdown.css">
<script src="/static/js/axios.min.js"></script>
</head>
<body>
<div class="global-setting-box" style="display: none; user-select: none; max-width: 500px; width: 95%;">
<h2>全局设置</h2>
<div id="chatset" style="flex-direction: column;">
<div class="global-options-checkbox">
<label class="switch">
<input type="checkbox" id="markdown-check">
<span class="slider">
</span>
</label>
Markdown渲染
</div>
<div class="global-options-checkbox">
<label class="switch">
<input type="checkbox" id="mermaid-check">
<span class="slider">
</span>
</label>
Mermaid图表渲染(需要Markdown渲染)
</div>
<div class="global-options-checkbox">
<label class="switch">
<input type="checkbox" id="moreinfo-check">
<span class="slider">
</span>
</label>
显示消息的token信息
</div>
<div class="global-options-checkbox">
<label class="switch">
<input type="checkbox" id="auto-title-check">
<span class="slider">
</span>
</label>
新对话自动生成标题
</div>
<div class="global-options-checkbox">
<label class="switch">
<input type="checkbox" id="knowledge-check">
<span class="slider">
</span>
</label>
使用本地知识库
</div>
<div class="global-options-checkbox">
<label class="switch">
<input type="checkbox" id="tools-check">
<span class="slider">
</span>
</label>
使用McpServices
</div>
<div class="global-options-checkbox">
<label class="switch">
<input type="checkbox" id="auto_tools">
<span class="slider">
</span>
</label>
自动批准工具调用
</div>
<a href="/terminal" target="_blank">打开控制台</a>
</div>
<div style=" position: absolute;bottom: 20px;right: 40px;display: flex;">
<button id="setbox-cancel">返回</button>
</div>
</div>
<div class="setting-box" style="display: none;">
<h2>对话设置</h2>
<div id="chatset">
<div style="width: 400px;">
<input type="text" id="session-id" style="display:none;">
<div id="imageDiv">
<img id="displayImage" src="" alt="">
</div>
<input type="file" id="fileInput" name="image" style="display:none;" accept="image/*">
<!-- 文本输入框 -->
<div class="input-group">
<label for="task-name">名称</label>
<input id="task-name" type="text">
</div>
<!-- 多行输入框 -->
Open service 43.174.247.38:80 · www.doubb.cc
2026-01-26 05:30
HTTP/1.1 302 Found Location: https://www.doubb.cc/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Mon, 26 Jan 2026 05:31:17 GMT EO-LOG-UUID: 16880228076048026133 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · www.doubb.cc
2026-01-26 05:30
HTTP/1.1 200 OK
Last-Modified: Mon, 26 Jan 2026 05:22:13 GMT
Etag: "0e8d200db401d216e617e309b7e8ae19"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 5581
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Mon, 26 Jan 2026 05:31:15 GMT
EO-LOG-UUID: 10344982381914583773
EO-Cache-Status: Cache Hit
Page title: doubb.cc 抖BB 永久能打开 记住不迷路!
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0">
<title>doubb.cc 抖BB 永久能打开 记住不迷路!</title>
<script> var _mtj = _mtj || []; (function () { var mtj = document.createElement("script"); mtj.src = "https://node94.aizhantj.com:21233/tjjs/?k=wflzzxfa1wv"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(mtj, s); })(); </script>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{height:100vh;background:#050505;overflow:hidden;font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;display:flex;justify-content:center;align-items:center;color:#fff}
.bg-wrapper{position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1536440136628-849c177e76a1?q=80&w=1920') no-repeat center center;background-size:cover;filter:brightness(.3) blur(2px);z-index:1}
.overlay{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(0,0,0,.4) 0,rgba(5,5,5,1) 100%);z-index:2}
.container{position:relative;z-index:10;text-align:center;width:90%;max-width:500px;padding:40px 20px;background:rgba(255,255,255,.05);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);border-radius:24px;box-shadow:0 25px 50px rgba(0,0,0,.5)}
.brand-tag{display:inline-block;background:#e50914;padding:10px 24px;border-radius:8px;font-size:24px;font-weight:700;margin-bottom:20px;text-transform:uppercase;letter-spacing:2px;box-shadow:0 0 15px rgba(229,9,20,.6);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}
.title{font-size:48px;font-weight:800;margin-bottom:10px;background:linear-gradient(180deg,#fff 0,#aaa 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.subtitle{font-size:16px;color:#ccc;line-height:1.8;margin-bottom:30px}
.url-box{background:rgba(0,0,0,.3);border-radius:12px;padding:20px;margin:20px 0;border:1px dashed rgba(229,9,20,.5)}
.url-text{font-size:32px;font-weight:700;color:#e50914;letter-spacing:1px}
.main-btn{display:block;width:100%;padding:18px;font-size:20px;font-weight:700;color:#fff;background:#e50914;border-radius:12px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;box-shadow:0 8px 0 #96060d;margin-top:10px}
.main-btn:hover{transform:translateY(-2px);background:#ff0a16;box-shadow:0 10px 20px rgba(229,9,20,.4)}
.main-btn:active{transform:translateY(4px);box-shadow:0 2px 0 #96060d}
.footer-tips{margin-top:30px;font-size:13px;color:#666}
.hide-in-wechat{display:block}
.wechat-only{display:none}
@media(max-width:480px){.title{font-size:36px}.url-text{font-size:26px}.container{padding:30px 15px}.brand-tag{font-size:20px}}
</style>
</head>
<body>
<div class="bg-wrapper"></div>
<div class="overlay"></div>
<div class="container">
<div class="brand-tag">抖音成人版</div>
<h1 class="title">抖BB.CC</h1>
<div class="subtitle">服务器已续费十年 永远能打开</div>
<div class="url-box">
<div class="url-text">www.doubb.cc</div>
</div>
<a id="web-link" class="main-btn hide-in-wechat" target="_blank" href="https://www.taohua98.net">立即进入最新网址</a>
<button id="wechat-copy" class="main-btn wechat-only">复制网址去浏览器打开</button>
<div class="footer-tips">
若无法访问,请回到此页面获取最新地址<br>
建议截图保存或收藏本页
</div>
</div>
<script>
(function() {
const targetUrl = 'https://www.taohua98.net';
const displayDomain = 'www.doubb.cc';
const btnWeb = document.getElementById('web-link');
const btnWechat = document.getEleme
Open service 43.174.247.38:80 · eso.251999.xyz
2026-01-26 05:20
HTTP/1.1 308 Permanent Redirect
Alt-Svc: h3=":443"; ma=86400
Location: https://yiso.zeabur.app/
X-Zeabur-Request-Id: sjc1::1f3686fd-d104-4123-9951-515a910b516d
Server: TencentEdgeOne
Transfer-Encoding: chunked
Connection: close
Date: Mon, 26 Jan 2026 05:20:40 GMT
EO-LOG-UUID: 13201852796348832352
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · eso.251999.xyz
2026-01-26 05:20
HTTP/1.1 200 OK
Alt-Svc: h3=":443"; ma=86400
Content-Type: text/html; charset=utf-8
Referrer-Policy: no-referrer
Server: granian
Server-Timing: total;dur=2.113, render;dur=0.719
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Robots-Tag: noindex, nofollow
X-Zeabur-Ip-Country:
X-Zeabur-Request-Id: sjc1::de2f4b93-5e77-44bd-94bc-4fc30e556100
Content-Length: 6294
Connection: close
Date: Mon, 26 Jan 2026 05:20:37 GMT
EO-LOG-UUID: 7430929928991446091
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: SearXNG
<!DOCTYPE html>
<html class="no-js theme-auto center-alignment-no" lang="en-EN" >
<head>
<meta charset="UTF-8">
<meta name="endpoint" content="index">
<meta name="description" content="SearXNG — a privacy-respecting, open metasearch engine">
<meta name="keywords" content="SearXNG, search, search engine, metasearch, meta search">
<meta name="generator" content="searxng/2026.1.24+eea189286">
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noarchive">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SearXNG</title>
<script type="module" src="/static/themes/simple/sxng-core.min.js" client_settings="eyJwbHVnaW5zIjogWyJoYXNoX3BsdWdpbiIsICJ1bml0X2NvbnZlcnRlciIsICJ0cmFja2VyX3VybF9yZW1vdmVyIiwgImNhbGN1bGF0b3IiLCAic2VsZl9pbmZvIiwgInRpbWVfem9uZSJdLCAiYXV0b2NvbXBsZXRlIjogIiIsICJhdXRvY29tcGxldGVfbWluIjogNCwgIm1ldGhvZCI6ICJQT1NUIiwgInRyYW5zbGF0aW9ucyI6IHsibm9faXRlbV9mb3VuZCI6ICJObyBpdGVtIGZvdW5kIiwgIlNvdXJjZSI6ICJTb3VyY2UiLCAiZXJyb3JfbG9hZGluZ19uZXh0X3BhZ2UiOiAiRXJyb3IgbG9hZGluZyB0aGUgbmV4dCBwYWdlIn0sICJzZWFyY2hfb25fY2F0ZWdvcnlfc2VsZWN0IjogdHJ1ZSwgImhvdGtleXMiOiAiZGVmYXVsdCIsICJ1cmxfZm9ybWF0dGluZyI6ICJwcmV0dHkiLCAidGhlbWVfc3RhdGljX3BhdGgiOiAiL3N0YXRpYy90aGVtZXMvc2ltcGxlIiwgInJlc3VsdHNfb25fbmV3X3RhYiI6IGZhbHNlLCAiZmF2aWNvbl9yZXNvbHZlciI6ICIiLCAiYWR2YW5jZWRfc2VhcmNoIjogZmFsc2UsICJxdWVyeV9pbl90aXRsZSI6IGZhbHNlLCAic2FmZXNlYXJjaCI6IDAsICJ0aGVtZSI6ICJzaW1wbGUiLCAiZG9pX3Jlc29sdmVyIjogImh0dHBzOi8vb2Fkb2kub3JnLyJ9"></script>
<link rel="stylesheet" href="/static/themes/simple/sxng-ltr.min.css" type="text/css" media="screen">
<link title="SearXNG" type="application/opensearchdescription+xml" rel="search" href="/opensearch.xml?method=POST&autocomplete=">
<link rel="icon" href="/static/themes/simple/img/favicon.png" sizes="any">
<link rel="icon" href="/static/themes/simple/img/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/static/themes/simple/img/favicon.png">
</head>
<body class="index_endpoint" >
<main id="main_index" class="">
<nav id="links_on_top"><a href="/info/en/about" class="link_on_top_about"><svg viewBox="0 0 512 512" aria-hidden="true" class="sxng-icon-set-big"><path d="M248 64C146.39 64 64 146.39 64 248s82.39 184 184 184 184-82.39 184-184S349.61 64 248 64z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M220 220h32v116"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M208 340h88"/><path d="M248 130a26 26 0 1026 26 26 26 0 00-26-26z" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-width="1"/></svg><span>About</span></a><a href="/preferences" class="link_on_top_preferences"><svg viewBox="0 0 512 512" class="ionicon sxng-icon-set-big" aria-hidden="true"><path d="M262.29 192.31a64 64 0 1 0 57.4 57.4 64.13 64.13 0 0 0-57.4-57.4M416.39 256a154 154 0 0 1-1.53 20.79l45.21 35.46a10.81 10.81 0 0 1 2.45 13.75l-42.77 74a10.81 10.81 0 0 1-13.14 4.59l-44.9-18.08a16.11 16.11 0 0 0-15.17 1.75A164.5 164.5 0 0 1 325 400.8a15.94 15.94 0 0 0-8.82 12.14l-6.73 47.89a11.08 11.08 0 0 1-10.68 9.17h-85.54a11.11 11.11 0 0 1-10.69-8.87l-6.72-47.82a16.07 16.07 0 0 0-9-12.22 155 155 0 0 1-21.46-12.57 16 16 0 0 0-15.11-1.71l-44.89 18.07a10.81 10.81 0 0 1-13.14-4.58l-42.77-74a10.8 10.8 0 0 1 2.45-13.75l38.21-30a16.05 16.05 0 0 0 6-14.08c-.36-4.17-.58-8.33-.58-12.5s.21-8.27.58-12.35a16 16 0 0 0-6.07-13.94l-38.19-30A10.81 10.81 0 0 1 49.48 186l42.77-74a10.81 10.81 0 0 1 13.14-4.59l44.9 18.08a16.11 16.11 0 0 0 15.17-1.75A164.5 164.5 0 0 1 187 111.2a15.94 15.94 0 0 0 8.82-12.14l6.73-47.89A11.08 11.08 0 0 1 213.23 42h85.54a11.11 11.11 0 0 1 10.69 8.87l6.72 47.82a16.07 16.07 0 0 0 9 12.22 155 155 0 0 1 21.46 12.57 16 16 0 0 0 15.11 1.71l44.89-18.07a10.81 10.81 0 0 1 13.14 4.58l42.77 74a10.8 10.8 0 0 1-2.45 13.75l-38.21 30a16.05 16.05 0 0 0-6.05 14.08c.33 4.14.55 8.3.55 12.47" fill="none" stroke="currentColor" stroke-linecap="round" stro
Open service 43.174.247.38:80 · aifrog.site
2026-01-26 05:04
HTTP/1.1 302 Found
Location: https://aifrog.site/
Content-Length: 0
Connection: close
Server: EdgeOne_L7S_OC_FREE
Date: Mon, 26 Jan 2026 05:04:39 GMT
EO-LOG-UUID: 16593698453686018207
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · aifrog.site
2026-01-26 05:04
HTTP/1.1 200 OK
Last-Modified: Mon, 26 Jan 2026 04:36:59 GMT
Etag: "6976ef6b-1d8"
Server: nginx
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 472
Accept-Ranges: bytes
Connection: close
Date: Mon, 26 Jan 2026 05:04:36 GMT
Age: 23
EO-LOG-UUID: 15371199539681411520
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 大智小成
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>大智小成</title>
<script type="module" crossorigin src="/assets/index-BJuP-avE.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DwM_2wIp.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Open service 43.174.247.38:80 · www.nc360.net
2026-01-26 04:18
HTTP/1.1 301 Moved Permanently
Server: nginx
Content-Type: text/html
Location: https://www.nc360.net/
Strict-Transport-Security: max-age=31536000
Access-Control-Allow-Origin: *
Content-Length: 162
Connection: close
Date: Mon, 26 Jan 2026 04:18:46 GMT
EO-LOG-UUID: 15068780450855779262
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · www.nc360.net
2026-01-26 04:18
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Access-Control-Allow-Origin: *
Content-Length: 27988
Accept-Ranges: bytes
Connection: close
Date: Mon, 26 Jan 2026 04:18:43 GMT
Age: 15
EO-LOG-UUID: 9753048383593800795
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 西安海纳精密机械有限公司
<!doctype html>
<html>
<head>
<meta charset="UTF-8"/>
<title>西安海纳精密机械有限公司</title>
<meta name="keywords" content="非标铣刀杆、非标铣刀盘、数控刀片、数控刀杆、进口钻头、丝锥、油路刀柄、U钻、车刀杆、车刀片、铣刀片、螺纹刀片、切槽刀片、数控刀柄等"/>
<meta name="description" content="海纳金属铣削工具为您提供一站式数控刀具产品采购服务,涵盖了数控刀片、铣削刀具、车削刀具、钻孔刀具、数控刀柄、油路刀柄、快速U钻、弹性钻夹头、通用刃具/量具、螺纹刀具、微型刀具、车床配件、铣床配件、钨钢铣刀系列。"/>
<meta http-equiv="mobile-agent" content="format=html5;url=https://www.nc360.net/mobile/"/>
<meta name="Copyright" content="www.nc360.net"/>
<meta name="baidu-site-verification" content="codeva-717ekdO9Tl" />
<meta http-equiv="x-ua-compatible" content="IE=8"/>
<link rel="shortcut icon" type="image/x-icon" href="https://www.nc360.net/favicon.ico"/>
<link rel="bookmark" type="image/x-icon" href="https://www.nc360.net/favicon.ico"/>
<link rel="archives" title="西安海纳精密机械有限公司" href="https://www.nc360.net/archiver/"/>
<link rel="stylesheet" type="text/css" href="https://www.nc360.net/static/skin/skin-pc-2024/style.css?v=d1e68c248d"/>
<link rel="stylesheet" type="text/css" href="https://www.nc360.net/static/skin/skin-pc-2024/index.css?v=d1e68c248d"/>
<link rel="stylesheet" type="text/css" href="https://www.nc360.net/file/style/home.reset.css?v=d1e68c248d"/>
<script type="text/javascript" src="https://www.nc360.net/lang/zh-cn/lang.js?v=d1e68c248d"></script>
<script type="text/javascript" src="https://www.nc360.net/file/script/config.js?v=d1e68c248d"></script>
<script type="text/javascript" src="https://www.nc360.net/static/script/jquery-3.6.4.min.js?v=d1e68c248d"></script>
<script type="text/javascript" src="https://www.nc360.net/static/script/notification.js?v=d1e68c248d"></script>
<script type="text/javascript" src="https://www.nc360.net/static/script/common.js?v=d1e68c248d"></script>
<script type="text/javascript" src="https://www.nc360.net/static/script/page.js?v=d1e68c248d"></script>
<link rel="stylesheet" type="text/css" href="https://www.nc360.net/static/skin/skin-pc-2024/css/mbtxw-style.css?v=d1e68c248d"/><script type="text/javascript" src="https://www.nc360.net/static/skin/skin-pc-2024/script/mbtxw.script.js?v=d1e68c248d"></script><script type="text/javascript" src="https://www.nc360.net/static/skin/skin-pc-2024/script/jquery.SuperSlide.2.1.3.js?v=d1e68c248d"></script><link rel="stylesheet" type="text/css" href="https://www.nc360.net/static/skin/skin-pc-2024/css/swiper-bundle.min.css?v=d1e68c248d"/><script type="text/javascript" src="https://www.nc360.net/static/skin/skin-pc-2024/script/swiper-bundle.min.js?v=d1e68c248d"></script><script type="text/javascript" src="https://www.nc360.net/static/skin/skin-pc-2024/script/translate.js?v=d1e68c248d"></script><script type="text/javascript">GoMobile('https://www.nc360.net/mobile/');var searchid = 16;</script>
</head>
<body><link rel="stylesheet" type="text/css" href="https://www.nc360.net/static/skin/skin-pc-2024/css/index.css?v=d1e68c248d"/><div id="destoon-fixon" class="banner-navmenu clearfix">
<div class="m-c swiper-num swiper-num1">
<ul class="extend-logo">
<a href="https://www.nc360.net/" class="logo-b"><img class="fixon-no" src="https://www.nc360.net/static/skin/skin-pc-2024/images/extend/logo-white.png" alt="西安海纳精密机械有限公司"/><img class="fixon-yes" src="https://www.nc360.net/static/skin/skin-pc-2024/images/extend/logo.png" alt="西安海纳精密机械有限公司"/></a>
</ul>
<ul class="extend-menu">
<li>
<div class="nav-no"><a href="https://www.nc360.net/"><strong>首页</strong></a></div>
</li>
<li>
<div class="nav-unfold"><a href="https://www.nc360.net/product/"><strong>产品中心</strong></a></div>
<div c
Open service 43.174.247.38:443 · img.nc360.net
2026-01-26 04:10
HTTP/1.1 200 OK
Last-Modified: Sun, 24 Mar 2024 01:15:32 GMT
Etag: "65ff7eb4-2b0"
Server: nginx
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Access-Control-Allow-Origin: *
Content-Length: 688
Accept-Ranges: bytes
Connection: close
Date: Mon, 26 Jan 2026 04:11:11 GMT
Age: 15
EO-LOG-UUID: 703295367067919181
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: �������ɾ��ܻ�е����˾
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>�������ɾ��ܻ�е����˾</title>
</head>
<body>
<script>
function reloadSuncloud(){
var url = getQueryString("target");
window.location = "https://www.nc360.net";
}
function getQueryString(name){
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)","i");
var r = window.location.search.substr(1).match(reg);
if(r != null) return unescape(r[2]);
return null;
}
reloadSuncloud();
</script>
</body>
</html>
Open service 43.174.247.38:80 · img.nc360.net
2026-01-26 04:10
HTTP/1.1 200 OK
Last-Modified: Sun, 24 Mar 2024 01:15:32 GMT
Etag: "65ff7eb4-2b0"
Server: nginx
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Access-Control-Allow-Origin: *
Content-Length: 688
Accept-Ranges: bytes
Connection: close
Date: Mon, 26 Jan 2026 04:11:13 GMT
Age: 17
EO-LOG-UUID: 13746152553611152736
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: �������ɾ��ܻ�е����˾
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>�������ɾ��ܻ�е����˾</title>
</head>
<body>
<script>
function reloadSuncloud(){
var url = getQueryString("target");
window.location = "https://www.nc360.net";
}
function getQueryString(name){
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)","i");
var r = window.location.search.substr(1).match(reg);
if(r != null) return unescape(r[2]);
return null;
}
reloadSuncloud();
</script>
</body>
</html>
Open service 43.174.247.38:80 · nc360.net
2026-01-26 04:02
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Access-Control-Allow-Origin: *
Content-Length: 27988
Accept-Ranges: bytes
Connection: close
Date: Mon, 26 Jan 2026 04:02:58 GMT
Age: 17
EO-LOG-UUID: 4794600319326351423
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 西安海纳精密机械有限公司
<!doctype html>
<html>
<head>
<meta charset="UTF-8"/>
<title>西安海纳精密机械有限公司</title>
<meta name="keywords" content="非标铣刀杆、非标铣刀盘、数控刀片、数控刀杆、进口钻头、丝锥、油路刀柄、U钻、车刀杆、车刀片、铣刀片、螺纹刀片、切槽刀片、数控刀柄等"/>
<meta name="description" content="海纳金属铣削工具为您提供一站式数控刀具产品采购服务,涵盖了数控刀片、铣削刀具、车削刀具、钻孔刀具、数控刀柄、油路刀柄、快速U钻、弹性钻夹头、通用刃具/量具、螺纹刀具、微型刀具、车床配件、铣床配件、钨钢铣刀系列。"/>
<meta http-equiv="mobile-agent" content="format=html5;url=https://www.nc360.net/mobile/"/>
<meta name="Copyright" content="www.nc360.net"/>
<meta name="baidu-site-verification" content="codeva-717ekdO9Tl" />
<meta http-equiv="x-ua-compatible" content="IE=8"/>
<link rel="shortcut icon" type="image/x-icon" href="https://www.nc360.net/favicon.ico"/>
<link rel="bookmark" type="image/x-icon" href="https://www.nc360.net/favicon.ico"/>
<link rel="archives" title="西安海纳精密机械有限公司" href="https://www.nc360.net/archiver/"/>
<link rel="stylesheet" type="text/css" href="https://www.nc360.net/static/skin/skin-pc-2024/style.css?v=d1e68c248d"/>
<link rel="stylesheet" type="text/css" href="https://www.nc360.net/static/skin/skin-pc-2024/index.css?v=d1e68c248d"/>
<link rel="stylesheet" type="text/css" href="https://www.nc360.net/file/style/home.reset.css?v=d1e68c248d"/>
<script type="text/javascript" src="https://www.nc360.net/lang/zh-cn/lang.js?v=d1e68c248d"></script>
<script type="text/javascript" src="https://www.nc360.net/file/script/config.js?v=d1e68c248d"></script>
<script type="text/javascript" src="https://www.nc360.net/static/script/jquery-3.6.4.min.js?v=d1e68c248d"></script>
<script type="text/javascript" src="https://www.nc360.net/static/script/notification.js?v=d1e68c248d"></script>
<script type="text/javascript" src="https://www.nc360.net/static/script/common.js?v=d1e68c248d"></script>
<script type="text/javascript" src="https://www.nc360.net/static/script/page.js?v=d1e68c248d"></script>
<link rel="stylesheet" type="text/css" href="https://www.nc360.net/static/skin/skin-pc-2024/css/mbtxw-style.css?v=d1e68c248d"/><script type="text/javascript" src="https://www.nc360.net/static/skin/skin-pc-2024/script/mbtxw.script.js?v=d1e68c248d"></script><script type="text/javascript" src="https://www.nc360.net/static/skin/skin-pc-2024/script/jquery.SuperSlide.2.1.3.js?v=d1e68c248d"></script><link rel="stylesheet" type="text/css" href="https://www.nc360.net/static/skin/skin-pc-2024/css/swiper-bundle.min.css?v=d1e68c248d"/><script type="text/javascript" src="https://www.nc360.net/static/skin/skin-pc-2024/script/swiper-bundle.min.js?v=d1e68c248d"></script><script type="text/javascript" src="https://www.nc360.net/static/skin/skin-pc-2024/script/translate.js?v=d1e68c248d"></script><script type="text/javascript">GoMobile('https://www.nc360.net/mobile/');var searchid = 16;</script>
</head>
<body><link rel="stylesheet" type="text/css" href="https://www.nc360.net/static/skin/skin-pc-2024/css/index.css?v=d1e68c248d"/><div id="destoon-fixon" class="banner-navmenu clearfix">
<div class="m-c swiper-num swiper-num1">
<ul class="extend-logo">
<a href="https://www.nc360.net/" class="logo-b"><img class="fixon-no" src="https://www.nc360.net/static/skin/skin-pc-2024/images/extend/logo-white.png" alt="西安海纳精密机械有限公司"/><img class="fixon-yes" src="https://www.nc360.net/static/skin/skin-pc-2024/images/extend/logo.png" alt="西安海纳精密机械有限公司"/></a>
</ul>
<ul class="extend-menu">
<li>
<div class="nav-no"><a href="https://www.nc360.net/"><strong>首页</strong></a></div>
</li>
<li>
<div class="nav-unfold"><a href="https://www.nc360.net/product/"><strong>产品中心</strong></a></div>
<div c
Open service 43.174.247.38:443 · nc360.net
2026-01-26 04:02
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Access-Control-Allow-Origin: *
Content-Length: 27988
Accept-Ranges: bytes
Connection: close
Date: Mon, 26 Jan 2026 04:02:56 GMT
Age: 15
EO-LOG-UUID: 2302404271899657285
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 西安海纳精密机械有限公司
<!doctype html>
<html>
<head>
<meta charset="UTF-8"/>
<title>西安海纳精密机械有限公司</title>
<meta name="keywords" content="非标铣刀杆、非标铣刀盘、数控刀片、数控刀杆、进口钻头、丝锥、油路刀柄、U钻、车刀杆、车刀片、铣刀片、螺纹刀片、切槽刀片、数控刀柄等"/>
<meta name="description" content="海纳金属铣削工具为您提供一站式数控刀具产品采购服务,涵盖了数控刀片、铣削刀具、车削刀具、钻孔刀具、数控刀柄、油路刀柄、快速U钻、弹性钻夹头、通用刃具/量具、螺纹刀具、微型刀具、车床配件、铣床配件、钨钢铣刀系列。"/>
<meta http-equiv="mobile-agent" content="format=html5;url=https://www.nc360.net/mobile/"/>
<meta name="Copyright" content="www.nc360.net"/>
<meta name="baidu-site-verification" content="codeva-717ekdO9Tl" />
<meta http-equiv="x-ua-compatible" content="IE=8"/>
<link rel="shortcut icon" type="image/x-icon" href="https://www.nc360.net/favicon.ico"/>
<link rel="bookmark" type="image/x-icon" href="https://www.nc360.net/favicon.ico"/>
<link rel="archives" title="西安海纳精密机械有限公司" href="https://www.nc360.net/archiver/"/>
<link rel="stylesheet" type="text/css" href="https://www.nc360.net/static/skin/skin-pc-2024/style.css?v=d1e68c248d"/>
<link rel="stylesheet" type="text/css" href="https://www.nc360.net/static/skin/skin-pc-2024/index.css?v=d1e68c248d"/>
<link rel="stylesheet" type="text/css" href="https://www.nc360.net/file/style/home.reset.css?v=d1e68c248d"/>
<script type="text/javascript" src="https://www.nc360.net/lang/zh-cn/lang.js?v=d1e68c248d"></script>
<script type="text/javascript" src="https://www.nc360.net/file/script/config.js?v=d1e68c248d"></script>
<script type="text/javascript" src="https://www.nc360.net/static/script/jquery-3.6.4.min.js?v=d1e68c248d"></script>
<script type="text/javascript" src="https://www.nc360.net/static/script/notification.js?v=d1e68c248d"></script>
<script type="text/javascript" src="https://www.nc360.net/static/script/common.js?v=d1e68c248d"></script>
<script type="text/javascript" src="https://www.nc360.net/static/script/page.js?v=d1e68c248d"></script>
<link rel="stylesheet" type="text/css" href="https://www.nc360.net/static/skin/skin-pc-2024/css/mbtxw-style.css?v=d1e68c248d"/><script type="text/javascript" src="https://www.nc360.net/static/skin/skin-pc-2024/script/mbtxw.script.js?v=d1e68c248d"></script><script type="text/javascript" src="https://www.nc360.net/static/skin/skin-pc-2024/script/jquery.SuperSlide.2.1.3.js?v=d1e68c248d"></script><link rel="stylesheet" type="text/css" href="https://www.nc360.net/static/skin/skin-pc-2024/css/swiper-bundle.min.css?v=d1e68c248d"/><script type="text/javascript" src="https://www.nc360.net/static/skin/skin-pc-2024/script/swiper-bundle.min.js?v=d1e68c248d"></script><script type="text/javascript" src="https://www.nc360.net/static/skin/skin-pc-2024/script/translate.js?v=d1e68c248d"></script><script type="text/javascript">GoMobile('https://www.nc360.net/mobile/');var searchid = 16;</script>
</head>
<body><link rel="stylesheet" type="text/css" href="https://www.nc360.net/static/skin/skin-pc-2024/css/index.css?v=d1e68c248d"/><div id="destoon-fixon" class="banner-navmenu clearfix">
<div class="m-c swiper-num swiper-num1">
<ul class="extend-logo">
<a href="https://www.nc360.net/" class="logo-b"><img class="fixon-no" src="https://www.nc360.net/static/skin/skin-pc-2024/images/extend/logo-white.png" alt="西安海纳精密机械有限公司"/><img class="fixon-yes" src="https://www.nc360.net/static/skin/skin-pc-2024/images/extend/logo.png" alt="西安海纳精密机械有限公司"/></a>
</ul>
<ul class="extend-menu">
<li>
<div class="nav-no"><a href="https://www.nc360.net/"><strong>首页</strong></a></div>
</li>
<li>
<div class="nav-unfold"><a href="https://www.nc360.net/product/"><strong>产品中心</strong></a></div>
<div c
Open service 43.174.247.38:443 · fire.120915.xyz
2026-01-26 03:22
HTTP/1.1 200 OK
Last-Modified: Wed, 26 Apr 2017 08:03:47 GMT
Etag: "59005463-52e"
Server: Tengine
Content-Type: text/html
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Content-Length: 1326
Accept-Ranges: bytes
Connection: close
Date: Mon, 26 Jan 2026 03:22:47 GMT
Age: 15
EO-LOG-UUID: 14006359751602315742
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 没有找到站点
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>没有找到站点</title>
<style>
*{margin:0;padding:0;color:#444}
body{font-size:14px;font-family:"宋体"}
.main{width:600px;margin:10% auto;}
.title{background: #20a53a;color: #fff;font-size: 16px;height: 40px;line-height: 40px;padding-left: 20px;}
.content{background-color:#f3f7f9; height:300px;border:1px dashed #c6d9b6;padding:20px}
.t1{border-bottom: 1px dashed #c6d9b6;color: #ff4000;font-weight: bold; margin: 0 0 20px; padding-bottom: 18px;}
.t2{margin-bottom:8px; font-weight:bold}
ol{margin:0 0 20px 22px;padding:0;}
ol li{line-height:30px}
</style>
</head>
<body>
<div class="main">
<div class="title">没有找到站点</div>
<div class="content">
<p class="t1">您的请求在Web服务器中没有找到对应的站点!</p>
<p class="t2">可能原因:</p>
<ol>
<li>您没有将此域名或IP绑定到对应站点!</li>
<li>配置文件未生效!</li>
</ol>
<p class="t2">如何解决:</p>
<ol>
<li>检查是否已经绑定到对应站点,若确认已绑定,请尝试重载Web服务;</li>
<li>检查端口是否正确;</li>
<li>若您使用了CDN产品,请尝试清除CDN缓存;</li>
<li>普通网站访客,请联系网站管理员;</li>
</ol>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:80 · fire.120915.xyz
2026-01-26 03:22
HTTP/1.1 200 OK
Server: Tengine
Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Content-Length: 874
Connection: close
Date: Mon, 26 Jan 2026 03:22:49 GMT
EO-LOG-UUID: 1492358282519211120
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 文件快递柜 - FileCodeBox
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="assets/logo_small.png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
/>
<meta name="description" content="开箱即用的文件快传系统" />
<meta name="keywords" content="FileCodeBox, 文件快递柜, 口令传送箱, 匿名口令分享文本, 文件" />
<meta name="generator" content="FileCodeBox2.2" />
<link rel="manifest" href="assets/manifest.json" />
<meta name="github" content="https://github.com/vastsa/FileCodeBox" />
<title>文件快递柜 - FileCodeBox</title>
<script type="module" crossorigin src="assets/index-4Ci-PJ2P.js"></script>
<link rel="stylesheet" crossorigin href="assets/index-Bg7wHsHg.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 43.174.247.38:80 · mos.37ke.com
2026-01-26 03:01
HTTP/1.1 502 Bad Gateway
Server: openresty
Content-Type: text/html
Content-Length: 154
Connection: close
Date: Mon, 26 Jan 2026 03:02:03 GMT
EO-LOG-UUID: 13062191651948682897
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 502 Bad Gateway
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>openresty</center>
</body>
</html>
Open service 43.174.247.38:443 · mos.37ke.com
2026-01-26 03:01
HTTP/1.1 200 OK
Last-Modified: Thu, 22 May 2025 10:44:31 GMT
Etag: "682f000f-82"
Server: openresty
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Content-Length: 130
Accept-Ranges: bytes
Connection: close
Date: Mon, 26 Jan 2026 03:01:59 GMT
Age: 20
EO-LOG-UUID: 4045804269608997282
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 404 Not Found
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
Open service 43.174.247.38:443 · annapiggy.live
2026-01-26 02:49
HTTP/1.1 200 OK
Last-Modified: Thu, 15 Jan 2026 14:50:00 GMT
Etag: "6968fe98-423"
Server: nginx/1.18.0 (Ubuntu)
Content-Type: text/html
Content-Length: 1059
Accept-Ranges: bytes
Connection: close
Date: Mon, 26 Jan 2026 02:49:19 GMT
Age: 15
EO-LOG-UUID: 7807237013241987734
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 小猪anna的秘密基地 🎵
<!doctype html><html lang="zh"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#9b59b6"/><meta name="description" content="小猪anna的秘密基地 - 网页歌单和积分兑换平台"/><link rel="icon" type="image/x-icon" href="/favicon.ico"><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png"><link rel="icon" type="image/png" sizes="512x512" href="/android-chrome-512x512.png"><link rel="manifest" href="/site.webmanifest"><title>小猪anna的秘密基地 🎵</title><script defer="defer" src="/static/js/main.7044e91f.js"></script><link href="/static/css/main.6d86e479.css" rel="stylesheet"></head><body><noscript>您需要启用JavaScript才能运行此应用程序。</noscript><div id="root"></div></body></html>
Open service 43.174.247.38:80 · annapiggy.live
2026-01-26 02:49
HTTP/1.1 301 Moved Permanently
Server: nginx/1.18.0 (Ubuntu)
Content-Type: text/html
Location: https://annapiggy.live/
Content-Length: 178
Connection: close
Date: Mon, 26 Jan 2026 02:49:22 GMT
EO-LOG-UUID: 15976481938077665719
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.18.0 (Ubuntu)</center>
</body>
</html>
Open service 43.174.247.38:80 · occard.kait8.cn
2026-01-26 02:01
HTTP/1.1 302 Found Location: https://occard.kait8.cn/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Mon, 26 Jan 2026 02:02:15 GMT EO-LOG-UUID: 12338843201194847169 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · occard.kait8.cn
2026-01-26 02:01
HTTP/1.1 200 OK Last-Modified: Sun, 25 Jan 2026 13:23:09 GMT Etag: "e3f7367d37c6a394f0a69ff4b408121d" Content-Type: text/html Cache-Control: public, must-revalidate, max-age=0 Age: 15 Content-Length: 19368 Accept-Ranges: bytes Connection: close Server: edgeone-pages Date: Mon, 26 Jan 2026 02:02:13 GMT EO-LOG-UUID: 17138536944499224739 EO-Cache-Status: Cache Hit Page title: Etheria OC Card Generator <!DOCTYPE html><!--bhymbE7L8uSF5fp2iSxm_--><html lang="zh-CN"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/c0f2b18dc73db27f.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9a5f89b2f00f19b2.js"/><script src="/_next/static/chunks/4bd1b696-c023c6e3521b1417.js" async=""></script><script src="/_next/static/chunks/255-cb395327542b56ef.js" async=""></script><script src="/_next/static/chunks/main-app-b5b9099fae42ea64.js" async=""></script><script src="/_next/static/chunks/712-5aa73858f4a53299.js" async=""></script><script src="/_next/static/chunks/app/page-d1d8846696924595.js" async=""></script><title>Etheria OC Card Generator</title><meta name="description" content="AI-powered original character card generator with multiple templates"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="min-h-screen bg-[#F7F7F7] font-sans selection:bg-rose-200"><nav class="bg-white/80 backdrop-blur-md sticky top-0 z-50 border-b border-slate-200 px-6 py-4"><div class="max-w-6xl mx-auto flex items-center justify-between"><div class="flex items-center gap-2"><div class="w-6 h-6 bg-slate-900 rounded-full"></div><span class="font-serif font-bold text-lg tracking-tight">ETHERIA</span></div><span class="text-xs text-slate-400">v1.0.0</span></div></nav><main class="max-w-6xl mx-auto p-4 lg:p-8"><div class="flex flex-col lg:flex-row gap-8 items-start justify-center"><div class="w-full lg:w-auto flex flex-col items-center sticky lg:top-24 space-y-4"><div class="flex p-1 bg-white rounded-xl border border-slate-200 shadow-sm"><button class="px-4 py-1.5 text-xs font-medium rounded-lg transition-all bg-slate-800 text-white shadow-sm">角色档案</button><button class="px-4 py-1.5 text-xs font-medium rounded-lg transition-all text-slate-500 hover:text-indigo-600">技能卡牌</button></div><div class="relative group"><div class="absolute -inset-1 bg-gradient-to-r rounded-xl blur opacity-25 group-hover:opacity-50 transition duration-1000 group-hover:duration-200 from-pink-200 to-indigo-200"></div><div class="block"><div id="oc-card-export" class="relative w-[375px] h-[500px] overflow-hidden shadow-2xl flex flex-col" style="background:linear-gradient(135deg, #e2e8f0 0%, #94a3b8 100%)"><div class="absolute inset-0 z-0 opacity-50 mix-blend-overlay bg-black"></div><div class="relative z-10 h-full flex flex-col justify-between p-5 text-white"><div class="pt-8 text-center px-2"><p class="font-serif text-lg italic leading-relaxed drop-shadow-[0_2px_4px_rgba(0,0,0,0.8)] opacity-95">“每条路都通向某个地方,即使你不知道那是哪里。”</p></div><div class="backdrop-blur-xl bg-black/30 rounded-2xl p-5 border border-white/20 shadow-xl mt-auto"><div class="flex justify-between items-end mb-3 border-b border-white/20 pb-3"><div><h1 class="text-3xl font-serif font-bold drop-shadow-sm leading-none mb-1">访客</h1><p class="text-xs font-light tracking-widest opacity-90 uppercase text-white/80">流浪的灵魂</p></div><div class="flex flex-col items-end gap-1"><span class="text-[9px] bg-white/20 px-2 py-0.5 rounded text-white/90 backdrop-blur-sm">#<!-- -->神秘</span><span class="text-[9px] bg-white/20 px-2 py-0.5 rounded text-white/90 backdrop-blur-sm">#<!-- -->沉默</span></div></div><p class="text-[11px] leading-relaxed opacity-90 mb-4 text-justify font-sans drop-shadow-sm text-white/90">一个安静的身影站在喧闹集市的边缘,斗篷在风中飘动。雨的气息追随着他,仿佛他是来自远方风暴的使者。</p><div class="flex items-center justify-between gap-2 pt-1"><div class="flex-1 flex flex-col gap-1 group"><div class="w-full h-1 bg-white/20 rounded-full overflow-hidden"><div class="h-full bg-white/90 shadow-[0_0_8px_rgba(255,255,255,0.8)]" style="width:65%"></div></div><span class="text-[7px] uppercase tracking-widest text-center opacity-60 group-hover:opacity-1
Open service 43.174.247.38:443 · cdn.home.imxy.top
2026-01-26 01:44
HTTP/1.1 200 OK
Last-Modified: Mon, 17 Apr 2023 13:11:12 GMT
Etag: "rt9gmobju"
Content-Type: text/html; charset=utf-8
Server: Caddy
Content-Length: 14970
Accept-Ranges: bytes
Connection: close
Date: Mon, 26 Jan 2026 01:45:09 GMT
Age: 15
EO-LOG-UUID: 12273032203686455363
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Caddy works!
<!DOCTYPE html>
<html>
<head>
<title>Caddy works!</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="data:,">
<style>
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
background: #f1f4f5;
font-family: sans-serif;
font-size: 20px;
-webkit-font-smoothing: antialiased;
}
a {
color: #2f79ff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.stack {
width: 70%;
max-width: 1150px;
margin: 25px 0 150px 25px;
display: flex;
align-content: flex-start;
}
.paper {
position: relative;
flex-shrink: 0;
width: 100%;
background: white;
border-radius: 3px;
box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, .15);
padding: 100px;
}
#paper1 {
top: 45px;
left: 50px;
}
#paper2 {
top: 20px;
left: -100%;
}
#paper3 {
top: 25px;
transform: rotate(-4deg);
left: -200%;
}
#caddy {
max-width: 175px;
margin-bottom: 75px;
}
#caddy .caddy-color {
fill: #005e7e;
}
h1 {
font-size: 20px;
margin-bottom: 50px;
}
h1 .emoji {
font-size: 150%;
vertical-align: middle;
}
h1 .lang {
margin-right: 1.5em;
}
h2 {
font-size: 28px;
margin-top: 1.5em;
}
p,
ol,
ul {
color: #333;
line-height: 1.5em;
}
p {
margin: 1.5em 0;
}
ol,
ul {
margin: .5em 0 .5em 2em;
}
ol li,
ul li {
margin-left: 1em;
margin-bottom: .5em;
}
li ol {
list-style-type: lower-alpha;
}
code {
color: #000;
font-family: Menlo, monospace;
background: #f0f0f0;
border-radius: 2px;
padding: 4px 8px;
font-size: 90%;
}
.warn {
color: #dd0000;
}
footer {
color: #777;
font-size: 16px;
text-align: center;
max-width: 600px;
margin: 0 auto 50px;
}
#disclaimer {
font-size: 14px;
margin-top: 20px;
display: inline-block;
border-top: 1px solid #ccc;
padding: 20px;
}
@media (max-width: 1100px) {
.stack {
width: 85%;
}
}
@media (max-width: 800px) {
.stack {
margin: 0 0 50px 0;
width: 100%;
}
.paper {
padding: 50px;
}
#paper1,
#paper2 {
display: none;
}
#paper3 {
left: 0;
transform: none;
top: 0;
}
#caddy {
margin-bottom: 25px;
}
}
</style>
</head>
<body>
<div class="stack">
<div class="paper" id="paper1"></div>
<div class="paper" id="paper2"></div>
<div class="paper" id="paper3">
<a href="https://caddyserver.com/" title="Caddy Web Server"><svg id="caddy" viewBox="0 0 302 93"
version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:space="preserve" xmlns:serif="http://www.serif.com/"
style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;
Open service 43.174.247.38:80 · cdn.home.imxy.top
2026-01-26 01:44
HTTP/1.1 200 OK
Last-Modified: Mon, 17 Apr 2023 13:11:12 GMT
Etag: "rt9gmobju"
Content-Type: text/html; charset=utf-8
Server: Caddy
Content-Length: 14970
Accept-Ranges: bytes
Connection: close
Date: Mon, 26 Jan 2026 01:45:12 GMT
Age: 18
EO-LOG-UUID: 11145204273980676154
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Caddy works!
<!DOCTYPE html>
<html>
<head>
<title>Caddy works!</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="data:,">
<style>
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
background: #f1f4f5;
font-family: sans-serif;
font-size: 20px;
-webkit-font-smoothing: antialiased;
}
a {
color: #2f79ff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.stack {
width: 70%;
max-width: 1150px;
margin: 25px 0 150px 25px;
display: flex;
align-content: flex-start;
}
.paper {
position: relative;
flex-shrink: 0;
width: 100%;
background: white;
border-radius: 3px;
box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, .15);
padding: 100px;
}
#paper1 {
top: 45px;
left: 50px;
}
#paper2 {
top: 20px;
left: -100%;
}
#paper3 {
top: 25px;
transform: rotate(-4deg);
left: -200%;
}
#caddy {
max-width: 175px;
margin-bottom: 75px;
}
#caddy .caddy-color {
fill: #005e7e;
}
h1 {
font-size: 20px;
margin-bottom: 50px;
}
h1 .emoji {
font-size: 150%;
vertical-align: middle;
}
h1 .lang {
margin-right: 1.5em;
}
h2 {
font-size: 28px;
margin-top: 1.5em;
}
p,
ol,
ul {
color: #333;
line-height: 1.5em;
}
p {
margin: 1.5em 0;
}
ol,
ul {
margin: .5em 0 .5em 2em;
}
ol li,
ul li {
margin-left: 1em;
margin-bottom: .5em;
}
li ol {
list-style-type: lower-alpha;
}
code {
color: #000;
font-family: Menlo, monospace;
background: #f0f0f0;
border-radius: 2px;
padding: 4px 8px;
font-size: 90%;
}
.warn {
color: #dd0000;
}
footer {
color: #777;
font-size: 16px;
text-align: center;
max-width: 600px;
margin: 0 auto 50px;
}
#disclaimer {
font-size: 14px;
margin-top: 20px;
display: inline-block;
border-top: 1px solid #ccc;
padding: 20px;
}
@media (max-width: 1100px) {
.stack {
width: 85%;
}
}
@media (max-width: 800px) {
.stack {
margin: 0 0 50px 0;
width: 100%;
}
.paper {
padding: 50px;
}
#paper1,
#paper2 {
display: none;
}
#paper3 {
left: 0;
transform: none;
top: 0;
}
#caddy {
margin-bottom: 25px;
}
}
</style>
</head>
<body>
<div class="stack">
<div class="paper" id="paper1"></div>
<div class="paper" id="paper2"></div>
<div class="paper" id="paper3">
<a href="https://caddyserver.com/" title="Caddy Web Server"><svg id="caddy" viewBox="0 0 302 93"
version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
xml:space="preserve" xmlns:serif="http://www.serif.com/"
style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;
Open service 43.174.247.38:443 · api.nyko.us.kg
2026-01-25 21:30
HTTP/1.1 404 Not Found
Content-Type: text/html; charset=utf-8
x-request-id: CJHZLT
vary: origin, access-control-request-method, access-control-request-headers
access-control-allow-credentials: true
Server: TencentEdgeOne
Content-Length: 3020
Connection: close
Date: Sun, 25 Jan 2026 21:30:32 GMT
EO-LOG-UUID: 7571465024466199464
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Hugging Face – The AI community building the future.
<!DOCTYPE html>
<html class="">
<head>
<meta charset="utf-8"/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no"
/>
<meta
name="description"
content="We’re on a journey to advance and democratize artificial intelligence through open source and open science."
/>
<meta property="fb:app_id" content="1321688464574422"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:site" content="@huggingface"/>
<meta
property="og:title"
content="Hugging Face – The AI community building the future."
/>
<meta property="og:type" content="website"/>
<title>Hugging Face – The AI community building the future.</title>
<style>
body {
margin: 0;
}
main {
background-color: white;
min-height: 100vh;
text-align: center;
font-family: Source Sans Pro, ui-sans-serif, system-ui, -apple-system,
BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
Noto Color Emoji;
}
img {
width: 6rem;
height: 6rem;
margin: 7rem 1rem 1rem;
}
h1 {
font-size: 3.75rem;
line-height: 1;
color: rgba(31, 41, 55, 1);
font-weight: 700;
box-sizing: border-box;
margin: 0 auto;
}
p {
color: rgba(107, 114, 128, 1);
font-size: 1.125rem;
line-height: 1.75rem;
max-width: 28rem;
box-sizing: border-box;
margin: 0 auto;
}
.dark main {
background-color: rgb(11, 15, 25);
}
.dark h1 {
color: rgb(209, 213, 219);
}
.dark p {
color: rgb(156, 163, 175);
}
</style>
<script>
// On page load or when changing themes, best to add inline in `head` to avoid FOUC
const key = "_tb_global_settings";
let theme = window.matchMedia("(prefers-color-scheme: dark)").matches
? "dark"
: "light";
try {
const storageTheme = JSON.parse(window.localStorage.getItem(key)).theme;
if (storageTheme) {
theme = storageTheme === "dark" ? "dark" : "light";
}
} catch (e) {
}
if (theme === "dark") {
document.documentElement.classList.add("dark");
} else {
document.documentElement.classList.remove("dark");
}
</script>
</head>
<body>
<main>
<img
src="https://huggingface.co/front/assets/huggingface_logo.svg"
alt=""
/>
<div>
<h1>404</h1>
<p>Sorry, we can’t find the page you are looking for.</p>
</div>
</main>
</body>
</html>
Open service 43.174.247.38:80 · shop.linzhileyou.com
2026-01-25 20:19
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 20:17:17 GMT
Etag: "b9b9d1a9c31ceb9d601d6f6322187765"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 17
Content-Length: 783
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 20:19:33 GMT
EO-LOG-UUID: 339606919013802818
EO-Cache-Status: Cache Hit
Page title: fdwj_shop
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>fdwj_shop</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/static/index.883130ca.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.43b1b1aa.js></script><script src=/static/js/index.618f718c.js></script></body></html>
Open service 43.174.247.38:443 · shop.linzhileyou.com
2026-01-25 20:19
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 20:17:17 GMT
Etag: "b9b9d1a9c31ceb9d601d6f6322187765"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 783
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 20:19:31 GMT
EO-LOG-UUID: 6210676400059974066
EO-Cache-Status: Cache Hit
Page title: fdwj_shop
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>fdwj_shop</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/static/index.883130ca.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.43b1b1aa.js></script><script src=/static/js/index.618f718c.js></script></body></html>
Open service 43.174.247.38:443 · cdn-crmeb-app-api.enchun.top
2026-01-25 20:09
HTTP/1.1 200 OK
Last-Modified: Wed, 10 Dec 2025 11:22:53 GMT
Etag: "6939580d-82"
Server: openresty
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Content-Length: 130
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 20:09:27 GMT
Age: 13
EO-LOG-UUID: 8799959922853076608
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 404 Not Found
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
Open service 43.174.247.38:80 · cdn-crmeb-app-api.enchun.top
2026-01-25 20:09
HTTP/1.1 200 OK
Last-Modified: Wed, 10 Dec 2025 11:22:53 GMT
Etag: "6939580d-82"
Server: openresty
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Content-Length: 130
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 20:09:29 GMT
Age: 15
EO-LOG-UUID: 1279919862555143794
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 404 Not Found
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
Open service 43.174.247.38:80 · mmsh.store
2026-01-25 19:33
HTTP/1.1 302 Found
Server: nginx
Content-Type: text/html; charset=UTF-8
Set-Cookie: PHPSESSID=cs1t9ibfblmhnnqj4imkeqaso7; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Pragma: no-cache
Location: /index/index
Set-Cookie: server_name_session=5c90116b82da6bcc79c781063d56bcec; Max-Age=86400; httponly; path=/
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Cache-Control: must-revalidate, no-cache, no-store
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 19:33:39 GMT
EO-LOG-UUID: 5221282257210383526
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · mmsh.store
2026-01-25 19:33
HTTP/1.1 302 Found
Server: nginx
Content-Type: text/html; charset=UTF-8
Set-Cookie: PHPSESSID=b1rk4tggu6oisfoevk8c9gqgc0; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Pragma: no-cache
Location: /index/index
Set-Cookie: server_name_session=cd342c0f9a75496a134396aee27b5db4; Max-Age=86400; httponly; path=/
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Cache-Control: must-revalidate, no-cache, no-store
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 19:33:36 GMT
EO-LOG-UUID: 16299008728466958512
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · ptest.yangyuanbin.top
2026-01-25 19:32
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sun, 25 Jan 2026 19:32:57 GMT
EO-LOG-UUID: 15756739117953283433
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · reader.epub.moe
2026-01-25 19:29
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 19:14:26 GMT
Etag: "680a4fab9d742ed6e7868c1c34ecc5f8"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 16
Content-Length: 388
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 19:30:11 GMT
EO-LOG-UUID: 11057305692108278508
EO-Cache-Status: Cache Hit
Page title: 重定向中...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>重定向中...</title>
<script>
// 自动重定向到 epub-reader.html
window.location.href = 'epub-reader.html' + window.location.search;
</script>
</head>
<body>
<p>正在跳转...</p>
</body>
</html>
Open service 43.174.247.38:80 · reader.epub.moe
2026-01-25 19:29
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 19:14:26 GMT
Etag: "680a4fab9d742ed6e7868c1c34ecc5f8"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 18
Content-Length: 388
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 19:30:13 GMT
EO-LOG-UUID: 2283708501510545101
EO-Cache-Status: Cache Hit
Page title: 重定向中...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>重定向中...</title>
<script>
// 自动重定向到 epub-reader.html
window.location.href = 'epub-reader.html' + window.location.search;
</script>
</head>
<body>
<p>正在跳转...</p>
</body>
</html>
Open service 43.174.247.38:443 · vaultwarden.yangyuanbin.top
2026-01-25 18:16
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html; charset=utf-8
expires: Sun, 25 Jan 2026 18:26:43 GMT
x-content-type-options: nosniff
permissions-policy: accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(), geolocation=(), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=()
x-frame-options: SAMEORIGIN
referrer-policy: same-origin
x-robots-tag: noindex, nofollow
x-xss-protection: 0
cross-origin-resource-policy: same-origin
content-security-policy: default-src 'none'; font-src 'self'; manifest-src 'self'; base-uri 'self'; form-action 'self'; media-src 'self'; object-src 'self' blob:; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; child-src 'self' https://*.duosecurity.com https://*.duofederal.com; frame-src 'self' https://*.duosecurity.com https://*.duofederal.com; frame-ancestors 'self' chrome-extension://nngceckbapebfimnlniiiahkandclblb chrome-extension://jbkfoedolllekgbhcbcoahefnbanhhlh moz-extension://* ; img-src 'self' data: https://haveibeenpwned.com ; connect-src 'self' https://api.pwnedpasswords.com https://api.2fa.directory https://app.simplelogin.io/api/ https://app.addy.io/api/ https://api.fastmail.com/ https://api.forwardemail.net ;
Strict-Transport-Security: max-age=63072000;includeSubDomains; preload
X-Served-By: vaultwarden.yangyuanbin.top
Cache-Control: public, max-age=600
Content-Length: 23142
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 18:17:02 GMT
Age: 15
EO-LOG-UUID: 4584448143997468137
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Vaultwarden Web
<!doctype html><html class="theme_light"><head><meta charset="utf-8"/><meta name="viewport" content="width=1010"/><meta name="theme-color" content="#175DDC"/><title page-title>Vaultwarden Web</title><link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png"/><link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#175DDC"/><link rel="manifest" href="cca56971e438d22818d6.json"/><script defer="defer" src="theme_head.6991036cc6ce1ab5eee1.js"></script><link href="styles.f5ed5f8f9da818a932a3.css" rel="stylesheet"></head><body class="layout_frontend"><link rel="stylesheet" href="css/vaultwarden.css"/><app-root><div class="tw-flex tw-flex-col tw-min-h-[100vh]"><div class="tw-pt-5 tw-px-5 tw-fixed"><img class="new-logo-themed !tw-w-[200px]" alt="Vaultwarden"/></div><div class="spinner-container tw-justify-center"><i class="bwi bwi-spinner bwi-spin bwi-3x tw-text-muted" title="Loading" aria-hidden="true"></i></div><div class="tw-relative tw-grow"><div class="tw-hidden md:tw-block [&_svg]:tw-absolute [&_svg]:tw-z-[1] tw-opacity-[.11] [&_svg]:tw-bottom-0 [&_svg]:tw-start-0 [&_svg]:tw-w-[35%] [&_svg]:tw-max-w-[450px]"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 501 226"><g clip-path="url(#left-a)"><path class="tw-fill-illustration-bg-primary" d="M-71.691 6.821a4 4 0 0 1 4-4h296.5a4 4 0 0 1 4 4v188a4 4 0 0 1-4 4h-296.5a4 4 0 0 1-4-4v-188Z"/><path class="tw-fill-illustration-bg-primary" d="M-48.941 25.821a2 2 0 0 1 2-2h127.5v154h-127.5a2 2 0 0 1-2-2v-150Z"/><path class="tw-fill-illustration-bg-tertiary" d="M80.559 25.82a2 2 0 0 1 2-2h125.5a2 2 0 0 1 2 2v150.001a2 2 0 0 1-2 2h-125.5a2 2 0 0 1-2-2v-150ZM45.871 89.854c0 17.155-13.96 31.062-31.182 31.062-17.221 0-31.182-13.907-31.182-31.062s13.96-31.062 31.182-31.062c17.221 0 31.182 13.907 31.182 31.062Z"/><path class="tw-fill-illustration-bg-tertiary" d="M72.396 153.443a57.243 57.243 0 0 1 4.663 22.604v1.222a2 2 0 0 1-2 2h-118.5a2 2 0 0 1-2-2v-1.222a57.243 57.243 0 0 1 4.662-22.604c3.078-7.167 7.59-13.678 13.277-19.163 5.688-5.485 12.44-9.836 19.871-12.805a63.228 63.228 0 0 1 23.44-4.496 63.227 63.227 0 0 1 23.439 4.496c7.431 2.969 14.183 7.32 19.87 12.805 5.688 5.485 10.2 11.996 13.278 19.163Z"/><path class="tw-fill-illustration-bg-secondary" d="M161.629 57.193c0 9.182-7.579 16.625-16.927 16.625-9.349 0-16.928-7.443-16.928-16.625 0-9.181 7.579-16.625 16.928-16.625 9.348 0 16.927 7.444 16.927 16.625Z"/><path class="tw-fill-illustration-bg-secondary" d="M176.028 89.071a29.33 29.33 0 0 1 2.531 11.894c0 .937-.759 1.696-1.696 1.696h-63.109a1.695 1.695 0 0 1-1.695-1.696c0-4.081.86-8.123 2.531-11.894 1.671-3.77 4.12-7.197 7.207-10.083 3.088-2.886 6.753-5.176 10.787-6.738a35.275 35.275 0 0 1 12.725-2.366c4.366 0 8.69.804 12.724 2.366 4.034 1.562 7.699 3.852 10.787 6.738 3.087 2.886 5.537 6.312 7.208 10.083ZM161.629 134.193c0 9.182-7.579 16.625-16.927 16.625-9.349 0-16.928-7.443-16.928-16.625s7.579-16.625 16.928-16.625c9.348 0 16.927 7.443 16.927 16.625Z"/><path class="tw-fill-illustration-bg-secondary" d="M176.028 165.953a28.993 28.993 0 0 1 2.531 11.821c0 .93-.755 1.684-1.685 1.684h-63.131c-.93 0-1.684-.754-1.684-1.684 0-4.057.86-8.074 2.531-11.821 1.671-3.748 4.12-7.153 7.207-10.021 3.088-2.869 6.753-5.144 10.787-6.696a35.456 35.456 0 0 1 12.725-2.352c4.366 0 8.69.799 12.724 2.352 4.034 1.552 7.699 3.827 10.787 6.696 3.087 2.868 5.537 6.273 7.208 10.021ZM-87.441 199.521h332.5v14.5c0 5.523-4.478 10-10 10h-312.5c-5.523 0-10-4.477-10-10v-14.5Z"/><path class="tw-fill-illustration-outline" fill-rule="evenodd" d="M208.059 21.82a4 4 0 0 1 4 4v150.001a4 4 0 0 1-4 4l-255 .001a4 4 0 0 1-4-4v-150a4 4 0 0 1 4-4l255-.001Zm-255 154.002h1.5a57.23 57.23 0 0 1 4.378-21.706l.284-.673c2.982-6.943 7.31-13.27 12.748-18.646l.529-.517c5.688-5.485 12.44-9.836 19.871-12.805a62.937 62.937 0 0 1 10.036-3.065c-11.113-4.751-18.897-15.747-18.897-28.556 0-17.155 13.96-31.061 31.182-31.062 17.22 0 31.18 13.907 31.1
Open service 43.174.247.38:80 · vaultwarden.yangyuanbin.top
2026-01-25 18:16
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html; charset=utf-8
expires: Sun, 25 Jan 2026 18:26:43 GMT
x-content-type-options: nosniff
permissions-policy: accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(), geolocation=(), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=()
x-frame-options: SAMEORIGIN
referrer-policy: same-origin
x-robots-tag: noindex, nofollow
x-xss-protection: 0
cross-origin-resource-policy: same-origin
content-security-policy: default-src 'none'; font-src 'self'; manifest-src 'self'; base-uri 'self'; form-action 'self'; media-src 'self'; object-src 'self' blob:; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; child-src 'self' https://*.duosecurity.com https://*.duofederal.com; frame-src 'self' https://*.duosecurity.com https://*.duofederal.com; frame-ancestors 'self' chrome-extension://nngceckbapebfimnlniiiahkandclblb chrome-extension://jbkfoedolllekgbhcbcoahefnbanhhlh moz-extension://* ; img-src 'self' data: https://haveibeenpwned.com ; connect-src 'self' https://api.pwnedpasswords.com https://api.2fa.directory https://app.simplelogin.io/api/ https://app.addy.io/api/ https://api.fastmail.com/ https://api.forwardemail.net ;
Strict-Transport-Security: max-age=63072000;includeSubDomains; preload
X-Served-By: vaultwarden.yangyuanbin.top
Cache-Control: public, max-age=600
Content-Length: 23142
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 18:17:04 GMT
Age: 17
EO-LOG-UUID: 6604592022273090646
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Vaultwarden Web
<!doctype html><html class="theme_light"><head><meta charset="utf-8"/><meta name="viewport" content="width=1010"/><meta name="theme-color" content="#175DDC"/><title page-title>Vaultwarden Web</title><link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png"/><link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#175DDC"/><link rel="manifest" href="cca56971e438d22818d6.json"/><script defer="defer" src="theme_head.6991036cc6ce1ab5eee1.js"></script><link href="styles.f5ed5f8f9da818a932a3.css" rel="stylesheet"></head><body class="layout_frontend"><link rel="stylesheet" href="css/vaultwarden.css"/><app-root><div class="tw-flex tw-flex-col tw-min-h-[100vh]"><div class="tw-pt-5 tw-px-5 tw-fixed"><img class="new-logo-themed !tw-w-[200px]" alt="Vaultwarden"/></div><div class="spinner-container tw-justify-center"><i class="bwi bwi-spinner bwi-spin bwi-3x tw-text-muted" title="Loading" aria-hidden="true"></i></div><div class="tw-relative tw-grow"><div class="tw-hidden md:tw-block [&_svg]:tw-absolute [&_svg]:tw-z-[1] tw-opacity-[.11] [&_svg]:tw-bottom-0 [&_svg]:tw-start-0 [&_svg]:tw-w-[35%] [&_svg]:tw-max-w-[450px]"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 501 226"><g clip-path="url(#left-a)"><path class="tw-fill-illustration-bg-primary" d="M-71.691 6.821a4 4 0 0 1 4-4h296.5a4 4 0 0 1 4 4v188a4 4 0 0 1-4 4h-296.5a4 4 0 0 1-4-4v-188Z"/><path class="tw-fill-illustration-bg-primary" d="M-48.941 25.821a2 2 0 0 1 2-2h127.5v154h-127.5a2 2 0 0 1-2-2v-150Z"/><path class="tw-fill-illustration-bg-tertiary" d="M80.559 25.82a2 2 0 0 1 2-2h125.5a2 2 0 0 1 2 2v150.001a2 2 0 0 1-2 2h-125.5a2 2 0 0 1-2-2v-150ZM45.871 89.854c0 17.155-13.96 31.062-31.182 31.062-17.221 0-31.182-13.907-31.182-31.062s13.96-31.062 31.182-31.062c17.221 0 31.182 13.907 31.182 31.062Z"/><path class="tw-fill-illustration-bg-tertiary" d="M72.396 153.443a57.243 57.243 0 0 1 4.663 22.604v1.222a2 2 0 0 1-2 2h-118.5a2 2 0 0 1-2-2v-1.222a57.243 57.243 0 0 1 4.662-22.604c3.078-7.167 7.59-13.678 13.277-19.163 5.688-5.485 12.44-9.836 19.871-12.805a63.228 63.228 0 0 1 23.44-4.496 63.227 63.227 0 0 1 23.439 4.496c7.431 2.969 14.183 7.32 19.87 12.805 5.688 5.485 10.2 11.996 13.278 19.163Z"/><path class="tw-fill-illustration-bg-secondary" d="M161.629 57.193c0 9.182-7.579 16.625-16.927 16.625-9.349 0-16.928-7.443-16.928-16.625 0-9.181 7.579-16.625 16.928-16.625 9.348 0 16.927 7.444 16.927 16.625Z"/><path class="tw-fill-illustration-bg-secondary" d="M176.028 89.071a29.33 29.33 0 0 1 2.531 11.894c0 .937-.759 1.696-1.696 1.696h-63.109a1.695 1.695 0 0 1-1.695-1.696c0-4.081.86-8.123 2.531-11.894 1.671-3.77 4.12-7.197 7.207-10.083 3.088-2.886 6.753-5.176 10.787-6.738a35.275 35.275 0 0 1 12.725-2.366c4.366 0 8.69.804 12.724 2.366 4.034 1.562 7.699 3.852 10.787 6.738 3.087 2.886 5.537 6.312 7.208 10.083ZM161.629 134.193c0 9.182-7.579 16.625-16.927 16.625-9.349 0-16.928-7.443-16.928-16.625s7.579-16.625 16.928-16.625c9.348 0 16.927 7.443 16.927 16.625Z"/><path class="tw-fill-illustration-bg-secondary" d="M176.028 165.953a28.993 28.993 0 0 1 2.531 11.821c0 .93-.755 1.684-1.685 1.684h-63.131c-.93 0-1.684-.754-1.684-1.684 0-4.057.86-8.074 2.531-11.821 1.671-3.748 4.12-7.153 7.207-10.021 3.088-2.869 6.753-5.144 10.787-6.696a35.456 35.456 0 0 1 12.725-2.352c4.366 0 8.69.799 12.724 2.352 4.034 1.552 7.699 3.827 10.787 6.696 3.087 2.868 5.537 6.273 7.208 10.021ZM-87.441 199.521h332.5v14.5c0 5.523-4.478 10-10 10h-312.5c-5.523 0-10-4.477-10-10v-14.5Z"/><path class="tw-fill-illustration-outline" fill-rule="evenodd" d="M208.059 21.82a4 4 0 0 1 4 4v150.001a4 4 0 0 1-4 4l-255 .001a4 4 0 0 1-4-4v-150a4 4 0 0 1 4-4l255-.001Zm-255 154.002h1.5a57.23 57.23 0 0 1 4.378-21.706l.284-.673c2.982-6.943 7.31-13.27 12.748-18.646l.529-.517c5.688-5.485 12.44-9.836 19.871-12.805a62.937 62.937 0 0 1 10.036-3.065c-11.113-4.751-18.897-15.747-18.897-28.556 0-17.155 13.96-31.061 31.182-31.062 17.22 0 31.18 13.907 31.1
Open service 43.174.247.38:443 · epub.moe
2026-01-25 17:05
HTTP/1.1 200 OK
content-type: text/html; charset=utf-8
vary: Origin, Access-Control-Request-Method, Access-Control-Request-Headers
Server: TencentEdgeOne
Content-Length: 8098
Connection: close
Date: Sun, 25 Jan 2026 17:05:25 GMT
EO-LOG-UUID: 13054835680337229806
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: EPUB.MOE
<!doctype html><html lang=zh-CN><meta charset=UTF-8><meta content="width=device-width,initial-scale=1.0"name=viewport><title>EPUB.MOE</title><style>*{box-sizing:border-box;margin:0;padding:0}body{background:#fff;min-height:100vh;padding:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.container{width:100%;max-width:1000px;margin:0 auto}.header{border-bottom:1px solid #e0e0e0;margin-bottom:30px;padding:30px 0 10px}h1{color:#000;letter-spacing:-.5px;margin-bottom:8px;font-size:2.8em;font-weight:700}.subtitle{color:#666;margin-bottom:0;font-size:1em;font-weight:400}.search-section{margin-bottom:30px}.search-box{gap:10px;margin-bottom:15px;display:flex}.language-options{gap:20px;margin-bottom:20px;display:flex}.language-option{cursor:pointer;align-items:center;gap:6px;display:flex}.language-option input[type=radio]{cursor:pointer;width:16px;height:16px}.language-option label{cursor:pointer;color:#333;user-select:none;font-size:14px}.search-input{border:1px solid #d0d0d0;border-radius:4px;flex:1;padding:14px 18px;font-size:15px;transition:border-color .2s}.search-input:focus{border-color:#000;outline:none}.search-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:4px;padding:14px 32px;font-size:15px;font-weight:500;transition:background .2s}.search-btn:hover{background:#333}.search-btn:active{background:#000}.results{margin-top:30px}.result-item{background:#fff;border:1px solid #e0e0e0;border-radius:4px;gap:20px;margin-bottom:12px;padding:20px;transition:border-color .2s;display:flex;position:relative}.result-item:hover{border-color:#000}.result-cover{object-fit:cover;background:#ddd;border-radius:4px;flex-shrink:0;width:120px;height:160px}.result-cover.placeholder{color:#999;text-align:center;background:#f5f5f5;justify-content:center;align-items:center;font-size:.9em;display:flex}.result-content{flex-direction:column;flex:1;min-width:0;display:flex}.result-info{flex:1}.result-title{color:#333;word-wrap:break-word;margin-bottom:8px;font-size:1.2em;font-weight:600}.result-author{color:#666;margin-bottom:8px;font-size:1em}.result-md5{color:#999;word-break:break-all;font-family:monospace;font-size:.85em}.result-actions{justify-content:flex-end;gap:10px;margin-top:10px;display:flex}.download-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:4px;padding:8px 20px;font-size:.9em;font-weight:500;text-decoration:none;transition:background .2s;display:inline-block}.download-btn:hover{background:#333}.download-btn:active{background:#000}.read-btn{color:#000;cursor:pointer;background:#fff;border:1px solid #000;border-radius:4px;padding:8px 20px;font-size:.9em;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.read-btn:hover{color:#fff;background:#000}.read-btn:active{background:#333}.loading{text-align:center;color:#666;padding:40px 20px;font-size:1em}.error{color:#333;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;margin-top:20px;padding:15px}.no-results{text-align:center;color:#999;padding:40px;font-size:1.1em}.info-box{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:4px;margin-bottom:20px;padding:16px}.info-title{color:#000;margin-bottom:8px;font-size:.9em;font-weight:600}.info-content{color:#666;font-size:.85em;line-height:1.6}.info-url{color:#000;background:#fff;border:1px solid #e0e0e0;border-radius:2px;padding:2px 6px;font-family:monospace}@media (width<=768px){body{padding:15px}.header{padding:20px 0 15px}.search-box{flex-direction:column}.language-options{flex-direction:column;gap:12px}h1{font-size:2em}.result-item{flex-direction:column;align-items:center;padding:15px}.result-cover{width:100px;height:133px}.result-content{width:100%}}</style><body><div class=container><div class=header><h1>EPUB.MOE</h1></div><div class=info-box><div class=info-title>OPDS Service</div><div class=info-content>Access the OPDS catalog at <span class="info-url clickable"onclick="copyToClipboard('https://epub.moe/opds')"title="Click to copy">https://epub.moe/opds</span>. <span class=info-url>Moon+ Reader</spa
Open service 43.174.247.38:80 · epub.moe
2026-01-25 17:05
HTTP/1.1 200 OK
content-type: text/html; charset=utf-8
vary: Origin, Access-Control-Request-Method, Access-Control-Request-Headers
Server: TencentEdgeOne
Content-Length: 8098
Connection: close
Date: Sun, 25 Jan 2026 17:05:28 GMT
EO-LOG-UUID: 17031470824361464275
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: EPUB.MOE
<!doctype html><html lang=zh-CN><meta charset=UTF-8><meta content="width=device-width,initial-scale=1.0"name=viewport><title>EPUB.MOE</title><style>*{box-sizing:border-box;margin:0;padding:0}body{background:#fff;min-height:100vh;padding:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.container{width:100%;max-width:1000px;margin:0 auto}.header{border-bottom:1px solid #e0e0e0;margin-bottom:30px;padding:30px 0 10px}h1{color:#000;letter-spacing:-.5px;margin-bottom:8px;font-size:2.8em;font-weight:700}.subtitle{color:#666;margin-bottom:0;font-size:1em;font-weight:400}.search-section{margin-bottom:30px}.search-box{gap:10px;margin-bottom:15px;display:flex}.language-options{gap:20px;margin-bottom:20px;display:flex}.language-option{cursor:pointer;align-items:center;gap:6px;display:flex}.language-option input[type=radio]{cursor:pointer;width:16px;height:16px}.language-option label{cursor:pointer;color:#333;user-select:none;font-size:14px}.search-input{border:1px solid #d0d0d0;border-radius:4px;flex:1;padding:14px 18px;font-size:15px;transition:border-color .2s}.search-input:focus{border-color:#000;outline:none}.search-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:4px;padding:14px 32px;font-size:15px;font-weight:500;transition:background .2s}.search-btn:hover{background:#333}.search-btn:active{background:#000}.results{margin-top:30px}.result-item{background:#fff;border:1px solid #e0e0e0;border-radius:4px;gap:20px;margin-bottom:12px;padding:20px;transition:border-color .2s;display:flex;position:relative}.result-item:hover{border-color:#000}.result-cover{object-fit:cover;background:#ddd;border-radius:4px;flex-shrink:0;width:120px;height:160px}.result-cover.placeholder{color:#999;text-align:center;background:#f5f5f5;justify-content:center;align-items:center;font-size:.9em;display:flex}.result-content{flex-direction:column;flex:1;min-width:0;display:flex}.result-info{flex:1}.result-title{color:#333;word-wrap:break-word;margin-bottom:8px;font-size:1.2em;font-weight:600}.result-author{color:#666;margin-bottom:8px;font-size:1em}.result-md5{color:#999;word-break:break-all;font-family:monospace;font-size:.85em}.result-actions{justify-content:flex-end;gap:10px;margin-top:10px;display:flex}.download-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:4px;padding:8px 20px;font-size:.9em;font-weight:500;text-decoration:none;transition:background .2s;display:inline-block}.download-btn:hover{background:#333}.download-btn:active{background:#000}.read-btn{color:#000;cursor:pointer;background:#fff;border:1px solid #000;border-radius:4px;padding:8px 20px;font-size:.9em;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.read-btn:hover{color:#fff;background:#000}.read-btn:active{background:#333}.loading{text-align:center;color:#666;padding:40px 20px;font-size:1em}.error{color:#333;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;margin-top:20px;padding:15px}.no-results{text-align:center;color:#999;padding:40px;font-size:1.1em}.info-box{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:4px;margin-bottom:20px;padding:16px}.info-title{color:#000;margin-bottom:8px;font-size:.9em;font-weight:600}.info-content{color:#666;font-size:.85em;line-height:1.6}.info-url{color:#000;background:#fff;border:1px solid #e0e0e0;border-radius:2px;padding:2px 6px;font-family:monospace}@media (width<=768px){body{padding:15px}.header{padding:20px 0 15px}.search-box{flex-direction:column}.language-options{flex-direction:column;gap:12px}h1{font-size:2em}.result-item{flex-direction:column;align-items:center;padding:15px}.result-cover{width:100px;height:133px}.result-content{width:100%}}</style><body><div class=container><div class=header><h1>EPUB.MOE</h1></div><div class=info-box><div class=info-title>OPDS Service</div><div class=info-content>Access the OPDS catalog at <span class="info-url clickable"onclick="copyToClipboard('https://epub.moe/opds')"title="Click to copy">https://epub.moe/opds</span>. <span class=info-url>Moon+ Reader</spa
Open service 43.174.247.38:443 · oss.epub.moe
2026-01-25 17:02
HTTP/1.1 403 Forbidden
Access-Control-Allow-Headers: *
Access-Control-Allow-Methods: GET, HEAD, OPTIONS
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: Content-Length,Content-Range,Accept-Ranges,ETag
Server: nginx/0.7.65
X-Powered-By: mod_perl/1.29
Content-Length: 0
Connection: close
Date: Sun, 25 Jan 2026 17:02:50 GMT
EO-LOG-UUID: 974913800688161496
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · oss.epub.moe
2026-01-25 17:02
HTTP/1.1 403 Forbidden
Access-Control-Allow-Headers: *
Access-Control-Allow-Methods: GET, HEAD, OPTIONS
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: Content-Length,Content-Range,Accept-Ranges,ETag
Server: nginx/0.7.65
X-Powered-By: mod_perl/1.29
Content-Length: 0
Connection: close
Date: Sun, 25 Jan 2026 17:02:52 GMT
EO-LOG-UUID: 5812643167152879265
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · cover.epub.moe
2026-01-25 17:02
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
X-Powered-By: ASP.NET/1.0.3705
Content-Length: 0
Connection: close
Date: Sun, 25 Jan 2026 17:02:48 GMT
EO-LOG-UUID: 12663135873845574173
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · cover.epub.moe
2026-01-25 17:02
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
X-Powered-By: ASP.NET/1.0.3705
Content-Length: 0
Connection: close
Date: Sun, 25 Jan 2026 17:02:50 GMT
EO-LOG-UUID: 11751104946607690291
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · www.19ml.cn
2026-01-25 17:00
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 15:00:31 GMT
Etag: "6976300f-9851"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 38993
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 17:00:54 GMT
Age: 15
EO-LOG-UUID: 6558301733044646591
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: H5高端创意滚屏科技公司前端html源码模板 - 代码库
<!DOCTYPE HTML>
<html class=" ">
<head>
<meta name="renderer" content="webkit">
<meta charset="utf-8"/>
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
<meta name="generator" content="Dmaku" data-variable="/,cn,10001,,10001,M1156010" />
<meta name="format-detection" content="email=no" />
<meta name="format-detection" content="telephone=no" />
<meta name="full-screen" content="yes">
<meta name="x5-fullscreen" content="true">
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>H5高端创意滚屏科技公司前端html源码模板 - 代码库</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="Dmaku"/>
<link rel='stylesheet' href='css/index.css'>
</head>
<!--/************************************************************
* *
* 代码库 *
* www.dmaku.com *
* 努力创建完善、持续更新插件以及模板 *
* *
**************************************************************-->
<body class="class-10001">
<div class="load-box"> <svg viewBox="0 0 120 120" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g>
<circle cx="35" cy="16.6987298" r="11"></circle>
<circle cx="16.6987298" cy="35" r="11"></circle>
<circle cx="10" cy="60" r="11"></circle>
<circle cx="16.6987298" cy="85" r="11"></circle>
<circle cx="35" cy="103.30127" r="11"></circle>
<circle cx="60" cy="110" r="11"></circle>
<circle cx="85" cy="103.30127" r="11"></circle>
<circle cx="103.30127" cy="85" r="11"></circle>
<circle cx="110" cy="60" r="11"></circle>
<circle cx="103.30127" cy="35" r="11"></circle>
<circle cx="85" cy="16.6987298" r="11"></circle>
<circle cx="60" cy="10" r="11"></circle>
</g>
</svg> </div>
<!--[if lte IE 8]>
<div class="text-center padding-top-50 padding-bottom-50 bg-blue-grey-100">
<p class="browserupgrade font-size-18">你正在使用一个<strong>过时</strong>的浏览器。请<a href="javascript:;" target="_blank">升级您的浏览器</a>,以提高您的体验。</p>
</div>
<![endif]-->
<div class="side-open">
<hr>
<hr>
<hr>
<hr>
</div>
<div class="side-box">
<div class="side-cut">
<div class="side-shadow"></div>
<div class="side-bin">
<div class="side-search">
<form name="formsearch" action="/plus/search.php">
<input type="hidden" name="kwtype" value="0" />
<div class="form-group">
<div class="input-search">
<button type="submit" class="input-search-btn"><i class="icon wb-search" aria-hidden="true"></i></button>
<input class="form-control none-border" name="q" value="" placeholder="Search title ...">
</div>
</div>
</form>
</div>
<div class="side-nav">
<ul>
<li class="nav-first"> <a href="javascript:;" title="网站首页"> <i class="fa fa-home"></i> <b>网站首页</b> </a> </li>
<li class="nav-first "> <a href="javascript:;" title="关于我们" data-alert="全部"> <i class="fa fa-home fa-pie-chart"></i> <b>关于我们</b> </a> </li>
<li class="nav-first "> <a href="javascript:;" title="服务项目" data-alert="全部"> <i class="fa fa-home fa-coffee"></i> <b>服务项目</b> </a> </li>
<li class="nav-first has "> <a href="javascript:;" title="产品中心" data-alert="全部"> <i class="fa fa-home fa-camera"></i> <b>产品中心</b>
<p>16</p>
</a> <u> </u><i> </i>
<ul>
<dl>
<dt><img width="400" data-original="images/1-1P203103J5P9.jpg"></dt>
<dd>APP技术原本是对软件进行加速运算或进行大型科学运算的技术,基于Paas开发平台开发出的APP,直接部署在云环境上,形��
Open service 43.174.247.38:443 · www.19ml.cn
2026-01-25 17:00
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 15:00:31 GMT
Etag: "6976300f-9851"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 38993
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 17:00:52 GMT
Age: 15
EO-LOG-UUID: 2283205948499067043
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: H5高端创意滚屏科技公司前端html源码模板 - 代码库
<!DOCTYPE HTML>
<html class=" ">
<head>
<meta name="renderer" content="webkit">
<meta charset="utf-8"/>
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
<meta name="generator" content="Dmaku" data-variable="/,cn,10001,,10001,M1156010" />
<meta name="format-detection" content="email=no" />
<meta name="format-detection" content="telephone=no" />
<meta name="full-screen" content="yes">
<meta name="x5-fullscreen" content="true">
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>H5高端创意滚屏科技公司前端html源码模板 - 代码库</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="Dmaku"/>
<link rel='stylesheet' href='css/index.css'>
</head>
<!--/************************************************************
* *
* 代码库 *
* www.dmaku.com *
* 努力创建完善、持续更新插件以及模板 *
* *
**************************************************************-->
<body class="class-10001">
<div class="load-box"> <svg viewBox="0 0 120 120" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g>
<circle cx="35" cy="16.6987298" r="11"></circle>
<circle cx="16.6987298" cy="35" r="11"></circle>
<circle cx="10" cy="60" r="11"></circle>
<circle cx="16.6987298" cy="85" r="11"></circle>
<circle cx="35" cy="103.30127" r="11"></circle>
<circle cx="60" cy="110" r="11"></circle>
<circle cx="85" cy="103.30127" r="11"></circle>
<circle cx="103.30127" cy="85" r="11"></circle>
<circle cx="110" cy="60" r="11"></circle>
<circle cx="103.30127" cy="35" r="11"></circle>
<circle cx="85" cy="16.6987298" r="11"></circle>
<circle cx="60" cy="10" r="11"></circle>
</g>
</svg> </div>
<!--[if lte IE 8]>
<div class="text-center padding-top-50 padding-bottom-50 bg-blue-grey-100">
<p class="browserupgrade font-size-18">你正在使用一个<strong>过时</strong>的浏览器。请<a href="javascript:;" target="_blank">升级您的浏览器</a>,以提高您的体验。</p>
</div>
<![endif]-->
<div class="side-open">
<hr>
<hr>
<hr>
<hr>
</div>
<div class="side-box">
<div class="side-cut">
<div class="side-shadow"></div>
<div class="side-bin">
<div class="side-search">
<form name="formsearch" action="/plus/search.php">
<input type="hidden" name="kwtype" value="0" />
<div class="form-group">
<div class="input-search">
<button type="submit" class="input-search-btn"><i class="icon wb-search" aria-hidden="true"></i></button>
<input class="form-control none-border" name="q" value="" placeholder="Search title ...">
</div>
</div>
</form>
</div>
<div class="side-nav">
<ul>
<li class="nav-first"> <a href="javascript:;" title="网站首页"> <i class="fa fa-home"></i> <b>网站首页</b> </a> </li>
<li class="nav-first "> <a href="javascript:;" title="关于我们" data-alert="全部"> <i class="fa fa-home fa-pie-chart"></i> <b>关于我们</b> </a> </li>
<li class="nav-first "> <a href="javascript:;" title="服务项目" data-alert="全部"> <i class="fa fa-home fa-coffee"></i> <b>服务项目</b> </a> </li>
<li class="nav-first has "> <a href="javascript:;" title="产品中心" data-alert="全部"> <i class="fa fa-home fa-camera"></i> <b>产品中心</b>
<p>16</p>
</a> <u> </u><i> </i>
<ul>
<dl>
<dt><img width="400" data-original="images/1-1P203103J5P9.jpg"></dt>
<dd>APP技术原本是对软件进行加速运算或进行大型科学运算的技术,基于Paas开发平台开发出的APP,直接部署在云环境上,形��
Open service 43.174.247.38:443 · xpay.aizhuliren.cn
2026-01-25 16:58
HTTP/1.1 404 Not Found
Content-Type: text/html
Accept-Ranges: bytes
ETag: "0445e4fdf1e737913bb718eca592a661"
Last-Modified: Tue, 23 Sep 2025 09:31:25 GMT
Cache-Control: public, must-revalidate, max-age=0
Age: 0
Content-Length: 3881
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 16:59:02 GMT
EO-LOG-UUID: 2800823971337039170
EO-Cache-Status: Cache Miss
Page title: Tencent Edgeone
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tencent Edgeone</title>
<style>
* {
padding: 0;
margin: 0;
}
body {
width: 100vw;
height: 100vh;
background-color: #fff;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family:
Microsoft YaHei,
Oxygen,
pingfang SC,
SimHei !important;
}
.flex-display {
display: flex;
align-items: center;
justify-content: center;
}
.wrapper {
width: 600px;
}
@media screen and (max-width: 720px) {
.wrapper {
width: 100vw;
}
.main-content {
padding: 40px 20px !important;
}
}
.main-content {
margin: auto;
width: 100%;
box-sizing: border-box;
padding: 40px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 5px;
border: 1px solid rgba(209, 217, 224, 0.5);
}
.main-content img {
width: 70px;
}
.error-header {
align-self: center;
}
.main-code {
font-size: 20px;
color: rgba(0, 0, 0, 0.9);
font-weight: bold;
}
.main-title {
font-size: 20px;
color: rgba(0, 0, 0, 0.9);
}
.footer {
margin-top: 60px;
}
.footer-link {
height: 20px;
}
.footer-text {
font-size: 13px;
font-weight: 400;
margin-right: 10px;
color: rgba(0, 0, 0, 0.9);
}
.footer-picture {
height: 18px;
}
.code-description {
font-size: 14px;
margin-top: 15px;
align-self: center;
}
.scf-message {
font-size: 14px;
margin-top: 25px;
}
.site {
color: rgba(0, 0, 0, 0.6);
font-size: 12px;
text-align: left;
}
.site-title {
font-weight: 700;
}
.site-visitor {
margin-top: 50px;
}
.site-owner {
margin-top: 5px;
}
.link {
font-size: 12px;
color: rgba(29, 126, 255, 1);
font-weight: 800;
text-decoration: none;
}
</style>
</head>
<body>
<div class="wrapper">
<div class="main-content">
<div class="error-header">
<span class="main-code"><span class="main-code-num">404</span>:</span>
<span class="main-title">NOT_FOUND</span>
</div>
<p class="code-description">(Code: NOT_FOUND)</p>
<p class="scf-message">The page does not exist</p>
<div class="site">
<p class="site-visitor">
<span class="site-title"> Site Visitor: </span>
Contact the site owner or try again.
</p>
<p class="site-owner">
<span class="site-title"> Site Owner: </span>
Please check
<a
class="link"
href="https://pages.edgeone.ai/document/error-codes"
>
document
</a>
or contact us.
</p>
</div>
</div>
<div class="flex-display footer">
<span class="footer-text">Powered by</span>
<a href="https://pages.edgeone.ai/" class="footer-link" target="_blank">
<img
class="footer-picture"
src="https://qcloudimg.tencent-cloud.cn/raw/ed44e6d974616211a111f3ae2787111e.svg"
/>
</a>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:80 · xpay.aizhuliren.cn
2026-01-25 16:58
HTTP/1.1 404 Not Found
Content-Type: text/html
Accept-Ranges: bytes
ETag: "0445e4fdf1e737913bb718eca592a661"
Last-Modified: Tue, 23 Sep 2025 09:31:25 GMT
Cache-Control: public, must-revalidate, max-age=0
Age: 0
Content-Length: 3881
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 16:59:04 GMT
EO-LOG-UUID: 641854451535946870
EO-Cache-Status: Cache Miss
Page title: Tencent Edgeone
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tencent Edgeone</title>
<style>
* {
padding: 0;
margin: 0;
}
body {
width: 100vw;
height: 100vh;
background-color: #fff;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family:
Microsoft YaHei,
Oxygen,
pingfang SC,
SimHei !important;
}
.flex-display {
display: flex;
align-items: center;
justify-content: center;
}
.wrapper {
width: 600px;
}
@media screen and (max-width: 720px) {
.wrapper {
width: 100vw;
}
.main-content {
padding: 40px 20px !important;
}
}
.main-content {
margin: auto;
width: 100%;
box-sizing: border-box;
padding: 40px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 5px;
border: 1px solid rgba(209, 217, 224, 0.5);
}
.main-content img {
width: 70px;
}
.error-header {
align-self: center;
}
.main-code {
font-size: 20px;
color: rgba(0, 0, 0, 0.9);
font-weight: bold;
}
.main-title {
font-size: 20px;
color: rgba(0, 0, 0, 0.9);
}
.footer {
margin-top: 60px;
}
.footer-link {
height: 20px;
}
.footer-text {
font-size: 13px;
font-weight: 400;
margin-right: 10px;
color: rgba(0, 0, 0, 0.9);
}
.footer-picture {
height: 18px;
}
.code-description {
font-size: 14px;
margin-top: 15px;
align-self: center;
}
.scf-message {
font-size: 14px;
margin-top: 25px;
}
.site {
color: rgba(0, 0, 0, 0.6);
font-size: 12px;
text-align: left;
}
.site-title {
font-weight: 700;
}
.site-visitor {
margin-top: 50px;
}
.site-owner {
margin-top: 5px;
}
.link {
font-size: 12px;
color: rgba(29, 126, 255, 1);
font-weight: 800;
text-decoration: none;
}
</style>
</head>
<body>
<div class="wrapper">
<div class="main-content">
<div class="error-header">
<span class="main-code"><span class="main-code-num">404</span>:</span>
<span class="main-title">NOT_FOUND</span>
</div>
<p class="code-description">(Code: NOT_FOUND)</p>
<p class="scf-message">The page does not exist</p>
<div class="site">
<p class="site-visitor">
<span class="site-title"> Site Visitor: </span>
Contact the site owner or try again.
</p>
<p class="site-owner">
<span class="site-title"> Site Owner: </span>
Please check
<a
class="link"
href="https://pages.edgeone.ai/document/error-codes"
>
document
</a>
or contact us.
</p>
</div>
</div>
<div class="flex-display footer">
<span class="footer-text">Powered by</span>
<a href="https://pages.edgeone.ai/" class="footer-link" target="_blank">
<img
class="footer-picture"
src="https://qcloudimg.tencent-cloud.cn/raw/ed44e6d974616211a111f3ae2787111e.svg"
/>
</a>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:443 · web.12t.top
2026-01-25 15:35
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 15:31:08 GMT
Etag: "6976373c-395"
Server: nginx
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 917
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 15:35:32 GMT
Age: 15
EO-LOG-UUID: 10411498512875416857
EO-Cache-Status: HIT
Page title: 恭喜,站点创建成功!
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>恭喜,站点创建成功!</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>恭喜, 站点创建成功!</h1>
<h3>这是默认index.html,本页面由系统自动生成</h3>
<ul>
<li>本页面在FTP根目录下的index.html</li>
<li>您可以修改、删除或覆盖本页面</li>
<li>FTP相关信息,请到“面板系统后台 > FTP” 查看</li>
</ul>
</div>
</body>
</html>
Open service 43.174.247.38:80 · web.12t.top
2026-01-25 15:35
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 15:31:08 GMT
Etag: "6976373c-395"
Server: nginx
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 917
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 15:35:34 GMT
Age: 17
EO-LOG-UUID: 4683908250920665261
EO-Cache-Status: HIT
Page title: 恭喜,站点创建成功!
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>恭喜,站点创建成功!</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>恭喜, 站点创建成功!</h1>
<h3>这是默认index.html,本页面由系统自动生成</h3>
<ul>
<li>本页面在FTP根目录下的index.html</li>
<li>您可以修改、删除或覆盖本页面</li>
<li>FTP相关信息,请到“面板系统后台 > FTP” 查看</li>
</ul>
</div>
</body>
</html>
Open service 43.174.247.38:443 · dify.lucius7.dev
2026-01-25 15:18
HTTP/1.1 307 Temporary Redirect
Server: nginx/1.29.4
location: /apps
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 15:18:48 GMT
EO-LOG-UUID: 9412860384770600098
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
/apps
Open service 43.174.247.38:80 · dify.lucius7.dev
2026-01-25 15:18
HTTP/1.1 307 Temporary Redirect
Server: nginx/1.29.4
location: /apps
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 15:18:51 GMT
EO-LOG-UUID: 12337941007186760731
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
/apps
Open service 43.174.247.38:80 · www.zmgir.cn
2026-01-25 15:04
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 15:00:31 GMT
Etag: "6976300f-9851"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 38993
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 15:04:59 GMT
Age: 17
EO-LOG-UUID: 11561740461673357573
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: H5高端创意滚屏科技公司前端html源码模板 - 代码库
<!DOCTYPE HTML>
<html class=" ">
<head>
<meta name="renderer" content="webkit">
<meta charset="utf-8"/>
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
<meta name="generator" content="Dmaku" data-variable="/,cn,10001,,10001,M1156010" />
<meta name="format-detection" content="email=no" />
<meta name="format-detection" content="telephone=no" />
<meta name="full-screen" content="yes">
<meta name="x5-fullscreen" content="true">
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>H5高端创意滚屏科技公司前端html源码模板 - 代码库</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="Dmaku"/>
<link rel='stylesheet' href='css/index.css'>
</head>
<!--/************************************************************
* *
* 代码库 *
* www.dmaku.com *
* 努力创建完善、持续更新插件以及模板 *
* *
**************************************************************-->
<body class="class-10001">
<div class="load-box"> <svg viewBox="0 0 120 120" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g>
<circle cx="35" cy="16.6987298" r="11"></circle>
<circle cx="16.6987298" cy="35" r="11"></circle>
<circle cx="10" cy="60" r="11"></circle>
<circle cx="16.6987298" cy="85" r="11"></circle>
<circle cx="35" cy="103.30127" r="11"></circle>
<circle cx="60" cy="110" r="11"></circle>
<circle cx="85" cy="103.30127" r="11"></circle>
<circle cx="103.30127" cy="85" r="11"></circle>
<circle cx="110" cy="60" r="11"></circle>
<circle cx="103.30127" cy="35" r="11"></circle>
<circle cx="85" cy="16.6987298" r="11"></circle>
<circle cx="60" cy="10" r="11"></circle>
</g>
</svg> </div>
<!--[if lte IE 8]>
<div class="text-center padding-top-50 padding-bottom-50 bg-blue-grey-100">
<p class="browserupgrade font-size-18">你正在使用一个<strong>过时</strong>的浏览器。请<a href="javascript:;" target="_blank">升级您的浏览器</a>,以提高您的体验。</p>
</div>
<![endif]-->
<div class="side-open">
<hr>
<hr>
<hr>
<hr>
</div>
<div class="side-box">
<div class="side-cut">
<div class="side-shadow"></div>
<div class="side-bin">
<div class="side-search">
<form name="formsearch" action="/plus/search.php">
<input type="hidden" name="kwtype" value="0" />
<div class="form-group">
<div class="input-search">
<button type="submit" class="input-search-btn"><i class="icon wb-search" aria-hidden="true"></i></button>
<input class="form-control none-border" name="q" value="" placeholder="Search title ...">
</div>
</div>
</form>
</div>
<div class="side-nav">
<ul>
<li class="nav-first"> <a href="javascript:;" title="网站首页"> <i class="fa fa-home"></i> <b>网站首页</b> </a> </li>
<li class="nav-first "> <a href="javascript:;" title="关于我们" data-alert="全部"> <i class="fa fa-home fa-pie-chart"></i> <b>关于我们</b> </a> </li>
<li class="nav-first "> <a href="javascript:;" title="服务项目" data-alert="全部"> <i class="fa fa-home fa-coffee"></i> <b>服务项目</b> </a> </li>
<li class="nav-first has "> <a href="javascript:;" title="产品中心" data-alert="全部"> <i class="fa fa-home fa-camera"></i> <b>产品中心</b>
<p>16</p>
</a> <u> </u><i> </i>
<ul>
<dl>
<dt><img width="400" data-original="images/1-1P203103J5P9.jpg"></dt>
<dd>APP技术原本是对软件进行加速运算或进行大型科学运算的技术,基于Paas开发平台开发出的APP,直接部署在云环境上,形��
Open service 43.174.247.38:443 · www.zmgir.cn
2026-01-25 15:04
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 15:00:31 GMT
Etag: "6976300f-9851"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 38993
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 15:04:57 GMT
Age: 15
EO-LOG-UUID: 429926763995168392
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: H5高端创意滚屏科技公司前端html源码模板 - 代码库
<!DOCTYPE HTML>
<html class=" ">
<head>
<meta name="renderer" content="webkit">
<meta charset="utf-8"/>
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
<meta name="generator" content="Dmaku" data-variable="/,cn,10001,,10001,M1156010" />
<meta name="format-detection" content="email=no" />
<meta name="format-detection" content="telephone=no" />
<meta name="full-screen" content="yes">
<meta name="x5-fullscreen" content="true">
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>H5高端创意滚屏科技公司前端html源码模板 - 代码库</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="Dmaku"/>
<link rel='stylesheet' href='css/index.css'>
</head>
<!--/************************************************************
* *
* 代码库 *
* www.dmaku.com *
* 努力创建完善、持续更新插件以及模板 *
* *
**************************************************************-->
<body class="class-10001">
<div class="load-box"> <svg viewBox="0 0 120 120" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g>
<circle cx="35" cy="16.6987298" r="11"></circle>
<circle cx="16.6987298" cy="35" r="11"></circle>
<circle cx="10" cy="60" r="11"></circle>
<circle cx="16.6987298" cy="85" r="11"></circle>
<circle cx="35" cy="103.30127" r="11"></circle>
<circle cx="60" cy="110" r="11"></circle>
<circle cx="85" cy="103.30127" r="11"></circle>
<circle cx="103.30127" cy="85" r="11"></circle>
<circle cx="110" cy="60" r="11"></circle>
<circle cx="103.30127" cy="35" r="11"></circle>
<circle cx="85" cy="16.6987298" r="11"></circle>
<circle cx="60" cy="10" r="11"></circle>
</g>
</svg> </div>
<!--[if lte IE 8]>
<div class="text-center padding-top-50 padding-bottom-50 bg-blue-grey-100">
<p class="browserupgrade font-size-18">你正在使用一个<strong>过时</strong>的浏览器。请<a href="javascript:;" target="_blank">升级您的浏览器</a>,以提高您的体验。</p>
</div>
<![endif]-->
<div class="side-open">
<hr>
<hr>
<hr>
<hr>
</div>
<div class="side-box">
<div class="side-cut">
<div class="side-shadow"></div>
<div class="side-bin">
<div class="side-search">
<form name="formsearch" action="/plus/search.php">
<input type="hidden" name="kwtype" value="0" />
<div class="form-group">
<div class="input-search">
<button type="submit" class="input-search-btn"><i class="icon wb-search" aria-hidden="true"></i></button>
<input class="form-control none-border" name="q" value="" placeholder="Search title ...">
</div>
</div>
</form>
</div>
<div class="side-nav">
<ul>
<li class="nav-first"> <a href="javascript:;" title="网站首页"> <i class="fa fa-home"></i> <b>网站首页</b> </a> </li>
<li class="nav-first "> <a href="javascript:;" title="关于我们" data-alert="全部"> <i class="fa fa-home fa-pie-chart"></i> <b>关于我们</b> </a> </li>
<li class="nav-first "> <a href="javascript:;" title="服务项目" data-alert="全部"> <i class="fa fa-home fa-coffee"></i> <b>服务项目</b> </a> </li>
<li class="nav-first has "> <a href="javascript:;" title="产品中心" data-alert="全部"> <i class="fa fa-home fa-camera"></i> <b>产品中心</b>
<p>16</p>
</a> <u> </u><i> </i>
<ul>
<dl>
<dt><img width="400" data-original="images/1-1P203103J5P9.jpg"></dt>
<dd>APP技术原本是对软件进行加速运算或进行大型科学运算的技术,基于Paas开发平台开发出的APP,直接部署在云环境上,形��
Open service 43.174.247.38:443 · zhuyejun.de5.net
2026-01-25 14:51
HTTP/1.1 200 OK
Content-Type: text/html
Server: TencentEdgeOne
Content-Length: 3376
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 14:51:49 GMT
EO-LOG-UUID: 15165287123874919709
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: OpenList
<!doctype html>
<html lang="en" translate="no">
<head>
<meta charset="utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1" >
<meta name="referrer" content="same-origin" >
<meta name="generator" content="OpenList" >
<meta name="theme-color" content="#000000" >
<meta name="google" content="notranslate" >
<link href="/manifest.json" rel="manifest" >
<meta name="apple-mobile-web-app-capable" content="yes" >
<meta name="apple-mobile-web-app-title" content="OpenList" >
<link rel="apple-touch-icon" href="https://res.oplist.org/logo/logo.svg" >
<link rel="shortcut icon"
type="image/ico"
href="https://res.oplist.org/logo/logo.svg"
>
<title>OpenList</title>
<script>
window.OPENLIST_CONFIG = {
cdn: '',
base_path: '/',
api: undefined,
main_color: '#1890ff',
}
window.__dynamic_base__ = window.OPENLIST_CONFIG.cdn || ""
</script>
<script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script>
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src= window.__dynamic_base__+e.getAttribute('data-src'),n.onload=function(){System.import( window.__dynamic_base__+document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/index-legacy-C7GeLJzS.js"></script>
<script>
(function(){
var preloads = [{"parentTagName":"head","tagName":"script","attrs":{"type":"module","crossorigin":"","src":"/assets/index-BFcje_PK.js"}},{"parentTagName":"head","tagName":"link","attrs":{"rel":"stylesheet","crossorigin":"","href":"/assets/index-DYLAoZjS.css"}},{"parentTagName":"body","tagName":"script","attrs":{"nomodule":"","crossorigin":"","id":"vite-legacy-polyfill","src":"/assets/polyfills-legacy-fFt7otW2.js"}}];
function setAttribute(target, attrs) {
for (var key in attrs) {
target.setAttribute(key, attrs[key]);
}
return target;
};
for(var i = 0; i < preloads.length; i++){
var item = preloads[i]
var childNode = document.createElement(item.tagName);
setAttribute(childNode, item.attrs)
if( window.__dynamic_base__) {
if(item.tagName == 'link') {
setAttribute(childNode, { href: window.__dynamic_base__ + item.attrs.href })
} else if (item.tagName == 'script') {
setAttribute(childNode, { src: window.__dynamic_base__ + item.attrs.src })
}
}
document.getElementsByTagName(item.parentTagName)[0].appendChild(childNode);
}
})();
</script>
</body>
</html>
Open service 43.174.247.38:443 · pan.12t.top
2026-01-25 14:23
HTTP/1.1 200 OK
Last-Modified: Tue, 13 Jan 2026 16:54:23 GMT
Etag: "696678bf-1870"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 6256
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 14:24:08 GMT
Age: 15
EO-LOG-UUID: 12570045786515770528
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 选择游戏平台
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>选择游戏平台</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
background: #f2f2f7;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
.container {
background: #ffffff;
border-radius: 24px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
padding: 48px 32px;
text-align: center;
max-width: 400px;
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.05);
}
h1 {
color: #1d1d1f;
font-size: 2.25rem;
font-weight: 700;
margin-bottom: 32px;
letter-spacing: -0.02em;
}
.placeholder {
color: #8e8e93;
font-size: 1rem;
margin-top: 20px;
font-weight: 400;
}
.button-container {
margin-top: 32px;
display: flex;
flex-direction: column;
gap: 12px;
}
.platform-button {
background: #f2f2f7;
color: #1d1d1f;
border: none;
padding: 16px 24px;
border-radius: 16px;
font-size: 1.1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.2s ease;
border: 1px solid rgba(0, 0, 0, 0.04);
font-family: inherit;
}
.platform-button:hover {
background: #e5e5ea;
transform: translateY(-1px);
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.platform-button:active {
transform: translateY(0);
background: #d1d1d6;
}
/* 手机端适配 */
@media (max-width: 480px) {
.container {
padding: 32px 24px;
margin: 16px;
border-radius: 20px;
}
h1 {
font-size: 1.75rem;
}
.placeholder {
font-size: 0.9rem;
}
.platform-button {
padding: 14px 20px;
font-size: 1rem;
border-radius: 14px;
}
}
/* 超小屏幕适配 */
@media (max-width: 320px) {
.container {
padding: 24px 20px;
margin: 12px;
}
h1 {
font-size: 1.5rem;
}
.platform-button {
padding: 12px 18px;
font-size: 0.95rem;
}
}
</style>
</head>
<body>
<div class="container">
<h1>选择游戏平台</h1>
<div class="button-container" id="buttonContainer">
<div class="placeholder">
正在加载平台...
</div>
</div>
</div>
<script>
// 静态文件夹列表(用于演示)
const staticFolders = [
'Steam',
'Epic Games',
'Origin',
'Uplay'
];
let folders = [...staticFolders];
// 尝试动态读取文件夹(需要PHP服务器支持)
async function loadFoldersFromServer() {
try {
const response = await fetch('get_folders.php');
if (response.ok) {
const serverFolders = await response.json();
folders = serverFolders;
console
Open service 43.174.247.38:80 · pan.12t.top
2026-01-25 14:23
HTTP/1.1 200 OK
Last-Modified: Tue, 13 Jan 2026 16:54:23 GMT
Etag: "696678bf-1870"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 6256
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 14:24:10 GMT
Age: 17
EO-LOG-UUID: 16072805805246303526
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 选择游戏平台
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>选择游戏平台</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
background: #f2f2f7;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
.container {
background: #ffffff;
border-radius: 24px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
padding: 48px 32px;
text-align: center;
max-width: 400px;
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.05);
}
h1 {
color: #1d1d1f;
font-size: 2.25rem;
font-weight: 700;
margin-bottom: 32px;
letter-spacing: -0.02em;
}
.placeholder {
color: #8e8e93;
font-size: 1rem;
margin-top: 20px;
font-weight: 400;
}
.button-container {
margin-top: 32px;
display: flex;
flex-direction: column;
gap: 12px;
}
.platform-button {
background: #f2f2f7;
color: #1d1d1f;
border: none;
padding: 16px 24px;
border-radius: 16px;
font-size: 1.1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.2s ease;
border: 1px solid rgba(0, 0, 0, 0.04);
font-family: inherit;
}
.platform-button:hover {
background: #e5e5ea;
transform: translateY(-1px);
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.platform-button:active {
transform: translateY(0);
background: #d1d1d6;
}
/* 手机端适配 */
@media (max-width: 480px) {
.container {
padding: 32px 24px;
margin: 16px;
border-radius: 20px;
}
h1 {
font-size: 1.75rem;
}
.placeholder {
font-size: 0.9rem;
}
.platform-button {
padding: 14px 20px;
font-size: 1rem;
border-radius: 14px;
}
}
/* 超小屏幕适配 */
@media (max-width: 320px) {
.container {
padding: 24px 20px;
margin: 12px;
}
h1 {
font-size: 1.5rem;
}
.platform-button {
padding: 12px 18px;
font-size: 0.95rem;
}
}
</style>
</head>
<body>
<div class="container">
<h1>选择游戏平台</h1>
<div class="button-container" id="buttonContainer">
<div class="placeholder">
正在加载平台...
</div>
</div>
</div>
<script>
// 静态文件夹列表(用于演示)
const staticFolders = [
'Steam',
'Epic Games',
'Origin',
'Uplay'
];
let folders = [...staticFolders];
// 尝试动态读取文件夹(需要PHP服务器支持)
async function loadFoldersFromServer() {
try {
const response = await fetch('get_folders.php');
if (response.ok) {
const serverFolders = await response.json();
folders = serverFolders;
console
Open service 43.174.247.38:443 · www.miumc.com
2026-01-25 14:14
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Link: <https://www.miumc.com/wp-json/>; rel="https://api.w.org/"
Pragma: no-cache
Server: Microsoft-IIS/10.0
Set-Cookie: PHPSESSID=kg3j1d2oib7cc8od7ullsi4c57; expires=Sun, 25 Jan 2026 14:24:37 GMT; Max-Age=600; path=/
Vary: Accept-Encoding
X-Powered-By: PHP/8.2.29
X-Powered-By: ASP.NET
Cache-Control: must-revalidate, no-cache, no-store
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 14:14:37 GMT
EO-LOG-UUID: 13626691007053057016
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: MIUMC | 缪世界服务器
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MIUMC | 缪世界服务器</title>
<!-- Favicons -->
<link href="https://www.miumc.com/wp-content/themes/seaous/assets/img/favicon.ico" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,700,700i&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="https://www.miumc.com/wp-content/themes/seaous/assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://www.miumc.com/wp-content/themes/seaous/assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="https://www.miumc.com/wp-content/themes/seaous/assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="https://www.miumc.com/wp-content/themes/seaous/assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="https://www.miumc.com/wp-content/themes/seaous/assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="https://www.miumc.com/wp-content/themes/seaous/assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="https://www.miumc.com/wp-content/themes/seaous/assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="https://www.miumc.com/wp-content/themes/seaous/assets/css/style.css" rel="stylesheet">
<meta name='robots' content='max-image-preview:large' />
<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id='wp-block-library-inline-css' type='text/css'>
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;
Open service 43.174.247.38:443 · www.deeplynx.com.cn
2026-01-25 14:09
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sun, 25 Jan 2026 14:10:11 GMT
EO-LOG-UUID: 13311716922484834200
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · xyaax.com
2026-01-25 13:43
HTTP/1.1 302 Found
Server: nginx
Content-Type: text/html; charset=UTF-8
Location: https://xyaax.com/wp-admin/setup-config.php
Set-Cookie: server_name_session=c6ccd293ef9179c7da7168fc5db9a665; Max-Age=86400; httponly; path=/
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 13:43:28 GMT
EO-LOG-UUID: 13280447163602166330
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · bj.pgdhw.top
2026-01-25 13:32
HTTP/1.1 200 OK
Last-Modified: Sun, 01 Jun 2025 12:40:09 GMT
Etag: "683c4a29-396"
Server: nginx
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Content-Length: 918
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 13:32:36 GMT
Age: 14
EO-LOG-UUID: 6431007042292277391
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 恭喜,站点创建成功!
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>恭喜,站点创建成功!</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>恭喜, 站点创建成功!</h1>
<h3>这是默认index.html,本页面由系统自动生成</h3>
<ul>
<li>本页面在FTP根目录下的index.html</li>
<li>您可以修改、删除或覆盖本页面</li>
<li>FTP相关信息,请到“面板系统后台 > FTP” 查看</li>
</ul>
</div>
</body>
</html>
Open service 43.174.247.38:80 · bj.pgdhw.top
2026-01-25 13:32
HTTP/1.1 200 OK
Last-Modified: Sun, 01 Jun 2025 12:40:09 GMT
Etag: "683c4a29-396"
Server: nginx
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Content-Length: 918
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 13:32:38 GMT
Age: 16
EO-LOG-UUID: 554060447873450004
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 恭喜,站点创建成功!
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>恭喜,站点创建成功!</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>恭喜, 站点创建成功!</h1>
<h3>这是默认index.html,本页面由系统自动生成</h3>
<ul>
<li>本页面在FTP根目录下的index.html</li>
<li>您可以修改、删除或覆盖本页面</li>
<li>FTP相关信息,请到“面板系统后台 > FTP” 查看</li>
</ul>
</div>
</body>
</html>
Open service 43.174.247.38:443 · londons.xeonsky.com
2026-01-25 13:15
HTTP/1.1 404 Not Found
server: nginx
content-type: text/html
Content-Length: 146
Connection: close
Date: Sun, 25 Jan 2026 13:15:55 GMT
EO-LOG-UUID: 16168276033274120051
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 404 Not Found
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · list.tingbao.top
2026-01-25 13:04
HTTP/1.1 200 OK
Server: nginx/1.18.0 (Ubuntu)
Content-Type: text/html
Content-Length: 3376
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 13:04:54 GMT
Age: 15
EO-LOG-UUID: 10040728040456309401
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: OpenList
<!doctype html>
<html lang="en" translate="no">
<head>
<meta charset="utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1" >
<meta name="referrer" content="same-origin" >
<meta name="generator" content="OpenList" >
<meta name="theme-color" content="#000000" >
<meta name="google" content="notranslate" >
<link href="/manifest.json" rel="manifest" >
<meta name="apple-mobile-web-app-capable" content="yes" >
<meta name="apple-mobile-web-app-title" content="OpenList" >
<link rel="apple-touch-icon" href="https://res.oplist.org/logo/logo.svg" >
<link rel="shortcut icon"
type="image/ico"
href="https://res.oplist.org/logo/logo.svg"
>
<title>OpenList</title>
<script>
window.OPENLIST_CONFIG = {
cdn: '',
base_path: '/',
api: undefined,
main_color: '#1890ff',
}
window.__dynamic_base__ = window.OPENLIST_CONFIG.cdn || ""
</script>
<script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script>
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src= window.__dynamic_base__+e.getAttribute('data-src'),n.onload=function(){System.import( window.__dynamic_base__+document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/index-legacy-D2rKgweC.js"></script>
<script>
(function(){
var preloads = [{"parentTagName":"head","tagName":"script","attrs":{"type":"module","crossorigin":"","src":"/assets/index-BuiRiVor.js"}},{"parentTagName":"head","tagName":"link","attrs":{"rel":"stylesheet","crossorigin":"","href":"/assets/index-DYLAoZjS.css"}},{"parentTagName":"body","tagName":"script","attrs":{"nomodule":"","crossorigin":"","id":"vite-legacy-polyfill","src":"/assets/polyfills-legacy-fFt7otW2.js"}}];
function setAttribute(target, attrs) {
for (var key in attrs) {
target.setAttribute(key, attrs[key]);
}
return target;
};
for(var i = 0; i < preloads.length; i++){
var item = preloads[i]
var childNode = document.createElement(item.tagName);
setAttribute(childNode, item.attrs)
if( window.__dynamic_base__) {
if(item.tagName == 'link') {
setAttribute(childNode, { href: window.__dynamic_base__ + item.attrs.href })
} else if (item.tagName == 'script') {
setAttribute(childNode, { src: window.__dynamic_base__ + item.attrs.src })
}
}
document.getElementsByTagName(item.parentTagName)[0].appendChild(childNode);
}
})();
</script>
</body>
</html>
Open service 43.174.247.38:80 · list.tingbao.top
2026-01-25 13:04
HTTP/1.1 200 OK
Server: nginx/1.18.0 (Ubuntu)
Content-Type: text/html
Content-Length: 3376
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 13:04:56 GMT
Age: 17
EO-LOG-UUID: 12882624733986915060
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: OpenList
<!doctype html>
<html lang="en" translate="no">
<head>
<meta charset="utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1" >
<meta name="referrer" content="same-origin" >
<meta name="generator" content="OpenList" >
<meta name="theme-color" content="#000000" >
<meta name="google" content="notranslate" >
<link href="/manifest.json" rel="manifest" >
<meta name="apple-mobile-web-app-capable" content="yes" >
<meta name="apple-mobile-web-app-title" content="OpenList" >
<link rel="apple-touch-icon" href="https://res.oplist.org/logo/logo.svg" >
<link rel="shortcut icon"
type="image/ico"
href="https://res.oplist.org/logo/logo.svg"
>
<title>OpenList</title>
<script>
window.OPENLIST_CONFIG = {
cdn: '',
base_path: '/',
api: undefined,
main_color: '#1890ff',
}
window.__dynamic_base__ = window.OPENLIST_CONFIG.cdn || ""
</script>
<script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script>
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src= window.__dynamic_base__+e.getAttribute('data-src'),n.onload=function(){System.import( window.__dynamic_base__+document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/index-legacy-D2rKgweC.js"></script>
<script>
(function(){
var preloads = [{"parentTagName":"head","tagName":"script","attrs":{"type":"module","crossorigin":"","src":"/assets/index-BuiRiVor.js"}},{"parentTagName":"head","tagName":"link","attrs":{"rel":"stylesheet","crossorigin":"","href":"/assets/index-DYLAoZjS.css"}},{"parentTagName":"body","tagName":"script","attrs":{"nomodule":"","crossorigin":"","id":"vite-legacy-polyfill","src":"/assets/polyfills-legacy-fFt7otW2.js"}}];
function setAttribute(target, attrs) {
for (var key in attrs) {
target.setAttribute(key, attrs[key]);
}
return target;
};
for(var i = 0; i < preloads.length; i++){
var item = preloads[i]
var childNode = document.createElement(item.tagName);
setAttribute(childNode, item.attrs)
if( window.__dynamic_base__) {
if(item.tagName == 'link') {
setAttribute(childNode, { href: window.__dynamic_base__ + item.attrs.href })
} else if (item.tagName == 'script') {
setAttribute(childNode, { src: window.__dynamic_base__ + item.attrs.src })
}
}
document.getElementsByTagName(item.parentTagName)[0].appendChild(childNode);
}
})();
</script>
</body>
</html>
Open service 43.174.247.38:443 · logapi.shiyelog.top
2026-01-25 12:50
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 12:40:49 GMT
Etag: "122f0e4ba4863c957c8ea606240cfafc"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 11067
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 12:50:21 GMT
EO-LOG-UUID: 3654884846114884965
EO-Cache-Status: Cache Hit
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="next-head-count" content="2"/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-ee7e63bc15b31913.js" defer=""></script><script src="/_next/static/chunks/framework-64ad27b21261a9ce.js" defer=""></script><script src="/_next/static/chunks/main-fc56ac81e639fb5e.js" defer=""></script><script src="/_next/static/chunks/pages/_app-5810f0a972a88d88.js" defer=""></script><script src="/_next/static/chunks/645-a643f384786cf0b2.js" defer=""></script><script src="/_next/static/chunks/pages/index-be6c125ca13d054f.js" defer=""></script><script src="/_next/static/DlXQJsCV7zbWHX2E7nhF0/_buildManifest.js" defer=""></script><script src="/_next/static/DlXQJsCV7zbWHX2E7nhF0/_ssgManifest.js" defer=""></script><style id="__jsx-e06103554324d594">*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Microsoft YaHei",sans-serif}body{background:#f8f9ff;min-height:100vh;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#5a4b6c;line-height:1.6;padding:20px}</style><style id="__jsx-3e55b01524e846d5">.container.jsx-aa0b509d18e2ac1{max-width:740px;background:#fff;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;padding:32px;-webkit-box-shadow:0 4px 15px rgba(137,207,240,.2);-moz-box-shadow:0 4px 15px rgba(137,207,240,.2);box-shadow:0 4px 15px rgba(137,207,240,.2);margin-bottom:20px;border:1px solid#e0f0ff}.header.jsx-aa0b509d18e2ac1{border-bottom:1px solid#e0f0ff;padding-bottom:1rem;margin-bottom:2rem}.title.jsx-aa0b509d18e2ac1{font-size:1.7rem;margin-bottom:16px;color:#5a8de0;text-align:center;font-weight:600}.version-badge.jsx-aa0b509d18e2ac1{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:default;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:4px 10px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;color:#00c180;background-color:rgba(99,226,183,.15);-webkit-transition:background-color.3s cubic-bezier(.4,0,.2,1),color.3s cubic-bezier(.4,0,.2,1),border-color.3s cubic-bezier(.4,0,.2,1);-moz-transition:background-color.3s cubic-bezier(.4,0,.2,1),color.3s cubic-bezier(.4,0,.2,1),border-color.3s cubic-bezier(.4,0,.2,1);-o-transition:background-color.3s cubic-bezier(.4,0,.2,1),color.3s cubic-bezier(.4,0,.2,1),border-color.3s cubic-bezier(.4,0,.2,1);transition:background-color.3s cubic-bezier(.4,0,.2,1),color.3s cubic-bezier(.4,0,.2,1),border-color.3s cubic-bezier(.4,0,.2,1);line-height:1;height:28px;font-size:12px;font-weight:600;letter-spacing:.5px}.version-badge.jsx-aa0b509d18e2ac1:hover{background-color:rgba(99,226,183,.25)}.description.jsx-aa0b509d18e2ac1{font-size:.95rem;margin-bottom:24px;color:#7a6b8d;text-align:center;line-height:1.7}.api-grid.jsx-aa0b509d18e2ac1{display:grid;grid-template-columns:1fr;gap:1rem}.api-card.jsx-aa0b509d18e2ac1{background-color:#f5f9ff;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;padding:1.5rem;text-align:left;border-left:4px solid#8bc2f0;-webkit-box-shadow:0 2px 4px rgba(137,207,240,.2);-moz-box-shadow:0 2px 4px r
Open service 43.174.247.38:80 · logapi.shiyelog.top
2026-01-25 12:50
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 12:40:49 GMT
Etag: "122f0e4ba4863c957c8ea606240cfafc"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 17
Content-Length: 11067
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 12:50:23 GMT
EO-LOG-UUID: 5349504123686246399
EO-Cache-Status: Cache Hit
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="next-head-count" content="2"/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-ee7e63bc15b31913.js" defer=""></script><script src="/_next/static/chunks/framework-64ad27b21261a9ce.js" defer=""></script><script src="/_next/static/chunks/main-fc56ac81e639fb5e.js" defer=""></script><script src="/_next/static/chunks/pages/_app-5810f0a972a88d88.js" defer=""></script><script src="/_next/static/chunks/645-a643f384786cf0b2.js" defer=""></script><script src="/_next/static/chunks/pages/index-be6c125ca13d054f.js" defer=""></script><script src="/_next/static/DlXQJsCV7zbWHX2E7nhF0/_buildManifest.js" defer=""></script><script src="/_next/static/DlXQJsCV7zbWHX2E7nhF0/_ssgManifest.js" defer=""></script><style id="__jsx-e06103554324d594">*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Microsoft YaHei",sans-serif}body{background:#f8f9ff;min-height:100vh;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#5a4b6c;line-height:1.6;padding:20px}</style><style id="__jsx-3e55b01524e846d5">.container.jsx-aa0b509d18e2ac1{max-width:740px;background:#fff;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;padding:32px;-webkit-box-shadow:0 4px 15px rgba(137,207,240,.2);-moz-box-shadow:0 4px 15px rgba(137,207,240,.2);box-shadow:0 4px 15px rgba(137,207,240,.2);margin-bottom:20px;border:1px solid#e0f0ff}.header.jsx-aa0b509d18e2ac1{border-bottom:1px solid#e0f0ff;padding-bottom:1rem;margin-bottom:2rem}.title.jsx-aa0b509d18e2ac1{font-size:1.7rem;margin-bottom:16px;color:#5a8de0;text-align:center;font-weight:600}.version-badge.jsx-aa0b509d18e2ac1{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:default;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:4px 10px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;color:#00c180;background-color:rgba(99,226,183,.15);-webkit-transition:background-color.3s cubic-bezier(.4,0,.2,1),color.3s cubic-bezier(.4,0,.2,1),border-color.3s cubic-bezier(.4,0,.2,1);-moz-transition:background-color.3s cubic-bezier(.4,0,.2,1),color.3s cubic-bezier(.4,0,.2,1),border-color.3s cubic-bezier(.4,0,.2,1);-o-transition:background-color.3s cubic-bezier(.4,0,.2,1),color.3s cubic-bezier(.4,0,.2,1),border-color.3s cubic-bezier(.4,0,.2,1);transition:background-color.3s cubic-bezier(.4,0,.2,1),color.3s cubic-bezier(.4,0,.2,1),border-color.3s cubic-bezier(.4,0,.2,1);line-height:1;height:28px;font-size:12px;font-weight:600;letter-spacing:.5px}.version-badge.jsx-aa0b509d18e2ac1:hover{background-color:rgba(99,226,183,.25)}.description.jsx-aa0b509d18e2ac1{font-size:.95rem;margin-bottom:24px;color:#7a6b8d;text-align:center;line-height:1.7}.api-grid.jsx-aa0b509d18e2ac1{display:grid;grid-template-columns:1fr;gap:1rem}.api-card.jsx-aa0b509d18e2ac1{background-color:#f5f9ff;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;padding:1.5rem;text-align:left;border-left:4px solid#8bc2f0;-webkit-box-shadow:0 2px 4px rgba(137,207,240,.2);-moz-box-shadow:0 2px 4px r
Open service 43.174.247.38:80 · dwgzs.vip
2026-01-25 12:45
HTTP/1.1 301 Moved Permanently
Server: nginx
Content-Type: text/html
Location: https://dwgzs.vip/
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 162
Connection: close
Date: Sun, 25 Jan 2026 12:46:08 GMT
EO-LOG-UUID: 14318896626232003619
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · dwgzs.vip
2026-01-25 12:45
HTTP/1.1 403 Forbidden
server: nginx
content-type: text/html;charset=utf8
vary: Accept-Encoding
set-cookie: 0fabd52e0e190eb97bd7400eaf6f0565=bc77fabb701b696efd293e4a556c1b31; expires=Sun, 25-Jan-26 14:46:05 GMT; path=/;
Cache-Control: no-cache
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 12:46:04 GMT
EO-LOG-UUID: 16477125131501262967
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<html><meta charset="utf-8" /><title></title><div></div></html>
<script> window.location.href ="/"; </script>
Open service 43.174.247.38:80 · log.shiyelog.top
2026-01-25 12:41
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 12:33:32 GMT
Etag: "f2911003ec29070bb147eea6f90a22a2"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 17
Content-Length: 819
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 12:41:24 GMT
EO-LOG-UUID: 16652520785389861916
EO-Cache-Status: Cache Hit
Page title: 海豹TRPG跑团着色器
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>海豹TRPG跑团着色器</title>
<meta name="referrer" content="never">
<!-- element css cdn, if you use custom theme, remove it. -->
<!-- <link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/element-plus/dist/index.css"
/> -->
<script type="module" crossorigin src="./assets/index-BdgDfErK.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-BIG18xxe.css">
</head>
<body>
<div id="app"></div>
<script src = "https://hm.baidu.com/hm.js?8b8970a59ce725128ac21520c714201e" referrerpolicy="origin"></script>
</body>
</html>
Open service 43.174.247.38:443 · log.shiyelog.top
2026-01-25 12:41
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 12:33:32 GMT
Etag: "f2911003ec29070bb147eea6f90a22a2"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 819
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 12:41:22 GMT
EO-LOG-UUID: 13907200399085775995
EO-Cache-Status: Cache Hit
Page title: 海豹TRPG跑团着色器
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>海豹TRPG跑团着色器</title>
<meta name="referrer" content="never">
<!-- element css cdn, if you use custom theme, remove it. -->
<!-- <link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/element-plus/dist/index.css"
/> -->
<script type="module" crossorigin src="./assets/index-BdgDfErK.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-BIG18xxe.css">
</head>
<body>
<div id="app"></div>
<script src = "https://hm.baidu.com/hm.js?8b8970a59ce725128ac21520c714201e" referrerpolicy="origin"></script>
</body>
</html>
Open service 43.174.247.38:80 · avoidwhite.shumengya.top
2026-01-25 12:34
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 11:42:44 GMT
Etag: "4fb06ce9bf66469c98a2d6cb56323c70"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 18
Content-Length: 3665
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 12:34:52 GMT
EO-LOG-UUID: 1104296112071564713
EO-Cache-Status: Cache Hit
Page title: 别踩白块
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>别踩白块</title>
<link rel="icon"
href="favicon.png">
<script>
(function (doc, win) {
var docEl = doc.documentElement
var resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize'
function recalc() {
var designWidth = 750
var clientWidth = docEl.clientWidth
if (!clientWidth || clientWidth > designWidth) {
clientWidth = designWidth
}
docEl.style.fontSize = (100 * clientWidth / designWidth) + 'px'
}
if (!doc.addEventListener) return
win.addEventListener(resizeEvt, recalc, false)
doc.addEventListener('DOMContentLoaded', recalc, false)
recalc()
})(document, window)
</script>
<link rel="stylesheet" href="./dist/styles/basic.css?v=201902102023">
</head>
<body>
<div class="modal white-bg" id="init-modal">
<div class="init-modal-content">
<!--<p class="title">别踩白块</p>-->
<div class="modal-btn" id="classics-btn">经典</div>
<div class="modal-btn" id="topspeed-btn">极速</div>
<div class="modal-btn disable" id="arcade-btn">街机</div>
<div class="modal-btn" id="history-btn">历史记录</div>
<a target="_blank" href="https://github.com/QiShaoXuan/dont-touch-white" class="modal-btn">原项目仓库</a>
<a target="_blank" href="https://github.com/Firfr/dont-touch-white" class="modal-btn" style="background: #ebf4f4;">镜像制作仓库</a>
</div>
</div>
<div class="modal dim-bg" id="score-modal" style="display: none;">
<div class="modal-content">
<p class="title">游戏结束</p>
<p class="content">得分:<span id="score"></span></p>
<p class="content">历史最高分:<span id="history-score"></span></p>
<div class="modal-btn" id="topspeed-reset" data-modal="#score-modal">重新开始</div>
<div class="modal-btn back-btn" data-modal="#score-modal">返回首页</div>
</div>
</div>
<div class="modal dim-bg" id="coding-modal" style="display: none;">
<div class="modal-content">
<p class="title">正在开发 ...</p>
<div class="modal-btn modal-close-btn" data-modal="#coding-modal">关闭</div>
</div>
</div>
<div class="modal dim-bg" id="history-modal" style="display: none;">
<div class="modal-content">
<p class="title">历史记录</p>
<p class="content">极速模式:<span id="history-topspeed-score"></span></p>
<p class="content">经典模式:<span id="history-classics-score">--</span></p>
<div class="modal-btn back-btn" data-modal="#history-modal">返回首页</div>
</div>
</div>
<div class="topspeed-container hide">
<div class="score-container topspeed">0</div>
<div class="container topspeed" id="topspeed-container"></div>
</div>
<div class="classics-container">
<div class="score-container classics">
<div><span id="remaining-time">60</span>''</div>
<!--<span id="classics-score">0</span>-->
</div>
<div class="container classics" id="classics-container"></div>
</div>
<!--<div class="toggle-btn"></div>-->
</body>
<script src="./dist/scripts/topspeed.js?v=201902102023"></script>
<script src="./dist/scripts/classics.js?v=201902102023"></script>
<script src="./dist/scripts/index.js?v=201902102023"></script>
<script>
// const btn = document.querySelector('.toggle-btn')
//
// btn.addEventListener('click', function () {
// if (topspeed.status == 0) {
// topspeed.start()
// } else {
// topspeed.pause()
// }
// })
</script>
</html>
Open service 43.174.247.38:443 · avoidwhite.shumengya.top
2026-01-25 12:34
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 11:42:44 GMT
Etag: "4fb06ce9bf66469c98a2d6cb56323c70"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 3665
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 12:34:50 GMT
EO-LOG-UUID: 7602816085787511046
EO-Cache-Status: Cache Hit
Page title: 别踩白块
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>别踩白块</title>
<link rel="icon"
href="favicon.png">
<script>
(function (doc, win) {
var docEl = doc.documentElement
var resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize'
function recalc() {
var designWidth = 750
var clientWidth = docEl.clientWidth
if (!clientWidth || clientWidth > designWidth) {
clientWidth = designWidth
}
docEl.style.fontSize = (100 * clientWidth / designWidth) + 'px'
}
if (!doc.addEventListener) return
win.addEventListener(resizeEvt, recalc, false)
doc.addEventListener('DOMContentLoaded', recalc, false)
recalc()
})(document, window)
</script>
<link rel="stylesheet" href="./dist/styles/basic.css?v=201902102023">
</head>
<body>
<div class="modal white-bg" id="init-modal">
<div class="init-modal-content">
<!--<p class="title">别踩白块</p>-->
<div class="modal-btn" id="classics-btn">经典</div>
<div class="modal-btn" id="topspeed-btn">极速</div>
<div class="modal-btn disable" id="arcade-btn">街机</div>
<div class="modal-btn" id="history-btn">历史记录</div>
<a target="_blank" href="https://github.com/QiShaoXuan/dont-touch-white" class="modal-btn">原项目仓库</a>
<a target="_blank" href="https://github.com/Firfr/dont-touch-white" class="modal-btn" style="background: #ebf4f4;">镜像制作仓库</a>
</div>
</div>
<div class="modal dim-bg" id="score-modal" style="display: none;">
<div class="modal-content">
<p class="title">游戏结束</p>
<p class="content">得分:<span id="score"></span></p>
<p class="content">历史最高分:<span id="history-score"></span></p>
<div class="modal-btn" id="topspeed-reset" data-modal="#score-modal">重新开始</div>
<div class="modal-btn back-btn" data-modal="#score-modal">返回首页</div>
</div>
</div>
<div class="modal dim-bg" id="coding-modal" style="display: none;">
<div class="modal-content">
<p class="title">正在开发 ...</p>
<div class="modal-btn modal-close-btn" data-modal="#coding-modal">关闭</div>
</div>
</div>
<div class="modal dim-bg" id="history-modal" style="display: none;">
<div class="modal-content">
<p class="title">历史记录</p>
<p class="content">极速模式:<span id="history-topspeed-score"></span></p>
<p class="content">经典模式:<span id="history-classics-score">--</span></p>
<div class="modal-btn back-btn" data-modal="#history-modal">返回首页</div>
</div>
</div>
<div class="topspeed-container hide">
<div class="score-container topspeed">0</div>
<div class="container topspeed" id="topspeed-container"></div>
</div>
<div class="classics-container">
<div class="score-container classics">
<div><span id="remaining-time">60</span>''</div>
<!--<span id="classics-score">0</span>-->
</div>
<div class="container classics" id="classics-container"></div>
</div>
<!--<div class="toggle-btn"></div>-->
</body>
<script src="./dist/scripts/topspeed.js?v=201902102023"></script>
<script src="./dist/scripts/classics.js?v=201902102023"></script>
<script src="./dist/scripts/index.js?v=201902102023"></script>
<script>
// const btn = document.querySelector('.toggle-btn')
//
// btn.addEventListener('click', function () {
// if (topspeed.status == 0) {
// topspeed.start()
// } else {
// topspeed.pause()
// }
// })
</script>
</html>
Open service 43.174.247.38:80 · cq.071717.xyz
2026-01-25 12:13
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 11:56:56 GMT
content-type: text/html; charset=UTF-8
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bfTfxl5XUG5cnLSra959RAJ2quMIKEwrOH5DqUUjNzr3WHMQws%2FWP3KFHjTykCYwSKopRRN1DSsBC6lR5CIeoiXeuVAON0stIC%2BNgu6vdVmDYA%3D%3D"}]}
x-powered-by: Express
cf-cache-status: DYNAMIC
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
server: cloudflare
cf-ray: 9c37af8fef9a06d4-AMS
alt-svc: h3=":443"; ma=86400
Cache-Control: public, max-age=0
Content-Length: 22606
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 12:13:57 GMT
Age: 18
EO-LOG-UUID: 77002014287380909
EO-Cache-Status: HIT
Page title: 这是一个神奇的文字页面
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>这是一个神奇的文字页面</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="app">
<header>
<div class="header-top">
<h1>这是一个神奇的文字页面</h1>
<button id="theme-toggle" class="theme-toggle" type="button">🌙</button>
</div>
<p>致敬 1.76 时代。</p>
</header>
<section id="auth" class="panel">
<div class="auth-hero">
<div class="auth-copy">
<span class="badge">这是一个神奇的文字页面</span>
<h2>踏入玛法</h2>
<p>创建角色,进入比奇城,与你的同伴一起探索沙巴克与赤月。</p>
<div class="auth-ornament"></div>
</div>
<div class="auth-cards">
<div class="auth-card">
<h3>登录</h3>
<input id="login-username" type="text" placeholder="账号">
<input id="login-password" type="password" placeholder="密码">
<div class="captcha-row">
<input id="login-captcha" type="text" placeholder="验证码">
<img id="login-captcha-img" class="captcha-img" alt="验证码">
<button id="login-captcha-refresh" class="captcha-refresh" type="button">换一张</button>
</div>
<button id="login-btn">进入世界</button>
</div>
<div class="auth-card">
<h3>注册</h3>
<input id="register-username" type="text" placeholder="账号">
<input id="register-password" type="password" placeholder="密码">
<div class="captcha-row">
<input id="register-captcha" type="text" placeholder="验证码">
<img id="register-captcha-img" class="captcha-img" alt="验证码">
<button id="register-captcha-refresh" class="captcha-refresh" type="button">换一张</button>
</div>
<button id="register-btn">创建账号</button>
</div>
</div>
</div>
<div id="auth-msg" class="msg"></div>
<div id="auth-toast" class="toast hidden"></div>
</section>
<section id="character" class="panel hidden">
<h2>角色列表</h2>
<div id="character-list"></div>
<div class="divider"></div>
<h3>创建角色</h3>
<input id="char-name" type="text" placeholder="角色名">
<select id="char-class">
<option value="warrior">战士</option>
<option value="mage">法师</option>
<option value="taoist">道士</option>
</select>
<button id="create-char-btn">创建</button>
<div id="char-msg" class="msg"></div>
</section>
<section id="game" class="panel hidden">
<div class="status-grid">
<div class="status-card">
<div class="status-title">角色信息</div>
<div class="status-row"><span>角色</span><strong id="ui-name">-</strong></div>
<div class="status-row"><span>职业/等级</span><strong id="ui-class">-</strong></div>
<div class="status-row"><span>行会</span><strong id="ui-guild">-</strong></div>
<div class="status-row"><span>PK/状态</span><strong id="ui-pk">-</strong></div>
<div class="status-row"><span>VIP</span><strong id="ui-vip">-</strong></div>
<div class="status-row"><span>在线人数</span><strong id="ui-online">-</strong></div>
<div class="status-row"><span>服务器时间</span><strong id="ui-server-time">-</strong></div>
<div class="status-row"><span>队伍成员</span><strong id="ui-party">-</strong></div>
<div class="status-row gold-row"><span>金币</span><strong id="ui-gold">0</strong></div>
</div>
<div class="status-card">
<div class="status-title">状态条</div>
<div class="bar-label">生命</div>
<div class="bar"><div id="bar-hp" class="bar-fill hp"></div></div>
<div class="status-ro
Open service 43.174.247.38:443 · cq.071717.xyz
2026-01-25 12:13
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 11:56:56 GMT
content-type: text/html; charset=UTF-8
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bfTfxl5XUG5cnLSra959RAJ2quMIKEwrOH5DqUUjNzr3WHMQws%2FWP3KFHjTykCYwSKopRRN1DSsBC6lR5CIeoiXeuVAON0stIC%2BNgu6vdVmDYA%3D%3D"}]}
x-powered-by: Express
cf-cache-status: DYNAMIC
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
server: cloudflare
cf-ray: 9c37af8fef9a06d4-AMS
alt-svc: h3=":443"; ma=86400
Cache-Control: public, max-age=0
Content-Length: 22606
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 12:13:55 GMT
Age: 16
EO-LOG-UUID: 15680766235941426122
EO-Cache-Status: HIT
Page title: 这是一个神奇的文字页面
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>这是一个神奇的文字页面</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="app">
<header>
<div class="header-top">
<h1>这是一个神奇的文字页面</h1>
<button id="theme-toggle" class="theme-toggle" type="button">🌙</button>
</div>
<p>致敬 1.76 时代。</p>
</header>
<section id="auth" class="panel">
<div class="auth-hero">
<div class="auth-copy">
<span class="badge">这是一个神奇的文字页面</span>
<h2>踏入玛法</h2>
<p>创建角色,进入比奇城,与你的同伴一起探索沙巴克与赤月。</p>
<div class="auth-ornament"></div>
</div>
<div class="auth-cards">
<div class="auth-card">
<h3>登录</h3>
<input id="login-username" type="text" placeholder="账号">
<input id="login-password" type="password" placeholder="密码">
<div class="captcha-row">
<input id="login-captcha" type="text" placeholder="验证码">
<img id="login-captcha-img" class="captcha-img" alt="验证码">
<button id="login-captcha-refresh" class="captcha-refresh" type="button">换一张</button>
</div>
<button id="login-btn">进入世界</button>
</div>
<div class="auth-card">
<h3>注册</h3>
<input id="register-username" type="text" placeholder="账号">
<input id="register-password" type="password" placeholder="密码">
<div class="captcha-row">
<input id="register-captcha" type="text" placeholder="验证码">
<img id="register-captcha-img" class="captcha-img" alt="验证码">
<button id="register-captcha-refresh" class="captcha-refresh" type="button">换一张</button>
</div>
<button id="register-btn">创建账号</button>
</div>
</div>
</div>
<div id="auth-msg" class="msg"></div>
<div id="auth-toast" class="toast hidden"></div>
</section>
<section id="character" class="panel hidden">
<h2>角色列表</h2>
<div id="character-list"></div>
<div class="divider"></div>
<h3>创建角色</h3>
<input id="char-name" type="text" placeholder="角色名">
<select id="char-class">
<option value="warrior">战士</option>
<option value="mage">法师</option>
<option value="taoist">道士</option>
</select>
<button id="create-char-btn">创建</button>
<div id="char-msg" class="msg"></div>
</section>
<section id="game" class="panel hidden">
<div class="status-grid">
<div class="status-card">
<div class="status-title">角色信息</div>
<div class="status-row"><span>角色</span><strong id="ui-name">-</strong></div>
<div class="status-row"><span>职业/等级</span><strong id="ui-class">-</strong></div>
<div class="status-row"><span>行会</span><strong id="ui-guild">-</strong></div>
<div class="status-row"><span>PK/状态</span><strong id="ui-pk">-</strong></div>
<div class="status-row"><span>VIP</span><strong id="ui-vip">-</strong></div>
<div class="status-row"><span>在线人数</span><strong id="ui-online">-</strong></div>
<div class="status-row"><span>服务器时间</span><strong id="ui-server-time">-</strong></div>
<div class="status-row"><span>队伍成员</span><strong id="ui-party">-</strong></div>
<div class="status-row gold-row"><span>金币</span><strong id="ui-gold">0</strong></div>
</div>
<div class="status-card">
<div class="status-title">状态条</div>
<div class="bar-label">生命</div>
<div class="bar"><div id="bar-hp" class="bar-fill hp"></div></div>
<div class="status-ro
Open service 43.174.247.38:443 · jibozhou.anyuonline.vip
2026-01-25 12:03
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 11:46:58 GMT
Etag: "b29ab32b6390fd20821ae354bd5b8cee"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 576
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 12:04:11 GMT
EO-LOG-UUID: 18183022444799585558
EO-Cache-Status: Cache Hit
Page title: 中考冲刺每日打卡
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>中考冲刺每日打卡</title>
<link href="https://fonts.googleapis.com/css2?family=ZCOOL+KuaiLe&display=swap" rel="stylesheet">
<script type="module" crossorigin src="/assets/index-DLVgu_4O.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Bp9hPTfc.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Open service 43.174.247.38:80 · jibozhou.anyuonline.vip
2026-01-25 12:03
HTTP/1.1 302 Found Location: https://jibozhou.anyuonline.vip/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Sun, 25 Jan 2026 12:04:13 GMT EO-LOG-UUID: 16744065528967309367 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · ee.sc.cn
2026-01-25 11:54
HTTP/1.1 301 Moved Permanently
Server: nginx
Content-Type: text/html
Location: http://www.ee.sc.cn/
Content-Length: 162
Connection: close
Date: Sun, 25 Jan 2026 11:55:01 GMT
EO-LOG-UUID: 9541900622551369525
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · blog.quiyu.cn
2026-01-25 11:08
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 04:01:23 GMT
Etag: "a1b848baa8c15712b0f21a95d0506567"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 105819
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 11:09:00 GMT
EO-LOG-UUID: 712564954126939144
EO-Cache-Status: Cache Hit
Page title: QuiYu Blog - 个人随笔与技术分享
<!DOCTYPE html><html lang="zh-CN" class="bg-[var(--page-bg)] transition text-[12px] md:text-[16px] dark" data-overlayscrollbars-initialize data-astro-cid-sckkx6r4 style="--bannerOffset: 15vh;--banner-height-home: 65vh;--banner-height: 35vh;--configHue: 250;--page-width: 75rem;--bg-url: none;--bg-enable: 1;--bg-position: center;--bg-size: cover;--bg-repeat: no-repeat;--bg-attachment: fixed;--bg-opacity: 1;--configHue: 250;"> <!-- 手机端适配 --> <head><title>QuiYu Blog - 个人随笔与技术分享</title><meta charset="UTF-8"><meta name="description" content="记录个人随笔与技术实践的独立站点,主要分享折腾过程中的想法与经验."><meta name="author" content="紜清"><meta name="keywords" content="Firefly, Fuwari, Astro, ACGN, 博客, 技术博客, 静态博客"><meta property="og:site_name" content="QuiYu Blog"><meta property="og:url" content="https://blog.quiyu.cn/"><meta property="og:title" content="QuiYu Blog - 个人随笔与技术分享"><meta property="og:description" content="记录个人随笔与技术实践的独立站点,主要分享折腾过程中的想法与经验."><meta property="og:type" content="website"><meta name="viewport" content="width=device-width"><meta name="generator" content="Astro v5.7.9"><script src="/js/umami-share.js" defer></script><script data-swup-ignore-script src="https://pic.quiyu.cn/random.js" defer></script><link rel="icon" href="/favicon.png"><!-- Set the theme before the page is rendered to avoid a flash --><script>(function(){const DEFAULT_THEME = "auto";
const LIGHT_MODE = "light";
const DARK_MODE = "dark";
const AUTO_MODE = "auto";
const BANNER_HEIGHT_EXTEND = 30;
const PAGE_WIDTH = 75;
const configHue = 250;
const forceDarkMode = false;
// Force dark mode if configured
if (forceDarkMode) {
document.documentElement.classList.add('dark');
localStorage.setItem('theme', DARK_MODE);
} else {
// Load the theme from local storage
const theme = localStorage.getItem('theme') || DARK_MODE;
switch (theme) {
case LIGHT_MODE:
document.documentElement.classList.remove('dark');
break
case DARK_MODE:
document.documentElement.classList.add('dark');
break
case AUTO_MODE:
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.documentElement.classList.add('dark');
} else {
document.documentElement.classList.remove('dark');
}
}
}
// Load the hue from local storage
const hue = localStorage.getItem('hue') || configHue;
document.documentElement.style.setProperty('--hue', hue);
// calculate the --banner-height-extend, which needs to be a multiple of 4 to avoid blurry text
let offset = Math.floor(window.innerHeight * (BANNER_HEIGHT_EXTEND / 100));
offset = offset - offset % 4;
document.documentElement.style.setProperty('--banner-height-extend', `${offset}px`);
})();</script><link rel="alternate" type="application/rss+xml" title="紜清" href="https://blog.quiyu.cn/rss.xml"><!-- Umami分析(官方) --><script defer src="https://cloud.umami.is/script.js" data-website-id="010a1dd3-7465-4fa7-b73b-09b6ad6efe85"></script><link rel="stylesheet" href="/_astro/Layout.BuewHHUq.css">
<link rel="stylesheet" href="/_astro/Layout.Ds13mcav.css">
<link rel="stylesheet" href="/_astro/_page_.F2g6C21Q.css">
<link rel="stylesheet" href="/_astro/_page_.DzdXvkSA.css">
<link rel="stylesheet" href="/_astro/_page_.CwnYxdEp.css">
<style>.friend-card[data-astro-cid-spp2p3no]{display:flex;flex-direction:column;gap:.25rem;border-radius:.5rem;border-width:1px;border-color:#0000001a;background-color:var(--card-bg);padding:1rem}.friend-card[data-astro-cid-spp2p3no]:hover{border-color:#0003;background-color:#0000000d}.friend-card[data-astro-cid-spp2p3no]:is(.dark *){border-color:#ffffff1a}.friend-card[data-astro-cid-spp2p3no]:hover:is(.dark *){border-color:#fff3;background-color:#ffffff0d}.friend-card[data-astro-cid-spp2p3no]{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;backdrop-filter:blur(12px);-webkit-backd
Open service 43.174.247.38:80 · blog.quiyu.cn
2026-01-25 11:08
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 04:01:23 GMT
Etag: "a1b848baa8c15712b0f21a95d0506567"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 18
Content-Length: 105819
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 11:09:03 GMT
EO-LOG-UUID: 12901411250114569776
EO-Cache-Status: Cache Hit
Page title: QuiYu Blog - 个人随笔与技术分享
<!DOCTYPE html><html lang="zh-CN" class="bg-[var(--page-bg)] transition text-[12px] md:text-[16px] dark" data-overlayscrollbars-initialize data-astro-cid-sckkx6r4 style="--bannerOffset: 15vh;--banner-height-home: 65vh;--banner-height: 35vh;--configHue: 250;--page-width: 75rem;--bg-url: none;--bg-enable: 1;--bg-position: center;--bg-size: cover;--bg-repeat: no-repeat;--bg-attachment: fixed;--bg-opacity: 1;--configHue: 250;"> <!-- 手机端适配 --> <head><title>QuiYu Blog - 个人随笔与技术分享</title><meta charset="UTF-8"><meta name="description" content="记录个人随笔与技术实践的独立站点,主要分享折腾过程中的想法与经验."><meta name="author" content="紜清"><meta name="keywords" content="Firefly, Fuwari, Astro, ACGN, 博客, 技术博客, 静态博客"><meta property="og:site_name" content="QuiYu Blog"><meta property="og:url" content="https://blog.quiyu.cn/"><meta property="og:title" content="QuiYu Blog - 个人随笔与技术分享"><meta property="og:description" content="记录个人随笔与技术实践的独立站点,主要分享折腾过程中的想法与经验."><meta property="og:type" content="website"><meta name="viewport" content="width=device-width"><meta name="generator" content="Astro v5.7.9"><script src="/js/umami-share.js" defer></script><script data-swup-ignore-script src="https://pic.quiyu.cn/random.js" defer></script><link rel="icon" href="/favicon.png"><!-- Set the theme before the page is rendered to avoid a flash --><script>(function(){const DEFAULT_THEME = "auto";
const LIGHT_MODE = "light";
const DARK_MODE = "dark";
const AUTO_MODE = "auto";
const BANNER_HEIGHT_EXTEND = 30;
const PAGE_WIDTH = 75;
const configHue = 250;
const forceDarkMode = false;
// Force dark mode if configured
if (forceDarkMode) {
document.documentElement.classList.add('dark');
localStorage.setItem('theme', DARK_MODE);
} else {
// Load the theme from local storage
const theme = localStorage.getItem('theme') || DARK_MODE;
switch (theme) {
case LIGHT_MODE:
document.documentElement.classList.remove('dark');
break
case DARK_MODE:
document.documentElement.classList.add('dark');
break
case AUTO_MODE:
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.documentElement.classList.add('dark');
} else {
document.documentElement.classList.remove('dark');
}
}
}
// Load the hue from local storage
const hue = localStorage.getItem('hue') || configHue;
document.documentElement.style.setProperty('--hue', hue);
// calculate the --banner-height-extend, which needs to be a multiple of 4 to avoid blurry text
let offset = Math.floor(window.innerHeight * (BANNER_HEIGHT_EXTEND / 100));
offset = offset - offset % 4;
document.documentElement.style.setProperty('--banner-height-extend', `${offset}px`);
})();</script><link rel="alternate" type="application/rss+xml" title="紜清" href="https://blog.quiyu.cn/rss.xml"><!-- Umami分析(官方) --><script defer src="https://cloud.umami.is/script.js" data-website-id="010a1dd3-7465-4fa7-b73b-09b6ad6efe85"></script><link rel="stylesheet" href="/_astro/Layout.BuewHHUq.css">
<link rel="stylesheet" href="/_astro/Layout.Ds13mcav.css">
<link rel="stylesheet" href="/_astro/_page_.F2g6C21Q.css">
<link rel="stylesheet" href="/_astro/_page_.DzdXvkSA.css">
<link rel="stylesheet" href="/_astro/_page_.CwnYxdEp.css">
<style>.friend-card[data-astro-cid-spp2p3no]{display:flex;flex-direction:column;gap:.25rem;border-radius:.5rem;border-width:1px;border-color:#0000001a;background-color:var(--card-bg);padding:1rem}.friend-card[data-astro-cid-spp2p3no]:hover{border-color:#0003;background-color:#0000000d}.friend-card[data-astro-cid-spp2p3no]:is(.dark *){border-color:#ffffff1a}.friend-card[data-astro-cid-spp2p3no]:hover:is(.dark *){border-color:#fff3;background-color:#ffffff0d}.friend-card[data-astro-cid-spp2p3no]{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;backdrop-filter:blur(12px);-webkit-backd
Open service 43.174.247.38:443 · www.goldhom.site
2026-01-25 10:42
HTTP/1.1 403 Forbidden
Content-Type: application/xml
Server: tencent-cos
x-cos-request-id: Njk3NWYzYjRfZWMyZjJjMGJfMzdmXzQxZTczZg==
x-cos-trace-id: OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODc0OWRkZjk0ZDM1NmI1M2E2MTRlY2MzZDhmNmI5MWI1OTBjYzE2MjAxN2M1MzJiOTdkZjMxMDVlYTZjN2FiMmI0MDBjNjhkZWJjMjQwNmJiZTViMjhmM2QwOTUzMGFiMzY=
Content-Length: 449
Connection: close
Date: Sun, 25 Jan 2026 10:42:59 GMT
EO-LOG-UUID: 39132634953041130
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<?xml version='1.0' encoding='utf-8' ?>
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied.</Message>
<ServerTime>2026-01-25T10:43:00Z</ServerTime>
<Resource>/</Resource>
<RequestId>Njk3NWYzYjRfZWMyZjJjMGJfMzdmXzQxZTczZg==</RequestId>
<TraceId>OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODc0OWRkZjk0ZDM1NmI1M2E2MTRlY2MzZDhmNmI5MWI1OTBjYzE2MjAxN2M1MzJiOTdkZjMxMDVlYTZjN2FiMmI0MDBjNjhkZWJjMjQwNmJiZTViMjhmM2QwOTUzMGFiMzY=</TraceId>
</Error>
Open service 43.174.247.38:80 · www.goldhom.site
2026-01-25 10:42
HTTP/1.1 403 Forbidden
Content-Type: application/xml
Server: tencent-cos
x-cos-request-id: Njk3NWYzYjZfMTJkN2IyMDlfMjBlYl8zZDg2MzY=
x-cos-trace-id: OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODc0OWRkZjk0ZDM1NmI1M2E2MTRlY2MzZDhmNmI5MWI1OTBjYzE2MjAxN2M1MzJiOTdkZjMxMDVlYTZjN2FiMmI0MDBjNjhkZWJjMjQwNmJiZTViMjhmM2QwOTUzMGFiMzY=
Content-Length: 449
Connection: close
Date: Sun, 25 Jan 2026 10:43:02 GMT
EO-LOG-UUID: 6737615507933364770
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<?xml version='1.0' encoding='utf-8' ?>
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied.</Message>
<ServerTime>2026-01-25T10:43:02Z</ServerTime>
<Resource>/</Resource>
<RequestId>Njk3NWYzYjZfMTJkN2IyMDlfMjBlYl8zZDg2MzY=</RequestId>
<TraceId>OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODc0OWRkZjk0ZDM1NmI1M2E2MTRlY2MzZDhmNmI5MWI1OTBjYzE2MjAxN2M1MzJiOTdkZjMxMDVlYTZjN2FiMmI0MDBjNjhkZWJjMjQwNmJiZTViMjhmM2QwOTUzMGFiMzY=</TraceId>
</Error>
Open service 43.174.247.38:80 · test.htlss.cn
2026-01-25 10:37
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 10:27:47 GMT
Etag: "23652e4c3a6f36efbdea1d91d5567461"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 17
Content-Length: 4013
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 10:38:09 GMT
EO-LOG-UUID: 6961388455022551455
EO-Cache-Status: Cache Hit
Page title: 广东跃东建设有限公司 - 智能治超一体化解决方案
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>广东跃东建设有限公司 - 智能治超一体化解决方案</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="container">
<h1>广东跃东建设有限公司</h1>
<p>智能治超硬件和软件一体化方案提供商</p>
</div>
</header>
<nav>
<div class="container">
<ul>
<li><a href="#about">公司简介</a></li>
<li><a href="#services">业务范围</a></li>
<li><a href="#contact">联系我们</a></li>
</ul>
</div>
</nav>
<section id="hero">
<div class="container">
<h2>引领智能治超,保障道路安全</h2>
<p>我们致力于提供先进的智能治超技术,为公路安全保驾护航。</p>
</div>
</section>
<section id="about" class="container">
<h2><a name="about"></a>公司简介</h2>
<p>广东跃东建设有限公司是一家专注于智能治超领域的创新型企业。我们提供从硬件设备到软件平台的一体化解决方案,致力于提升道路运输管理的智能化水平,有效遏制车辆超限超载行为,保障人民生命财产安全和道路基础设施完好。</p>
<p>公司拥有一支经验丰富的研发团队,持续投入于技术创新与产品迭代。我们掌握了动态称重、图像识别、大数据分析等核心技术,并积极探索人工智能在治超领域的应用,力求为客户提供更智能、更高效、更可靠的治超产品与服务。</p>
</section>
<section id="services" class="container">
<h2><a name="services"></a>业务范围</h2>
<div class="service-grid">
<div class="service-item">
<h3>公路治超检测站</h3>
<p>提供全套公路治超检测站解决方案,包括高精度称重设备、车牌识别系统、视频监控系统以及后端管理平台,实现对超限车辆的精准、高效检测与管理。</p>
</div>
<div class="service-item">
<h3>源头治超</h3>
<p>针对货物装载源头企业,提供源头治超信息化管理系统,通过对货运车辆出场前的称重数据进行采集与监控,从源头上杜绝超限超载车辆上路行驶。</p>
</div>
<div class="service-item">
<h3>不停车超限检测</h3>
<p>研发和部署先进的不停车超限检测系统(动态称重系统),能够在车辆正常行驶过程中完成称重和超限判断,极大提高检测效率,减少对交通的影响。</p>
</div>
<div class="service-item">
<h3>智慧交通综合管理平台</h3>
<p>构建一体化智慧交通综合管理平台,整合前端多元感知数据,运用大数据分析与人工智能技术,为交通执法部门提供精准、高效的决策支持与协同作业能力,全面提升交通管理智能化水平。</p>
</div>
</div>
</section>
<section id="contact" class="container">
<h2><a name="contact"></a>联系我们</h2>
<p>如果您对我们的产品或服务感兴趣,欢迎随时联系我们:</p>
<ul>
<li>公司名称:广东跃东建设有限公司</li>
<li>业务:13500229394</li>
<li>技术:18620250158</li>
</ul>
</section>
<footer>
<div class="container">
<p>© <span id="currentYear"></span> 广东跃东建设有限公司. All Rights Reserved.</p>
</div>
</footer>
<script>
document.getElementById('currentYear').textContent = new Date().getFullYear();
</script>
</body>
</html>
Open service 43.174.247.38:443 · test.htlss.cn
2026-01-25 10:37
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 10:27:47 GMT
Etag: "23652e4c3a6f36efbdea1d91d5567461"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 4013
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 10:38:07 GMT
EO-LOG-UUID: 11930041704255172774
EO-Cache-Status: Cache Hit
Page title: 广东跃东建设有限公司 - 智能治超一体化解决方案
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>广东跃东建设有限公司 - 智能治超一体化解决方案</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="container">
<h1>广东跃东建设有限公司</h1>
<p>智能治超硬件和软件一体化方案提供商</p>
</div>
</header>
<nav>
<div class="container">
<ul>
<li><a href="#about">公司简介</a></li>
<li><a href="#services">业务范围</a></li>
<li><a href="#contact">联系我们</a></li>
</ul>
</div>
</nav>
<section id="hero">
<div class="container">
<h2>引领智能治超,保障道路安全</h2>
<p>我们致力于提供先进的智能治超技术,为公路安全保驾护航。</p>
</div>
</section>
<section id="about" class="container">
<h2><a name="about"></a>公司简介</h2>
<p>广东跃东建设有限公司是一家专注于智能治超领域的创新型企业。我们提供从硬件设备到软件平台的一体化解决方案,致力于提升道路运输管理的智能化水平,有效遏制车辆超限超载行为,保障人民生命财产安全和道路基础设施完好。</p>
<p>公司拥有一支经验丰富的研发团队,持续投入于技术创新与产品迭代。我们掌握了动态称重、图像识别、大数据分析等核心技术,并积极探索人工智能在治超领域的应用,力求为客户提供更智能、更高效、更可靠的治超产品与服务。</p>
</section>
<section id="services" class="container">
<h2><a name="services"></a>业务范围</h2>
<div class="service-grid">
<div class="service-item">
<h3>公路治超检测站</h3>
<p>提供全套公路治超检测站解决方案,包括高精度称重设备、车牌识别系统、视频监控系统以及后端管理平台,实现对超限车辆的精准、高效检测与管理。</p>
</div>
<div class="service-item">
<h3>源头治超</h3>
<p>针对货物装载源头企业,提供源头治超信息化管理系统,通过对货运车辆出场前的称重数据进行采集与监控,从源头上杜绝超限超载车辆上路行驶。</p>
</div>
<div class="service-item">
<h3>不停车超限检测</h3>
<p>研发和部署先进的不停车超限检测系统(动态称重系统),能够在车辆正常行驶过程中完成称重和超限判断,极大提高检测效率,减少对交通的影响。</p>
</div>
<div class="service-item">
<h3>智慧交通综合管理平台</h3>
<p>构建一体化智慧交通综合管理平台,整合前端多元感知数据,运用大数据分析与人工智能技术,为交通执法部门提供精准、高效的决策支持与协同作业能力,全面提升交通管理智能化水平。</p>
</div>
</div>
</section>
<section id="contact" class="container">
<h2><a name="contact"></a>联系我们</h2>
<p>如果您对我们的产品或服务感兴趣,欢迎随时联系我们:</p>
<ul>
<li>公司名称:广东跃东建设有限公司</li>
<li>业务:13500229394</li>
<li>技术:18620250158</li>
</ul>
</section>
<footer>
<div class="container">
<p>© <span id="currentYear"></span> 广东跃东建设有限公司. All Rights Reserved.</p>
</div>
</footer>
<script>
document.getElementById('currentYear').textContent = new Date().getFullYear();
</script>
</body>
</html>
Open service 43.174.247.38:443 · www.ee.sc.cn
2026-01-25 10:30
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sun, 25 Jan 2026 10:30:19 GMT
EO-LOG-UUID: 8020941850417378801
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · 260125-lwh-heartsync.vibevibe.cn
2026-01-25 09:46
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 09:32:12 GMT
Etag: "c4f097d58839ecc00700e903a71c0b29"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 18
Content-Length: 4610
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 09:46:20 GMT
EO-LOG-UUID: 1900355311228346496
EO-Cache-Status: Cache Hit
Page title: 暖心同步 (Warm Muji Sync)
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>暖心同步 (Warm Muji Sync)</title>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Nunito+Sans:wght@300;400;600;700&family=Patrick+Hand&family=Quicksand:wght@300;400;500;600&family=Manrope:wght@300;400;600;800&family=Lora:ital,wght@0,400;0,500;1,400&family=Indie+Flower&family=Noto+Serif:ital,wght@0,400;0,700;1,400&family=Noto+Serif+SC:wght@300;400;500;700&family=ZCOOL+XiaoWei&display=swap"
rel="stylesheet"
/>
<!-- Material Icons -->
<link
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap"
rel="stylesheet"
/>
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<script>
tailwind.config = {
darkMode: "class",
theme: {
extend: {
colors: {
"bg-beige": "#F9F7F2",
"card-white": "#FFFFFF",
"text-brown": "#4A4036",
"text-muted": "#998E83",
"sage": "#94A38E",
"sage-light": "#EFF2EE",
"sage-hover": "#A8B5A3",
"warm-border": "#EBE8E1",
"clay-orange": "#D97B55",
"divider": "#E6E2DC",
},
fontFamily: {
serif: ["Noto Serif SC", "Cormorant Garamond", "serif"],
sans: ["Nunito Sans", "sans-serif"],
hand: ["ZCOOL XiaoWei", "Patrick Hand", "cursive"], // Use a Chinese handwritten style font if available, or fallback
display: ["Manrope", "sans-serif"],
lora: ["Lora", "serif"],
receipt: ["Noto Serif SC", "serif"],
},
boxShadow: {
diffused: "0 20px 50px -12px rgba(74, 64, 54, 0.06)",
subtle: "0 4px 20px -5px rgba(74, 64, 54, 0.03)",
paper: "0 1px 3px rgba(0,0,0,0.02)",
},
backgroundImage: {
"lined-paper":
"repeating-linear-gradient(transparent, transparent 31px, #F2EFEC 31px, #F2EFEC 32px)",
},
animation: {
"pulse-slow": "pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite",
},
},
},
};
</script>
<style>
body {
background-color: #f9f7f2;
color: #4a4036;
-webkit-font-smoothing: antialiased;
}
/* Custom scrollbar for textarea */
textarea::-webkit-scrollbar {
width: 6px;
}
textarea::-webkit-scrollbar-track {
background: transparent;
}
textarea::-webkit-scrollbar-thumb {
background-color: #dccbc0;
border-radius: 20px;
}
.receipt-cut {
position: relative;
}
.receipt-cut::after {
content: "";
position: absolute;
bottom: -10px;
left: 0;
width: 100%;
height: 10px;
background: radial-gradient(circle, transparent 6px, #ffffff 6px);
background-size: 20px 20px;
background-position: -10px 0;
}
.paper-texture {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
opacity: 0.03;
z-index: 50;
background-image: url(https://lh3.googleusercontent.com/aida-public/AB6AXuDTzwTpWb7MB5NBHdP_p_BRSpVyYtCbK0fi2pY2Sw7oVSrpd1JBODWb35VaGnVPx9pvahlOBVH2ZXeuKNJM6m3YlpMNLwnWJ1elGQuQbVKTpWHg-Qx0dQLACVqIa3-qJ1MvQY4WZy5iujrJSWvpRlefQh9GD5_j6M131LoBEj3Z-rciXRh6xPIoFc_Maxo60RN4VHgqDDgbaH8ZaJwMjy7Qot-dIT8I9DJtafpF4rD9LNt_vhnAx7m2IlSsReNlMMaa0J9rlQtA8MM);
}
</style>
<link rel="stylesheet" href="/index.css">
<scrip
Open service 43.174.247.38:443 · 260125-lwh-heartsync.vibevibe.cn
2026-01-25 09:46
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 09:32:12 GMT
Etag: "c4f097d58839ecc00700e903a71c0b29"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 4610
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 09:46:17 GMT
EO-LOG-UUID: 12353152981881662270
EO-Cache-Status: Cache Hit
Page title: 暖心同步 (Warm Muji Sync)
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>暖心同步 (Warm Muji Sync)</title>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Nunito+Sans:wght@300;400;600;700&family=Patrick+Hand&family=Quicksand:wght@300;400;500;600&family=Manrope:wght@300;400;600;800&family=Lora:ital,wght@0,400;0,500;1,400&family=Indie+Flower&family=Noto+Serif:ital,wght@0,400;0,700;1,400&family=Noto+Serif+SC:wght@300;400;500;700&family=ZCOOL+XiaoWei&display=swap"
rel="stylesheet"
/>
<!-- Material Icons -->
<link
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap"
rel="stylesheet"
/>
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<script>
tailwind.config = {
darkMode: "class",
theme: {
extend: {
colors: {
"bg-beige": "#F9F7F2",
"card-white": "#FFFFFF",
"text-brown": "#4A4036",
"text-muted": "#998E83",
"sage": "#94A38E",
"sage-light": "#EFF2EE",
"sage-hover": "#A8B5A3",
"warm-border": "#EBE8E1",
"clay-orange": "#D97B55",
"divider": "#E6E2DC",
},
fontFamily: {
serif: ["Noto Serif SC", "Cormorant Garamond", "serif"],
sans: ["Nunito Sans", "sans-serif"],
hand: ["ZCOOL XiaoWei", "Patrick Hand", "cursive"], // Use a Chinese handwritten style font if available, or fallback
display: ["Manrope", "sans-serif"],
lora: ["Lora", "serif"],
receipt: ["Noto Serif SC", "serif"],
},
boxShadow: {
diffused: "0 20px 50px -12px rgba(74, 64, 54, 0.06)",
subtle: "0 4px 20px -5px rgba(74, 64, 54, 0.03)",
paper: "0 1px 3px rgba(0,0,0,0.02)",
},
backgroundImage: {
"lined-paper":
"repeating-linear-gradient(transparent, transparent 31px, #F2EFEC 31px, #F2EFEC 32px)",
},
animation: {
"pulse-slow": "pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite",
},
},
},
};
</script>
<style>
body {
background-color: #f9f7f2;
color: #4a4036;
-webkit-font-smoothing: antialiased;
}
/* Custom scrollbar for textarea */
textarea::-webkit-scrollbar {
width: 6px;
}
textarea::-webkit-scrollbar-track {
background: transparent;
}
textarea::-webkit-scrollbar-thumb {
background-color: #dccbc0;
border-radius: 20px;
}
.receipt-cut {
position: relative;
}
.receipt-cut::after {
content: "";
position: absolute;
bottom: -10px;
left: 0;
width: 100%;
height: 10px;
background: radial-gradient(circle, transparent 6px, #ffffff 6px);
background-size: 20px 20px;
background-position: -10px 0;
}
.paper-texture {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
opacity: 0.03;
z-index: 50;
background-image: url(https://lh3.googleusercontent.com/aida-public/AB6AXuDTzwTpWb7MB5NBHdP_p_BRSpVyYtCbK0fi2pY2Sw7oVSrpd1JBODWb35VaGnVPx9pvahlOBVH2ZXeuKNJM6m3YlpMNLwnWJ1elGQuQbVKTpWHg-Qx0dQLACVqIa3-qJ1MvQY4WZy5iujrJSWvpRlefQh9GD5_j6M131LoBEj3Z-rciXRh6xPIoFc_Maxo60RN4VHgqDDgbaH8ZaJwMjy7Qot-dIT8I9DJtafpF4rD9LNt_vhnAx7m2IlSsReNlMMaa0J9rlQtA8MM);
}
</style>
<link rel="stylesheet" href="/index.css">
<scrip
Open service 43.174.247.38:80 · jinchuanti.site
2026-01-25 09:34
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 09:07:49 GMT
Etag: "d2ca2055bf54f351fc0c5175cb0a1e40"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 82
Content-Length: 461
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 09:34:50 GMT
EO-LOG-UUID: 10292035529184839936
EO-Cache-Status: Cache Hit
Page title: Vite + Vue + TS
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title>
<script type="module" crossorigin src="/assets/index-CQHALk-g.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CYSpkFON.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 43.174.247.38:443 · jinchuanti.site
2026-01-25 09:34
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 09:07:49 GMT
Etag: "d2ca2055bf54f351fc0c5175cb0a1e40"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 461
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 09:34:47 GMT
EO-LOG-UUID: 7134123946599748232
EO-Cache-Status: Cache Hit
Page title: Vite + Vue + TS
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title>
<script type="module" crossorigin src="/assets/index-CQHALk-g.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CYSpkFON.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 43.174.247.38:80 · movecar.ttchan.cloudns.ph
2026-01-25 09:17
HTTP/1.1 301 Moved Permanently Location: https://movecar.ttchan.cloudns.ph/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Sun, 25 Jan 2026 09:17:27 GMT EO-LOG-UUID: 14351906363458317891 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · movecar.ttchan.cloudns.ph
2026-01-25 09:17
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 06:04:09 GMT
Etag: "7433b36dbe67ae3f02820a1e68742f12"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 5273
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 09:17:25 GMT
EO-LOG-UUID: 11447328847955403644
EO-Cache-Status: Cache Hit
Page title: EdgeOne Pages Functions: KV Store
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/9e2b412a0b3ee518.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-a8e8730335fdd13a.js"/><script src="/_next/static/chunks/fd9d1056-62aaf4b921c84028.js" async=""></script><script src="/_next/static/chunks/23-f110ce0b3c8b5899.js" async=""></script><script src="/_next/static/chunks/main-app-0617005f09fed64a.js" async=""></script><script src="/_next/static/chunks/app/page-ec9b810bf5c2a5fe.js" async=""></script><title>EdgeOne Pages Functions: KV Store</title><meta name="description" content="An example of using EdgeOne Pages Functions with KV Store."/><link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="63x63"/><meta name="next-size-adjust"/><script src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js" noModule=""></script></head><body class="__className_f367f3"><main><div class="flex items-center justify-center min-h-screen bg-black"><div class="w-full max-w-md p-8 bg-gray-900 rounded-lg shadow-xl"><h1 class="mb-6 text-3xl font-bold text-gray-100"><a href="https://edgeone.ai/products/pages" target="_blank" class="hover:underline">EdgeOne Pages: KV Store</a></h1><div class="text-center"><p class="mb-4 text-gray-300">Thank you for visiting!</p><div class="p-4 bg-gray-800 rounded-md"><span class="block mb-2 text-gray-400">Total Visits:</span><div class="w-24 h-8 mx-auto bg-gray-700 rounded animate-pulse"></div></div></div></div></div></main><script src="/_next/static/chunks/webpack-a8e8730335fdd13a.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/css/9e2b412a0b3ee518.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"3:I[5751,[],\"\"]\n5:I[8040,[\"931\",\"static/chunks/app/page-ec9b810bf5c2a5fe.js\"],\"default\"]\n6:I[9275,[],\"\"]\n7:I[1343,[],\"\"]\n9:I[6130,[],\"\"]\na:[]\n0:[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/9e2b412a0b3ee518.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"$L3\",null,{\"buildId\":\"mkFIgtw6-fp1WhjoMJAOZ\",\"assetPrefix\":\"\",\"initialCanonicalUrl\":\"/\",\"initialTree\":[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"__PAGE__\",{},[[\"$L4\",[\"$\",\"main\",null,{\"children\":[\"$\",\"$L5\",null,{}]}]],null],null]},[[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"__className_f367f3\",\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"
Open service 43.174.247.38:80 · cfw.linka.qzz.io
2026-01-25 09:15
HTTP/1.1 404 Not Found
content-type: text/plain; charset=UTF-8
server-timing: cfEdge;dur=8,cfOrigin;dur=0
speculation-rules: "/cdn-cgi/speculation"
vary: accept-encoding
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xGzti32dYpK8x3KkLJhbyNuQ%2FCTENsvSn4XitvSLRM1WgNeASbm74whxcwNc2N3desefiC4Se3H33FzVeBJ4OkzJ3Qe8ZdjNxRbSvxhhl%2B24CA%3D%3D"}]}
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
server: cloudflare
cf-ray: 9c36ab6028f033b7-AMS
alt-svc: h3=":443"; ma=86400
Content-Length: 13
Connection: close
Date: Sun, 25 Jan 2026 09:16:05 GMT
EO-LOG-UUID: 14152433304648142719
EO-Cache-Status: HIT
404 Not Found
Open service 43.174.247.38:443 · cfw.linka.qzz.io
2026-01-25 09:15
HTTP/1.1 404 Not Found
content-type: text/plain; charset=UTF-8
server-timing: cfEdge;dur=8,cfOrigin;dur=0
speculation-rules: "/cdn-cgi/speculation"
vary: accept-encoding
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xGzti32dYpK8x3KkLJhbyNuQ%2FCTENsvSn4XitvSLRM1WgNeASbm74whxcwNc2N3desefiC4Se3H33FzVeBJ4OkzJ3Qe8ZdjNxRbSvxhhl%2B24CA%3D%3D"}]}
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
server: cloudflare
cf-ray: 9c36ab6028f033b7-AMS
alt-svc: h3=":443"; ma=86400
Content-Length: 13
Connection: close
Date: Sun, 25 Jan 2026 09:16:02 GMT
EO-LOG-UUID: 9673575203428819936
EO-Cache-Status: HIT
404 Not Found
Open service 43.174.247.38:443 · www.kihoperson.top
2026-01-25 09:07
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 08:50:48 GMT
Etag: "af5f228a9e5e846bf4d1519675d8a1b8"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 18584
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 09:07:38 GMT
EO-LOG-UUID: 15526225837400469190
EO-Cache-Status: Cache Hit
Page title: 火之意志永不熄灭 - 火影忍者壁纸珍藏馆
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>火之意志永不熄灭 - 火影忍者壁纸珍藏馆</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="container">
<h1>火之意志永不熄灭</h1>
<p>追寻忍者的足迹,收藏每一个热血瞬间</p>
</div>
</header>
<nav>
<div class="container">
<ul class="nav-menu">
<li><a href="#home" class="nav-link active">木叶村</a></li>
<li><a href="#characters" class="nav-link">忍者传说</a></li>
<li><a href="#gallery" class="nav-link">壁纸宝库</a></li>
<li><a href="#about" class="nav-link">忍道传承</a></li>
</ul>
</div>
</nav>
<main>
<section id="home" class="hero">
<div class="container">
<div class="hero-content">
<h2>踏上忍者的征程</h2>
<p>在这里,每一个像素都燃烧着火之意志,每一张壁纸都诉说着不屈的信念</p>
<button class="cta-button">开启冒险之旅</button>
</div>
<div class="hero-image">
<div class="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./火影忍者_鸣人_涂鸦.jpg" alt="漩涡鸣人" class="carousel-image" data-src="./火影忍者_鸣人_涂鸦.jpg" data-alt="漩涡鸣人 - 永不放弃的吊车尾">
<div class="carousel-caption">
<h3>漩涡鸣人</h3>
<p>我要成为火影,这是我的忍道!</p>
</div>
</div>
<div class="carousel-item">
<img src="./火影忍者_佐助_黑暗风格.jpg" alt="宇智波佐助" class="carousel-image" data-src="./火影忍者_佐助_黑暗风格.jpg" data-alt="宇智波佐助 - 复仇之炎永不熄灭">
<div class="carousel-caption">
<h3>宇智波佐助</h3>
<p>斩断羁绊,背负黑暗前行</p>
</div>
</div>
<div class="carousel-item">
<img src="./火影忍者_鼬_写轮眼.png" alt="宇智波鼬" class="carousel-image" data-src="./火影忍者_鼬_写轮眼.png" data-alt="宇智波鼬 - 月读世界中的守护者">
<div class="carousel-caption">
<h3>宇智波鼬</h3>
<p>为了村子,我愿意背负一切</p>
</div>
</div>
<div class="carousel-item">
<img src="./火影忍者_鸣人_螺旋丸.jpg" alt="漩涡鸣人" class="carousel-image" data-src="./火影忍者_鸣人_螺旋丸.jpg" data-alt="漩涡鸣人 - 螺旋丸,凝聚信念的力量">
<div class="carousel-caption">
<h3>漩涡鸣人</h3>
<p>螺旋丸,凝聚信念的力量!</p>
</div>
</div>
</div>
<button class="carousel-control prev"><</button>
<button class="carousel-control next">></button>
<div class="carousel-in
Open service 43.174.247.38:80 · www.kihoperson.top
2026-01-25 09:07
HTTP/1.1 302 Found Location: https://www.kihoperson.top/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Sun, 25 Jan 2026 09:07:40 GMT EO-LOG-UUID: 9086413443558573442 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · 8.5.wuyangmotor.com
2026-01-25 09:04
HTTP/1.1 302 Found
Content-Type: text/html
Server: Nginx
Expires: 0
Pragma: no-cache
X-LANG: 1
X-Timezone: 0800
X-Timestamp: 1769331891
X-Arch: x86
X-Sysbit: x64
X-Enterprise: 0
X-Support-i18n: 0
X-Support-wifi: 0
X-Default-IP: 0
Location: /login
Cache-Control: no-cache
Content-Length: 138
Connection: close
Date: Sun, 25 Jan 2026 09:04:51 GMT
EO-LOG-UUID: 8960113283533074820
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 302 Found
<html>
<head><title>302 Found</title></head>
<body>
<center><h1>302 Found</h1></center>
<hr><center>Nginx</center>
</body>
</html>
Open service 43.174.247.38:80 · 8.5.wuyangmotor.com
2026-01-25 09:04
HTTP/1.1 302 Found
Content-Type: text/html
Server: Nginx
Expires: 0
Pragma: no-cache
X-LANG: 1
X-Timezone: 0800
X-Timestamp: 1769331896
X-Arch: x86
X-Sysbit: x64
X-Enterprise: 0
X-Support-i18n: 0
X-Support-wifi: 0
X-Default-IP: 0
Location: /login
Cache-Control: no-cache
Content-Length: 138
Connection: close
Date: Sun, 25 Jan 2026 09:04:54 GMT
EO-LOG-UUID: 8674616501767410790
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 302 Found
<html>
<head><title>302 Found</title></head>
<body>
<center><h1>302 Found</h1></center>
<hr><center>Nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · www.liminalily.com
2026-01-25 09:00
HTTP/1.1 200 OK
Server: nginx/1.28.0
Content-Type: text/html; charset=UTF-8
Permissions-Policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
X-Frame-Options: SAMEORIGIN
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 09:01:05 GMT
EO-LOG-UUID: 1915161206717788096
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · windows.sehlani.com
2026-01-25 08:33
HTTP/1.1 522 Connect origin timed out
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sun, 25 Jan 2026 08:33:43 GMT
EO-LOG-UUID: 995382158290701978
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · speed.n.294713.xyz
2026-01-25 08:18
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sun, 25 Jan 2026 08:18:28 GMT
EO-LOG-UUID: 15134926313748398715
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · note.chenxinfa.com
2026-01-25 07:46
HTTP/1.1 520 Origin Return Unknown Error
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sun, 25 Jan 2026 07:46:52 GMT
EO-LOG-UUID: 74178800333936700
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · wss.dolacc.com
2026-01-25 07:43
HTTP/1.1 400 Bad Request
Server: workerman
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 07:43:55 GMT
EO-LOG-UUID: 6530859270816649204
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<div style="text-align:center"><h1>WebSocket</h1><hr>workerman</div>
Open service 43.174.247.38:443 · wss.dolacc.com
2026-01-25 07:43
HTTP/1.1 400 Bad Request
Server: workerman
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 07:43:51 GMT
EO-LOG-UUID: 1241831653466429846
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<div style="text-align:center"><h1>WebSocket</h1><hr>workerman</div>
Open service 43.174.247.38:80 · www.mavl.my.id
2026-01-25 07:39
HTTP/1.1 302 Found Location: https://www.mavl.my.id/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Sun, 25 Jan 2026 07:39:38 GMT EO-LOG-UUID: 10426387582627083315 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · www.mavl.my.id
2026-01-25 07:39
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 07:06:05 GMT
Etag: "bd06fe37a0ecb5ae20793130edc772db"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 456
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 07:39:36 GMT
EO-LOG-UUID: 1223465857678209153
EO-Cache-Status: Cache Hit
Page title: temp_proj
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>temp_proj</title>
<script type="module" crossorigin src="/assets/index-G9-VOYra.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BCvmg5md.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Open service 43.174.247.38:443 · ctyun.org.cn
2026-01-25 07:32
HTTP/1.1 521 Connection Reset by Origin
content-type: text/plain; charset=UTF-8
expires: Thu, 01 Jan 1970 00:00:01 GMT
referrer-policy: same-origin
server-timing: cfEdge;dur=432,cfOrigin;dur=0
x-frame-options: SAMEORIGIN
server: cloudflare
cf-ray: 9c3613aa1e30a8d5-SIN
alt-svc: h3=":443"; ma=86400
Cache-Control: private, must-revalidate, no-cache, no-store, max-age=0, post-check=0, pre-check=0
Content-Length: 15
Connection: close
Strict-Transport-Security: max-age=16070400;includeSubDomains;preload
Date: Sun, 25 Jan 2026 07:32:26 GMT
EO-LOG-UUID: 7105589529533656346
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
error code: 521
Open service 43.174.247.38:80 · ctyun.org.cn
2026-01-25 07:32
HTTP/1.1 301 Moved Permanently
Location: https://ctyun.org.cn/
Content-Length: 0
Connection: close
Server: EdgeOne_L7S_OC_FREE
Strict-Transport-Security: max-age=16070400;includeSubDomains;preload
Date: Sun, 25 Jan 2026 07:32:28 GMT
EO-LOG-UUID: 2592084148431033361
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · tl.okzhifu.com
2026-01-25 07:31
HTTP/1.1 302 Found
Server: nginx
Content-Type: text/html; charset=UTF-8
Location: index.html
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 07:31:40 GMT
EO-LOG-UUID: 12824343820307378948
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · long.okzhifu.com
2026-01-25 07:30
HTTP/1.1 302 Found
Server: nginx
Content-Type: text/html; charset=UTF-8
Location: index.html
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 07:31:15 GMT
EO-LOG-UUID: 14197701934751758033
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · long.okzhifu.com
2026-01-25 07:30
HTTP/1.1 302 Found
Server: nginx
Content-Type: text/html; charset=UTF-8
Location: index.html
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 07:31:12 GMT
EO-LOG-UUID: 12299857134501881826
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · dlfw.aiaa.top
2026-01-25 07:10
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server-Timing: cfEdge;dur=7,cfOrigin;dur=0
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=m9CmswV7NAP9pvMgz4AtsLtHLNvuOdn43leXyb872%2BwbuIWD6qMIhI7dPeOySYL2A7H52FCxvgZgboH32sdTiQfq%2F2tWXCXM1W2r"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c35f3fe5ea51de5-MIA
alt-svc: h3=":443"; ma=86400
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 07:10:50 GMT
EO-LOG-UUID: 11063583202957226349
EO-Cache-Status: MISS
Page title: Proxy Everything
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<link href="https://s4.zstatic.net/ajax/libs/materialize/1.0.0/css/materialize.min.css" rel="stylesheet">
<title>Proxy Everything</title>
<link rel="icon" type="image/png" href="https://s2.hdslb.com/bfs/openplatform/1682b11880f5c53171217a03c8adc9f2e2a27fcf.png@100w.webp">
<meta name="Description" content="Proxy Everything with CF Workers.">
<meta property="og:description" content="Proxy Everything with CF Workers.">
<meta property="og:image" content="https://s2.hdslb.com/bfs/openplatform/1682b11880f5c53171217a03c8adc9f2e2a27fcf.png@100w.webp">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Language" content="zh-CN">
<meta name="copyright" content="Copyright © ymyuuu">
<meta name="author" content="ymyuuu">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://s2.hdslb.com/bfs/openplatform/1682b11880f5c53171217a03c8adc9f2e2a27fcf.png@100w.webp">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<style>
body, html {
height: 100%;
margin: 0;
}
.background {
background-size: cover;
background-position: center;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.card {
background-color: rgba(255, 255, 255, 0.8);
transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
background-color: rgba(255, 255, 255, 1);
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}
.input-field input[type=text] {
color: #2c3e50;
}
.input-field input[type=text]:focus+label {
color: #2c3e50 !important;
}
.input-field input[type=text]:focus {
border-bottom: 1px solid #2c3e50 !important;
box-shadow: 0 1px 0 0 #2c3e50 !important;
}
@media (prefers-color-scheme: dark) {
body, html {
background-color: #121212;
color: #e0e0e0;
}
.card {
background-color: rgba(33, 33, 33, 0.9);
color: #ffffff;
}
.card:hover {
background-color: rgba(50, 50, 50, 1);
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.6);
}
.input-field input[type=text] {
color: #ffffff;
}
.input-field input[type=text]:focus+label {
color: #ffffff !important;
}
.input-field input[type=text]:focus {
border-bottom: 1px solid #ffffff !important;
box-shadow: 0 1px 0 0 #ffffff !important;
}
label {
color: #cccccc;
}
}
</style>
</head>
<body>
<div class="background">
<div class="container">
<div class="row">
<div class="col s12 m8 offset-m2 l6 offset-l3">
<div class="card">
<div class="card-content">
<span class="card-title center-align"><i class="material-icons left">link</i>Proxy Everything</span>
<form id="urlForm" onsubmit="redirectToProxy(event)">
<div class="input-field">
<input type="text" id="targetUrl" placeholder="在此输入目标地址" required>
<label for="targetUrl">目标地址</label>
</div>
<button type="submit" class="btn waves-effect waves-light teal darken-2 full-width">跳转</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://s4.zstatic.
Open service 43.174.247.38:80 · dlfw.aiaa.top
2026-01-25 07:10
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vKjm5rlN4UvMznhuYZXBP48XTwGuTJJSmiFliv1JBts2r22r5reCzakDLUh6xtRsM8gTuPjwJxW0LVg2sCJqiWJZZk5ker%2FePYrH"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c35f40cfd94c0ea-AMS
alt-svc: h3=":443"; ma=86400
Content-Length: 4502
Connection: close
Date: Sun, 25 Jan 2026 07:10:52 GMT
EO-LOG-UUID: 7851950560390892385
EO-Cache-Status: MISS
Page title: Proxy Everything
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<link href="https://s4.zstatic.net/ajax/libs/materialize/1.0.0/css/materialize.min.css" rel="stylesheet">
<title>Proxy Everything</title>
<link rel="icon" type="image/png" href="https://s2.hdslb.com/bfs/openplatform/1682b11880f5c53171217a03c8adc9f2e2a27fcf.png@100w.webp">
<meta name="Description" content="Proxy Everything with CF Workers.">
<meta property="og:description" content="Proxy Everything with CF Workers.">
<meta property="og:image" content="https://s2.hdslb.com/bfs/openplatform/1682b11880f5c53171217a03c8adc9f2e2a27fcf.png@100w.webp">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Language" content="zh-CN">
<meta name="copyright" content="Copyright © ymyuuu">
<meta name="author" content="ymyuuu">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://s2.hdslb.com/bfs/openplatform/1682b11880f5c53171217a03c8adc9f2e2a27fcf.png@100w.webp">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<style>
body, html {
height: 100%;
margin: 0;
}
.background {
background-size: cover;
background-position: center;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.card {
background-color: rgba(255, 255, 255, 0.8);
transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
background-color: rgba(255, 255, 255, 1);
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}
.input-field input[type=text] {
color: #2c3e50;
}
.input-field input[type=text]:focus+label {
color: #2c3e50 !important;
}
.input-field input[type=text]:focus {
border-bottom: 1px solid #2c3e50 !important;
box-shadow: 0 1px 0 0 #2c3e50 !important;
}
@media (prefers-color-scheme: dark) {
body, html {
background-color: #121212;
color: #e0e0e0;
}
.card {
background-color: rgba(33, 33, 33, 0.9);
color: #ffffff;
}
.card:hover {
background-color: rgba(50, 50, 50, 1);
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.6);
}
.input-field input[type=text] {
color: #ffffff;
}
.input-field input[type=text]:focus+label {
color: #ffffff !important;
}
.input-field input[type=text]:focus {
border-bottom: 1px solid #ffffff !important;
box-shadow: 0 1px 0 0 #ffffff !important;
}
label {
color: #cccccc;
}
}
</style>
</head>
<body>
<div class="background">
<div class="container">
<div class="row">
<div class="col s12 m8 offset-m2 l6 offset-l3">
<div class="card">
<div class="card-content">
<span class="card-title center-align"><i class="material-icons left">link</i>Proxy Everything</span>
<form id="urlForm" onsubmit="redirectToProxy(event)">
<div class="input-field">
<input type="text" id="targetUrl" placeholder="在此输入目标地址" required>
<label for="targetUrl">目标地址</label>
</div>
<button type="submit" class="btn waves-effect waves-light teal darken-2 full-width">跳转</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://s4.zstatic.
Open service 43.174.247.38:443 · img.gloxina.cn
2026-01-25 07:01
HTTP/1.1 403 Forbidden
Server: openresty
Content-Type: text/html
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET,POST,OPTIONS,PUT,DELETE
Content-Length: 150
Connection: close
Date: Sun, 25 Jan 2026 07:01:54 GMT
EO-LOG-UUID: 804610963035393763
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>openresty</center>
</body>
</html>
Open service 43.174.247.38:80 · img.gloxina.cn
2026-01-25 07:01
HTTP/1.1 403 Forbidden
Server: openresty
Content-Type: text/html
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET,POST,OPTIONS,PUT,DELETE
Content-Length: 150
Connection: close
Date: Sun, 25 Jan 2026 07:01:57 GMT
EO-LOG-UUID: 718882118974465529
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>openresty</center>
</body>
</html>
Open service 43.174.247.38:80 · nas.ns.294713.xyz
2026-01-25 06:28
HTTP/1.1 307 Temporary Redirect
Access-Control-Allow-Credentials: true
Access-Control-Allow-Headers: *
Access-Control-Allow-Methods: GET, POST, OPTIONS
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: *
Content-Security-Policy: default-src 'self' *.ug.link *.googleapis.com *.gtimg.com *.qcloud.com *.map.baidu.com *.bdimg.com onlyoffice.github.io *.xunlei.com *.ugnas.com http://127.0.0.1:8395 'unsafe-inline' 'unsafe-eval' blob: data:;frame-src onlyoffice.github.io 'self' *.ug.link *.ugapp.link *.ugdocker.link nas.ns.294713.xyz:* *.xunlei.com;script-src onlyoffice.github.io 'self' *.googleapis.com *.gtimg.com *.qcloud.com *.map.baidu.com *.bdimg.com *.xunlei.com *.ugnas.com 'unsafe-inline' 'unsafe-eval' blob: data:;connect-src * blob:;img-src onlyoffice.github.io 'self' *.gtimg.com *.qcloud.com *.map.baidu.com *.xunlei.com *.bdimg.com https: blob: data:;report-uri /csp-report-endpoint;
Content-Type: text/html
Location: /desktop/?os=ugospro
Server: TencentEdgeOne
Cache-Control: no-cache, no-store
Content-Length: 164
Connection: close
Date: Sun, 25 Jan 2026 06:29:01 GMT
EO-LOG-UUID: 6606048300888253396
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 307 Temporary Redirect
<html>
<head><title>307 Temporary Redirect</title></head>
<body>
<center><h1>307 Temporary Redirect</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · nas.ns.294713.xyz
2026-01-25 06:28
HTTP/1.1 307 Temporary Redirect
Access-Control-Allow-Credentials: true
Access-Control-Allow-Headers: *
Access-Control-Allow-Methods: GET, POST, OPTIONS
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: *
Content-Security-Policy: default-src 'self' *.ug.link *.googleapis.com *.gtimg.com *.qcloud.com *.map.baidu.com *.bdimg.com onlyoffice.github.io *.xunlei.com *.ugnas.com http://127.0.0.1:8395 'unsafe-inline' 'unsafe-eval' blob: data:;frame-src onlyoffice.github.io 'self' *.ug.link *.ugapp.link *.ugdocker.link nas.ns.294713.xyz:* *.xunlei.com;script-src onlyoffice.github.io 'self' *.googleapis.com *.gtimg.com *.qcloud.com *.map.baidu.com *.bdimg.com *.xunlei.com *.ugnas.com 'unsafe-inline' 'unsafe-eval' blob: data:;connect-src * blob:;img-src onlyoffice.github.io 'self' *.gtimg.com *.qcloud.com *.map.baidu.com *.xunlei.com *.bdimg.com https: blob: data:;report-uri /csp-report-endpoint;
Content-Type: text/html
Location: /desktop/?os=ugospro
Server: TencentEdgeOne
Cache-Control: no-cache, no-store
Content-Length: 164
Connection: close
Date: Sun, 25 Jan 2026 06:28:57 GMT
EO-LOG-UUID: 11079617596814372420
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 307 Temporary Redirect
<html>
<head><title>307 Temporary Redirect</title></head>
<body>
<center><h1>307 Temporary Redirect</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · vaultwarden.551355.xyz
2026-01-25 06:13
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html; charset=utf-8
expires: Sun, 25 Jan 2026 06:23:51 GMT
x-content-type-options: nosniff
permissions-policy: accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(), geolocation=(), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=()
x-frame-options: SAMEORIGIN
referrer-policy: same-origin
x-robots-tag: noindex, nofollow
x-xss-protection: 0
cross-origin-resource-policy: same-origin
content-security-policy: default-src 'none'; font-src 'self'; manifest-src 'self'; base-uri 'self'; form-action 'self'; media-src 'self'; object-src 'self' blob:; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; child-src 'self' https://*.duosecurity.com https://*.duofederal.com; frame-src 'self' https://*.duosecurity.com https://*.duofederal.com; frame-ancestors 'self' chrome-extension://nngceckbapebfimnlniiiahkandclblb chrome-extension://jbkfoedolllekgbhcbcoahefnbanhhlh moz-extension://* ; img-src 'self' data: https://haveibeenpwned.com ; connect-src 'self' https://api.pwnedpasswords.com https://api.2fa.directory https://app.simplelogin.io/api/ https://app.addy.io/api/ https://api.fastmail.com/ https://api.forwardemail.net ;
Strict-Transport-Security: max-age=63072000;includeSubDomains; preload
X-Served-By: vaultwarden.551355.xyz
Cache-Control: public, max-age=600
Content-Length: 23142
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 06:14:14 GMT
Age: 15
EO-LOG-UUID: 14831403119161187714
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Vaultwarden Web
<!doctype html><html class="theme_light"><head><meta charset="utf-8"/><meta name="viewport" content="width=1010"/><meta name="theme-color" content="#175DDC"/><title page-title>Vaultwarden Web</title><link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png"/><link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#175DDC"/><link rel="manifest" href="cca56971e438d22818d6.json"/><script defer="defer" src="theme_head.6991036cc6ce1ab5eee1.js"></script><link href="styles.f5ed5f8f9da818a932a3.css" rel="stylesheet"></head><body class="layout_frontend"><link rel="stylesheet" href="css/vaultwarden.css"/><app-root><div class="tw-flex tw-flex-col tw-min-h-[100vh]"><div class="tw-pt-5 tw-px-5 tw-fixed"><img class="new-logo-themed !tw-w-[200px]" alt="Vaultwarden"/></div><div class="spinner-container tw-justify-center"><i class="bwi bwi-spinner bwi-spin bwi-3x tw-text-muted" title="Loading" aria-hidden="true"></i></div><div class="tw-relative tw-grow"><div class="tw-hidden md:tw-block [&_svg]:tw-absolute [&_svg]:tw-z-[1] tw-opacity-[.11] [&_svg]:tw-bottom-0 [&_svg]:tw-start-0 [&_svg]:tw-w-[35%] [&_svg]:tw-max-w-[450px]"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 501 226"><g clip-path="url(#left-a)"><path class="tw-fill-illustration-bg-primary" d="M-71.691 6.821a4 4 0 0 1 4-4h296.5a4 4 0 0 1 4 4v188a4 4 0 0 1-4 4h-296.5a4 4 0 0 1-4-4v-188Z"/><path class="tw-fill-illustration-bg-primary" d="M-48.941 25.821a2 2 0 0 1 2-2h127.5v154h-127.5a2 2 0 0 1-2-2v-150Z"/><path class="tw-fill-illustration-bg-tertiary" d="M80.559 25.82a2 2 0 0 1 2-2h125.5a2 2 0 0 1 2 2v150.001a2 2 0 0 1-2 2h-125.5a2 2 0 0 1-2-2v-150ZM45.871 89.854c0 17.155-13.96 31.062-31.182 31.062-17.221 0-31.182-13.907-31.182-31.062s13.96-31.062 31.182-31.062c17.221 0 31.182 13.907 31.182 31.062Z"/><path class="tw-fill-illustration-bg-tertiary" d="M72.396 153.443a57.243 57.243 0 0 1 4.663 22.604v1.222a2 2 0 0 1-2 2h-118.5a2 2 0 0 1-2-2v-1.222a57.243 57.243 0 0 1 4.662-22.604c3.078-7.167 7.59-13.678 13.277-19.163 5.688-5.485 12.44-9.836 19.871-12.805a63.228 63.228 0 0 1 23.44-4.496 63.227 63.227 0 0 1 23.439 4.496c7.431 2.969 14.183 7.32 19.87 12.805 5.688 5.485 10.2 11.996 13.278 19.163Z"/><path class="tw-fill-illustration-bg-secondary" d="M161.629 57.193c0 9.182-7.579 16.625-16.927 16.625-9.349 0-16.928-7.443-16.928-16.625 0-9.181 7.579-16.625 16.928-16.625 9.348 0 16.927 7.444 16.927 16.625Z"/><path class="tw-fill-illustration-bg-secondary" d="M176.028 89.071a29.33 29.33 0 0 1 2.531 11.894c0 .937-.759 1.696-1.696 1.696h-63.109a1.695 1.695 0 0 1-1.695-1.696c0-4.081.86-8.123 2.531-11.894 1.671-3.77 4.12-7.197 7.207-10.083 3.088-2.886 6.753-5.176 10.787-6.738a35.275 35.275 0 0 1 12.725-2.366c4.366 0 8.69.804 12.724 2.366 4.034 1.562 7.699 3.852 10.787 6.738 3.087 2.886 5.537 6.312 7.208 10.083ZM161.629 134.193c0 9.182-7.579 16.625-16.927 16.625-9.349 0-16.928-7.443-16.928-16.625s7.579-16.625 16.928-16.625c9.348 0 16.927 7.443 16.927 16.625Z"/><path class="tw-fill-illustration-bg-secondary" d="M176.028 165.953a28.993 28.993 0 0 1 2.531 11.821c0 .93-.755 1.684-1.685 1.684h-63.131c-.93 0-1.684-.754-1.684-1.684 0-4.057.86-8.074 2.531-11.821 1.671-3.748 4.12-7.153 7.207-10.021 3.088-2.869 6.753-5.144 10.787-6.696a35.456 35.456 0 0 1 12.725-2.352c4.366 0 8.69.799 12.724 2.352 4.034 1.552 7.699 3.827 10.787 6.696 3.087 2.868 5.537 6.273 7.208 10.021ZM-87.441 199.521h332.5v14.5c0 5.523-4.478 10-10 10h-312.5c-5.523 0-10-4.477-10-10v-14.5Z"/><path class="tw-fill-illustration-outline" fill-rule="evenodd" d="M208.059 21.82a4 4 0 0 1 4 4v150.001a4 4 0 0 1-4 4l-255 .001a4 4 0 0 1-4-4v-150a4 4 0 0 1 4-4l255-.001Zm-255 154.002h1.5a57.23 57.23 0 0 1 4.378-21.706l.284-.673c2.982-6.943 7.31-13.27 12.748-18.646l.529-.517c5.688-5.485 12.44-9.836 19.871-12.805a62.937 62.937 0 0 1 10.036-3.065c-11.113-4.751-18.897-15.747-18.897-28.556 0-17.155 13.96-31.061 31.182-31.062 17.22 0 31.18 13.907 31.1
Open service 43.174.247.38:80 · vaultwarden.551355.xyz
2026-01-25 06:13
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html; charset=utf-8
expires: Sun, 25 Jan 2026 06:24:02 GMT
x-content-type-options: nosniff
permissions-policy: accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(), geolocation=(), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=()
x-frame-options: SAMEORIGIN
referrer-policy: same-origin
x-robots-tag: noindex, nofollow
x-xss-protection: 0
cross-origin-resource-policy: same-origin
content-security-policy: default-src 'none'; font-src 'self'; manifest-src 'self'; base-uri 'self'; form-action 'self'; media-src 'self'; object-src 'self' blob:; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; child-src 'self' https://*.duosecurity.com https://*.duofederal.com; frame-src 'self' https://*.duosecurity.com https://*.duofederal.com; frame-ancestors 'self' chrome-extension://nngceckbapebfimnlniiiahkandclblb chrome-extension://jbkfoedolllekgbhcbcoahefnbanhhlh moz-extension://* ; img-src 'self' data: https://haveibeenpwned.com ; connect-src 'self' https://api.pwnedpasswords.com https://api.2fa.directory https://app.simplelogin.io/api/ https://app.addy.io/api/ https://api.fastmail.com/ https://api.forwardemail.net ;
Strict-Transport-Security: max-age=63072000;includeSubDomains; preload
X-Served-By: vaultwarden.551355.xyz
Cache-Control: public, max-age=600
Content-Length: 23142
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 06:14:17 GMT
Age: 15
EO-LOG-UUID: 15106291144008321001
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Vaultwarden Web
<!doctype html><html class="theme_light"><head><meta charset="utf-8"/><meta name="viewport" content="width=1010"/><meta name="theme-color" content="#175DDC"/><title page-title>Vaultwarden Web</title><link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png"/><link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#175DDC"/><link rel="manifest" href="cca56971e438d22818d6.json"/><script defer="defer" src="theme_head.6991036cc6ce1ab5eee1.js"></script><link href="styles.f5ed5f8f9da818a932a3.css" rel="stylesheet"></head><body class="layout_frontend"><link rel="stylesheet" href="css/vaultwarden.css"/><app-root><div class="tw-flex tw-flex-col tw-min-h-[100vh]"><div class="tw-pt-5 tw-px-5 tw-fixed"><img class="new-logo-themed !tw-w-[200px]" alt="Vaultwarden"/></div><div class="spinner-container tw-justify-center"><i class="bwi bwi-spinner bwi-spin bwi-3x tw-text-muted" title="Loading" aria-hidden="true"></i></div><div class="tw-relative tw-grow"><div class="tw-hidden md:tw-block [&_svg]:tw-absolute [&_svg]:tw-z-[1] tw-opacity-[.11] [&_svg]:tw-bottom-0 [&_svg]:tw-start-0 [&_svg]:tw-w-[35%] [&_svg]:tw-max-w-[450px]"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 501 226"><g clip-path="url(#left-a)"><path class="tw-fill-illustration-bg-primary" d="M-71.691 6.821a4 4 0 0 1 4-4h296.5a4 4 0 0 1 4 4v188a4 4 0 0 1-4 4h-296.5a4 4 0 0 1-4-4v-188Z"/><path class="tw-fill-illustration-bg-primary" d="M-48.941 25.821a2 2 0 0 1 2-2h127.5v154h-127.5a2 2 0 0 1-2-2v-150Z"/><path class="tw-fill-illustration-bg-tertiary" d="M80.559 25.82a2 2 0 0 1 2-2h125.5a2 2 0 0 1 2 2v150.001a2 2 0 0 1-2 2h-125.5a2 2 0 0 1-2-2v-150ZM45.871 89.854c0 17.155-13.96 31.062-31.182 31.062-17.221 0-31.182-13.907-31.182-31.062s13.96-31.062 31.182-31.062c17.221 0 31.182 13.907 31.182 31.062Z"/><path class="tw-fill-illustration-bg-tertiary" d="M72.396 153.443a57.243 57.243 0 0 1 4.663 22.604v1.222a2 2 0 0 1-2 2h-118.5a2 2 0 0 1-2-2v-1.222a57.243 57.243 0 0 1 4.662-22.604c3.078-7.167 7.59-13.678 13.277-19.163 5.688-5.485 12.44-9.836 19.871-12.805a63.228 63.228 0 0 1 23.44-4.496 63.227 63.227 0 0 1 23.439 4.496c7.431 2.969 14.183 7.32 19.87 12.805 5.688 5.485 10.2 11.996 13.278 19.163Z"/><path class="tw-fill-illustration-bg-secondary" d="M161.629 57.193c0 9.182-7.579 16.625-16.927 16.625-9.349 0-16.928-7.443-16.928-16.625 0-9.181 7.579-16.625 16.928-16.625 9.348 0 16.927 7.444 16.927 16.625Z"/><path class="tw-fill-illustration-bg-secondary" d="M176.028 89.071a29.33 29.33 0 0 1 2.531 11.894c0 .937-.759 1.696-1.696 1.696h-63.109a1.695 1.695 0 0 1-1.695-1.696c0-4.081.86-8.123 2.531-11.894 1.671-3.77 4.12-7.197 7.207-10.083 3.088-2.886 6.753-5.176 10.787-6.738a35.275 35.275 0 0 1 12.725-2.366c4.366 0 8.69.804 12.724 2.366 4.034 1.562 7.699 3.852 10.787 6.738 3.087 2.886 5.537 6.312 7.208 10.083ZM161.629 134.193c0 9.182-7.579 16.625-16.927 16.625-9.349 0-16.928-7.443-16.928-16.625s7.579-16.625 16.928-16.625c9.348 0 16.927 7.443 16.927 16.625Z"/><path class="tw-fill-illustration-bg-secondary" d="M176.028 165.953a28.993 28.993 0 0 1 2.531 11.821c0 .93-.755 1.684-1.685 1.684h-63.131c-.93 0-1.684-.754-1.684-1.684 0-4.057.86-8.074 2.531-11.821 1.671-3.748 4.12-7.153 7.207-10.021 3.088-2.869 6.753-5.144 10.787-6.696a35.456 35.456 0 0 1 12.725-2.352c4.366 0 8.69.799 12.724 2.352 4.034 1.552 7.699 3.827 10.787 6.696 3.087 2.868 5.537 6.273 7.208 10.021ZM-87.441 199.521h332.5v14.5c0 5.523-4.478 10-10 10h-312.5c-5.523 0-10-4.477-10-10v-14.5Z"/><path class="tw-fill-illustration-outline" fill-rule="evenodd" d="M208.059 21.82a4 4 0 0 1 4 4v150.001a4 4 0 0 1-4 4l-255 .001a4 4 0 0 1-4-4v-150a4 4 0 0 1 4-4l255-.001Zm-255 154.002h1.5a57.23 57.23 0 0 1 4.378-21.706l.284-.673c2.982-6.943 7.31-13.27 12.748-18.646l.529-.517c5.688-5.485 12.44-9.836 19.871-12.805a62.937 62.937 0 0 1 10.036-3.065c-11.113-4.751-18.897-15.747-18.897-28.556 0-17.155 13.96-31.061 31.182-31.062 17.22 0 31.18 13.907 31.1
Open service 43.174.247.38:443 · pan.mopler.top
2026-01-25 06:11
HTTP/1.1 200 OK
Content-Type: text/html
Server: TencentEdgeOne
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 06:11:52 GMT
EO-LOG-UUID: 1637581224764426956
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: OpenList
<!doctype html>
<html lang="en" translate="no">
<head>
<meta charset="utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1" >
<meta name="referrer" content="same-origin" >
<meta name="generator" content="OpenList" >
<meta name="theme-color" content="#000000" >
<meta name="google" content="notranslate" >
<link href="/manifest.json" rel="manifest" >
<meta name="apple-mobile-web-app-capable" content="yes" >
<meta name="apple-mobile-web-app-title" content="OpenList" >
<link rel="apple-touch-icon" href="https://res.oplist.org/logo/logo.svg" >
<link rel="shortcut icon"
type="image/ico"
href="https://res.oplist.org/logo/logo.svg"
>
<title>OpenList</title>
<script>
window.OPENLIST_CONFIG = {
cdn: '',
base_path: '/',
api: undefined,
main_color: '#1890ff',
}
window.__dynamic_base__ = window.OPENLIST_CONFIG.cdn || ""
</script>
<script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script>
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src= window.__dynamic_base__+e.getAttribute('data-src'),n.onload=function(){System.import( window.__dynamic_base__+document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/index-legacy-C7GeLJzS.js"></script>
<script>
(function(){
var preloads = [{"parentTagName":"head","tagName":"script","attrs":{"type":"module","crossorigin":"","src":"/assets/index-BFcje_PK.js"}},{"parentTagName":"head","tagName":"link","attrs":{"rel":"stylesheet","crossorigin":"","href":"/assets/index-DYLAoZjS.css"}},{"parentTagName":"body","tagName":"script","attrs":{"nomodule":"","crossorigin":"","id":"vite-legacy-polyfill","src":"/assets/polyfills-legacy-fFt7otW2.js"}}];
function setAttribute(target, attrs) {
for (var key in attrs) {
target.setAttribute(key, attrs[key]);
}
return target;
};
for(var i = 0; i < preloads.length; i++){
var item = preloads[i]
var childNode = document.createElement(item.tagName);
setAttribute(childNode, item.attrs)
if( window.__dynamic_base__) {
if(item.tagName == 'link') {
setAttribute(childNode, { href: window.__dynamic_base__ + item.attrs.href })
} else if (item.tagName == 'script') {
setAttribute(childNode, { src: window.__dynamic_base__ + item.attrs.src })
}
}
document.getElementsByTagName(item.parentTagName)[0].appendChild(childNode);
}
})();
</script>
</body>
</html>
Open service 43.174.247.38:80 · pan.mopler.top
2026-01-25 06:11
HTTP/1.1 200 OK
Content-Type: text/html
Server: TencentEdgeOne
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 06:11:55 GMT
EO-LOG-UUID: 197223452219908268
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: OpenList
<!doctype html>
<html lang="en" translate="no">
<head>
<meta charset="utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1" >
<meta name="referrer" content="same-origin" >
<meta name="generator" content="OpenList" >
<meta name="theme-color" content="#000000" >
<meta name="google" content="notranslate" >
<link href="/manifest.json" rel="manifest" >
<meta name="apple-mobile-web-app-capable" content="yes" >
<meta name="apple-mobile-web-app-title" content="OpenList" >
<link rel="apple-touch-icon" href="https://res.oplist.org/logo/logo.svg" >
<link rel="shortcut icon"
type="image/ico"
href="https://res.oplist.org/logo/logo.svg"
>
<title>OpenList</title>
<script>
window.OPENLIST_CONFIG = {
cdn: '',
base_path: '/',
api: undefined,
main_color: '#1890ff',
}
window.__dynamic_base__ = window.OPENLIST_CONFIG.cdn || ""
</script>
<script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script>
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src= window.__dynamic_base__+e.getAttribute('data-src'),n.onload=function(){System.import( window.__dynamic_base__+document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/index-legacy-C7GeLJzS.js"></script>
<script>
(function(){
var preloads = [{"parentTagName":"head","tagName":"script","attrs":{"type":"module","crossorigin":"","src":"/assets/index-BFcje_PK.js"}},{"parentTagName":"head","tagName":"link","attrs":{"rel":"stylesheet","crossorigin":"","href":"/assets/index-DYLAoZjS.css"}},{"parentTagName":"body","tagName":"script","attrs":{"nomodule":"","crossorigin":"","id":"vite-legacy-polyfill","src":"/assets/polyfills-legacy-fFt7otW2.js"}}];
function setAttribute(target, attrs) {
for (var key in attrs) {
target.setAttribute(key, attrs[key]);
}
return target;
};
for(var i = 0; i < preloads.length; i++){
var item = preloads[i]
var childNode = document.createElement(item.tagName);
setAttribute(childNode, item.attrs)
if( window.__dynamic_base__) {
if(item.tagName == 'link') {
setAttribute(childNode, { href: window.__dynamic_base__ + item.attrs.href })
} else if (item.tagName == 'script') {
setAttribute(childNode, { src: window.__dynamic_base__ + item.attrs.src })
}
}
document.getElementsByTagName(item.parentTagName)[0].appendChild(childNode);
}
})();
</script>
</body>
</html>
Open service 43.174.247.38:443 · speed.ns.294713.xyz
2026-01-25 05:54
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sun, 25 Jan 2026 05:55:03 GMT
EO-LOG-UUID: 9923224985942911052
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · mshellapi.meijietech.com
2026-01-25 05:47
HTTP/1.1 404 Not Found
Server: nginx/1.22.1
Content-Type: text/plain
Access-Control-Allow-Credentials: true
Access-Control-Allow-Headers: Keep-Alive,User-Agent,Content-Type,Authorization,X-MM-Version,X-MM-Productid,X-MM-Authorization,X-MM-Device-Id,X-MM-Platform,X-MM-Uid,X-MM-Appid,X-MM-Gray-Key,X-MM-Admin-Auth
Access-Control-Allow-Methods: GET, POST
Access-Control-Allow-Origin: *
Access-Control-Max-Age: 600
Content-Length: 18
Connection: close
Date: Sun, 25 Jan 2026 05:47:51 GMT
EO-LOG-UUID: 17389256799162431335
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
404 page not found
Open service 43.174.247.38:443 · mshellapi.meijietech.com
2026-01-25 05:47
HTTP/1.1 200 OK
Server: nginx/1.22.1
Content-Type: text/html; charset=utf-8
Accept-Ranges: bytes
Cache-Control: no-cache
Content-Length: 7452
Connection: close
Date: Sun, 25 Jan 2026 05:47:49 GMT
EO-LOG-UUID: 540014120176283473
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: FileDrop
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>FileDrop</title>
<!-- Mobile support -->
<meta name="viewport" content="width=device-width,height=device-height,maximum-scale=1.0,user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<!-- Bootstrap Material Design -->
<link href="//cdn.bytedance.com/cdn/expire-1-M/twitter-bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet">
<link href="//cdn.bytedance.com/cdn/expire-1-M/bootstrap-material-design/0.5.10/css/bootstrap-material-design.min.css"
rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<script type="text/javascript" src="//cdn.bytedance.com/cdn/expire-1-M/jquery/1.12.4/jquery.min.js"></script>
<script src="//cdn.bytedance.com/cdn/expire-1-M/twitter-bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="entry" id="entry">
<div class="input-box">
<div class="input">
<input type="password" maxlength="1" autofocus />
<input type="password" maxlength="1" />
<input type="password" maxlength="1" />
<input type="password" maxlength="1" />
<input type="password" maxlength="1" />
<input type="password" maxlength="20" style="opacity: 0; position: absolute; left: -9999px;" />
</div>
</div>
</div>
<div class="main" style="display: none" id="main">
<div class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse"
data-target=".navbar-responsive-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./index.html">FileDrop</a>
</div>
<div class="navbar-collapse collapse navbar-responsive-collapse">
<ul class="nav navbar-nav">
<li class=""><a href="./index.html"><i class="fa fa-home" aria-hidden="true"></i> 首页</a></li>
<li><a href="./text.html"><i class="fa fa-file-text" aria-hidden="true"></i> 文本编辑</a></li>
<li class=""><a href="./file.html"><i class="fa fa-folder-open" aria-hidden="true"></i> 文件列表</a></li>
<li class=""><a href="./upload.html"><i class="fa fa-upload" aria-hidden="true"></i> 上传文件</a></li>
</ul>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<h1 class="text-center">
<span id="content" style="word-break: break-all;">
</span>
</h1>
<center>
<button onClick="document.location.reload()" class="btn btn-raised btn-primary"
type="button">刷新</button>
<button id="copyBT" class="btn btn-raised btn-success" type="button">复制</button>
<br><br>
<div>
<input type="text" id="textInput" /><br />
<input id="submit" type="button" class="btn btn-raised btn-primary" value="提交" />
</div>
</center>
</div>
</div>
</div>
</div>
</body>
<script type="text/javascript">
let inputs = document.querySelectorAll(".input input");
for (let i = 0; i < inputs.length; i++) {
inputs[i].addEventListener("input", function () {
if (this.value.length ==
Open service 43.174.247.38:443 · vless6.aappe.uk
2026-01-25 05:26
HTTP/1.1 404 Not Found
Server: TencentEdgeOne
Content-Length: 0
Connection: close
Date: Sun, 25 Jan 2026 05:26:55 GMT
EO-LOG-UUID: 10817953123932507753
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · vless6.aappe.uk
2026-01-25 05:26
HTTP/1.1 404 Not Found
Server: TencentEdgeOne
Content-Length: 0
Connection: close
Date: Sun, 25 Jan 2026 05:26:58 GMT
EO-LOG-UUID: 12787568310355026536
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · resume.wawanhermawan.dev
2026-01-25 05:12
HTTP/1.1 200 OK Last-Modified: Sun, 25 Jan 2026 04:54:51 GMT Etag: "10403ded568157647b9ac54d4c41c8b0" Content-Type: text/html Cache-Control: public, must-revalidate, max-age=0 Age: 15 Content-Length: 27030 Accept-Ranges: bytes Connection: close Server: edgeone-pages Date: Sun, 25 Jan 2026 05:12:36 GMT EO-LOG-UUID: 8635914674812072179 EO-Cache-Status: Cache Hit Page title: Resume Overview <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/82453532650618fb.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-a8e8730335fdd13a.js"/><script src="/_next/static/chunks/fd9d1056-2821b0f0cabcd8bd.js" async=""></script><script src="/_next/static/chunks/23-bc0704c1190bca24.js" async=""></script><script src="/_next/static/chunks/main-app-2cc956506dab6e9e.js" async=""></script><title>Resume Overview</title><meta name="description" content="A brief overview of my profile, experience, and technical competencies."/><link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="1024x1024"/><meta name="next-size-adjust"/><script src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js" noModule=""></script></head><body class="__className_f367f3"><main class="flex min-h-screen flex-col items-center justify-between p-8"><div class="w-[210mm] min-h-[297mm] bg-white text-gray-800 p-8 shadow-lg font-sans"><header class="mb-8"><h1 class="text-4xl font-bold text-gray-900">Wawan Hermawan</h1><p class="mt-1 text-xl text-blue-600">Software Engineer</p><div class="flex flex-wrap gap-4 mt-4 text-sm text-gray-600"><div class="flex items-center"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" class="mr-2" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg>wawanhermawan2402@gmail.com</div><div class="flex items-center"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" class="mr-2" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z"></path></svg>+62 819-4508-5681</div><div class="flex items-center"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 384 512" class="mr-2" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"></path></svg>Katapang, Bandung</div><div class="flex items-center"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 496 512" class="mr-2" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z"></path></svg>wawanhermaw
Open service 43.174.247.38:80 · resume.wawanhermawan.dev
2026-01-25 05:12
HTTP/1.1 302 Found Location: https://resume.wawanhermawan.dev/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Sun, 25 Jan 2026 05:12:38 GMT EO-LOG-UUID: 15175398071441117851 EO-Cache-Status: Return Directly
Open service 43.174.247.38:80 · m.abber.cn
2026-01-25 04:57
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
X-Frame-Options: SAMEORIGIN
Vary: Cookie, origin, Accept-Language
Content-Language: zh-hans
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: None
Server: TencentEdgeOne
Content-Length: 34366
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 04:58:16 GMT
Age: 18
EO-LOG-UUID: 1092072419804191032
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 个人知识库 - uuxia
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name=renderer content=webkit>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta http-equiv="Cache-Control" content="max-age=7200" />
<meta name="keywords" content=""/>
<meta name="description" content="博客、平时文章记录" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>个人知识库 - uuxia </title>
<link href="/static/layui/css/layui.css?version=0.9.8" rel="stylesheet">
<link href="/static/mrdoc/mrdoc.css?version=0.9.8" rel="stylesheet">
<link href="/static/iconFont/iconfont.css?version=0.9.8" rel="stylesheet">
<link rel="icon" href="/static/search/mrdoc_logo_300.png" sizes="192x192" />
<style>
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree, .layui-nav-itemed:after {
background-color: #333 !important;
}
.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{
background-color: #333 !important;
}
/* layui分页组件样式 */
.layui-laypage .layui-laypage-curr .layui-laypage-em{
background-color: #333 !important;
}
.layui-form-label{
width: 30px !important;
}
.layui-input-block{
margin-left: 60px !important;
}
/* 控制栏表单下拉框样式 */
.index-control .layui-input-inline{
width: 100px;
}
.index-control .layui-input{
height: 25px;
border: none;
}
.index-control .layui-form-select dl {
top: 30px;
}
.index-control .layui-form-item{
margin-bottom: 0px;
}
/* 文集列表样式 */
.project-item-list{
/* float: left; */
min-width: 0;
width: 100vw;
height: 120px;
/* margin-top: 20px; */
/* margin-left: 20px; */
margin: 10px;
border: 1px solid #ddd;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0,0,0,.055);
}
/* 移动端筛选控制栏样式 */
@media screen and (max-width: 768px){
/* 控制栏样式 */
.index-control .layui-form-item .layui-inline{
display: flex;
}
.index-control .layui-form-item .layui-input-inline{
display: -webkit-inline-box;
float: none;
left: -3px;
/* width: auto; */
margin: 0;
}
}
</style>
</head>
<body class="layui-container">
<!-- 页头 -->
<div class="layui-header layui-fluid">
<div class="" style="display:flex;flex-direction:row;justify-content:space-between;">
<!-- LOGO -->
<div class="">
<a class="logo" href="/">
<svg
width="100%"
height="30"
viewBox="0 0 73.818748 16.933334"
version="1.1"
id="svg8"
xmlns="http://www.w3.org/2000/svg">
<g
id="layer1">
<g
aria-label="觅思文档"
id="text1017"
style="font-size:19.4028px;line-height:1.25;font-family:xiaowei;-inkscape-font-specification:'xiaowei, Normal';fill:#4d4d4d;stroke-width:0.264583">
<path
d="M 0.91442951,0.79334046 Q 1.1418061,0.90702874 1.3312865,1.020717 1.5586631,1.1344053 1.9755201,1.2859897 2.3923771,1.3996779 2.8850263,1.4754701 3.3776756,1.5512623 4.0598052,1.5891584 4.779831,1.6270545 6.1819864,1.5133662 6.5230513,1.4754701 7.4325575,1.3996779 8.3799598,1.3238858 8.7210247,1.2859897 10.274764,1.1723014 11.297959,1.0965092 q 1.4021
Open service 43.174.247.38:443 · m.abber.cn
2026-01-25 04:57
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
X-Frame-Options: SAMEORIGIN
Vary: Cookie, origin, Accept-Language
Content-Language: zh-hans
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: None
Server: TencentEdgeOne
Content-Length: 34366
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 04:58:13 GMT
Age: 15
EO-LOG-UUID: 2361271716937612590
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 个人知识库 - uuxia
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name=renderer content=webkit>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta http-equiv="Cache-Control" content="max-age=7200" />
<meta name="keywords" content=""/>
<meta name="description" content="博客、平时文章记录" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>个人知识库 - uuxia </title>
<link href="/static/layui/css/layui.css?version=0.9.8" rel="stylesheet">
<link href="/static/mrdoc/mrdoc.css?version=0.9.8" rel="stylesheet">
<link href="/static/iconFont/iconfont.css?version=0.9.8" rel="stylesheet">
<link rel="icon" href="/static/search/mrdoc_logo_300.png" sizes="192x192" />
<style>
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree, .layui-nav-itemed:after {
background-color: #333 !important;
}
.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{
background-color: #333 !important;
}
/* layui分页组件样式 */
.layui-laypage .layui-laypage-curr .layui-laypage-em{
background-color: #333 !important;
}
.layui-form-label{
width: 30px !important;
}
.layui-input-block{
margin-left: 60px !important;
}
/* 控制栏表单下拉框样式 */
.index-control .layui-input-inline{
width: 100px;
}
.index-control .layui-input{
height: 25px;
border: none;
}
.index-control .layui-form-select dl {
top: 30px;
}
.index-control .layui-form-item{
margin-bottom: 0px;
}
/* 文集列表样式 */
.project-item-list{
/* float: left; */
min-width: 0;
width: 100vw;
height: 120px;
/* margin-top: 20px; */
/* margin-left: 20px; */
margin: 10px;
border: 1px solid #ddd;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0,0,0,.055);
}
/* 移动端筛选控制栏样式 */
@media screen and (max-width: 768px){
/* 控制栏样式 */
.index-control .layui-form-item .layui-inline{
display: flex;
}
.index-control .layui-form-item .layui-input-inline{
display: -webkit-inline-box;
float: none;
left: -3px;
/* width: auto; */
margin: 0;
}
}
</style>
</head>
<body class="layui-container">
<!-- 页头 -->
<div class="layui-header layui-fluid">
<div class="" style="display:flex;flex-direction:row;justify-content:space-between;">
<!-- LOGO -->
<div class="">
<a class="logo" href="/">
<svg
width="100%"
height="30"
viewBox="0 0 73.818748 16.933334"
version="1.1"
id="svg8"
xmlns="http://www.w3.org/2000/svg">
<g
id="layer1">
<g
aria-label="觅思文档"
id="text1017"
style="font-size:19.4028px;line-height:1.25;font-family:xiaowei;-inkscape-font-specification:'xiaowei, Normal';fill:#4d4d4d;stroke-width:0.264583">
<path
d="M 0.91442951,0.79334046 Q 1.1418061,0.90702874 1.3312865,1.020717 1.5586631,1.1344053 1.9755201,1.2859897 2.3923771,1.3996779 2.8850263,1.4754701 3.3776756,1.5512623 4.0598052,1.5891584 4.779831,1.6270545 6.1819864,1.5133662 6.5230513,1.4754701 7.4325575,1.3996779 8.3799598,1.3238858 8.7210247,1.2859897 10.274764,1.1723014 11.297959,1.0965092 q 1.4021
Open service 43.174.247.38:443 · astral.zuoriyi.top
2026-01-25 04:34
HTTP/1.1 400 Bad Request
Server: TencentEdgeOne
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 04:34:21 GMT
EO-LOG-UUID: 5946594435806067851
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · astral.zuoriyi.top
2026-01-25 04:34
HTTP/1.1 400 Bad Request
Server: TencentEdgeOne
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 04:34:24 GMT
EO-LOG-UUID: 5017326381959790761
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · www.501686266.xyz
2026-01-25 04:10
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: TencentEdgeOne
Content-Length: 1851
Connection: close
Date: Sun, 25 Jan 2026 04:11:09 GMT
EO-LOG-UUID: 6641755156858098622
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Sun-Panel
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta content="yes" name="apple-mobile-web-app-capable"/>
<meta name="referrer" content="never">
<link rel="apple-touch-icon" href="/favicon.ico">
<link rel="stylesheet" href="/custom/index.css">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
<!-- <title>Sun-Panel</title> -->
<title>Sun-Panel</title>
<script type="module" crossorigin src="/assets/index-CAKlOUqX.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C_OxTiKz.css">
</head>
<body class="dark:bg-black">
<div id="app">
<style>
.loading-wrap {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.balls {
width: 4em;
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
}
.balls div {
width: 0.8em;
height: 0.8em;
border-radius: 50%;
background-color: #4b9e5f;
}
.balls div:nth-of-type(1) {
transform: translateX(-100%);
animation: left-swing 0.5s ease-in alternate infinite;
}
.balls div:nth-of-type(3) {
transform: translateX(-95%);
animation: right-swing 0.5s ease-out alternate infinite;
}
@keyframes left-swing {
50%,
100% {
transform: translateX(95%);
}
}
@keyframes right-swing {
50% {
transform: translateX(-95%);
}
100% {
transform: translateX(100%);
}
}
@media (prefers-color-scheme: dark) {
body {
background: #121212;
}
}
</style>
<div class="loading-wrap">
<div class="balls">
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
<script src="/custom/index.js"></script>
</body>
</html>
Open service 43.174.247.38:443 · www.8208208820.cn
2026-01-25 04:07
HTTP/1.1 302 Found
Location: https://dnspod.qcloud.com/static/webblock.html?d=www.8208208820.cn
Server: TencentEdgeOne
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 04:07:25 GMT
EO-LOG-UUID: 11582249092602816363
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · www.8208208820.cn
2026-01-25 04:07
HTTP/1.1 302 Found
Location: https://dnspod.qcloud.com/static/webblock.html?d=www.8208208820.cn
Server: TencentEdgeOne
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 04:07:28 GMT
EO-LOG-UUID: 4526166141206191711
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · fnos.abber.cn
2026-01-25 03:53
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 09:39:47 GMT
Etag: "69749363-87d"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Content-Length: 2173
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 03:53:46 GMT
Age: 15
EO-LOG-UUID: 5068570541652598751
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 飞牛 fnOS
<!doctype html><html class="light" lang="zh-CN"><head><script type="module" crossorigin src="/assets/polyfills-Rhxe3oXd.js"></script><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><style>body,html{background:linear-gradient(110deg,#4a5568 .26%,#3a424f 97.78%)}.incompatible-box{display:flex;width:100%;height:100vh;flex-direction:column;align-items:center;justify-content:center;background-color:#fff}.incompatible-box h1{margin:0;font-size:32px;line-height:44px;font-weight:600;color:#202327;margin-bottom:20px}.incompatible-box .item1{margin-right:60px}.incompatible-box .logo{position:absolute;display:flex;bottom:40px;left:50%;transform:translateX(-50%)}.incompatible-box .logo div{font-size:20px;line-height:32px;font-weight:600;color:#202327;margin-left:8px}.incompatible-box p{margin:0;font-size:18px;line-height:24px;color:#4a5568;margin-bottom:60px}.incompatible-box span{display:inline-block;margin-top:14px}</style><title>飞牛 fnOS</title><script type="module" crossorigin src="/assets/index-DoHiluaa.js"></script><link rel="modulepreload" crossorigin href="/assets/lottie-react-CqywrBZ_.js"><link rel="modulepreload" crossorigin href="/assets/rc-select-B53SQcGG.js"><link rel="modulepreload" crossorigin href="/assets/lodash-Cpp1HsCD.js"><link rel="stylesheet" crossorigin href="/assets/index-BPj_kLFR.css"></head><body><div id="root"></div><script>function isIE() {
var myNav = navigator.userAgent.toLowerCase();
return myNav.indexOf('msie') != -1 || myNav.indexOf('trident') != -1 ? true : false;
}
if (isIE()) {
document.querySelector('#root').innerHTML =
'<div class="incompatible-box"><h1>当前浏览器不兼容飞牛</h1><p>我们建议您使用以下浏览器的最新版获取更好的体验</p><div><img src="static/img/chrome.png" class="item1" alt="" width="auto" height="100" /><img src="static/img/edge.png" alt="" width="auto" height="100" /></div><div><span class="item1">Google Chrome</span><span>Microsoft Edge</span></div><div class="logo"><img src="static/img/trim-logo.png" width="32" height="32" /><div>飞牛</div></div></div>';
}</script></body></html>
Open service 43.174.247.38:80 · fnos.abber.cn
2026-01-25 03:53
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 09:39:47 GMT
Etag: "69749363-87d"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Content-Length: 2173
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 03:53:49 GMT
Age: 18
EO-LOG-UUID: 16382019919945856430
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 飞牛 fnOS
<!doctype html><html class="light" lang="zh-CN"><head><script type="module" crossorigin src="/assets/polyfills-Rhxe3oXd.js"></script><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><style>body,html{background:linear-gradient(110deg,#4a5568 .26%,#3a424f 97.78%)}.incompatible-box{display:flex;width:100%;height:100vh;flex-direction:column;align-items:center;justify-content:center;background-color:#fff}.incompatible-box h1{margin:0;font-size:32px;line-height:44px;font-weight:600;color:#202327;margin-bottom:20px}.incompatible-box .item1{margin-right:60px}.incompatible-box .logo{position:absolute;display:flex;bottom:40px;left:50%;transform:translateX(-50%)}.incompatible-box .logo div{font-size:20px;line-height:32px;font-weight:600;color:#202327;margin-left:8px}.incompatible-box p{margin:0;font-size:18px;line-height:24px;color:#4a5568;margin-bottom:60px}.incompatible-box span{display:inline-block;margin-top:14px}</style><title>飞牛 fnOS</title><script type="module" crossorigin src="/assets/index-DoHiluaa.js"></script><link rel="modulepreload" crossorigin href="/assets/lottie-react-CqywrBZ_.js"><link rel="modulepreload" crossorigin href="/assets/rc-select-B53SQcGG.js"><link rel="modulepreload" crossorigin href="/assets/lodash-Cpp1HsCD.js"><link rel="stylesheet" crossorigin href="/assets/index-BPj_kLFR.css"></head><body><div id="root"></div><script>function isIE() {
var myNav = navigator.userAgent.toLowerCase();
return myNav.indexOf('msie') != -1 || myNav.indexOf('trident') != -1 ? true : false;
}
if (isIE()) {
document.querySelector('#root').innerHTML =
'<div class="incompatible-box"><h1>当前浏览器不兼容飞牛</h1><p>我们建议您使用以下浏览器的最新版获取更好的体验</p><div><img src="static/img/chrome.png" class="item1" alt="" width="auto" height="100" /><img src="static/img/edge.png" alt="" width="auto" height="100" /></div><div><span class="item1">Google Chrome</span><span>Microsoft Edge</span></div><div class="logo"><img src="static/img/trim-logo.png" width="32" height="32" /><div>飞牛</div></div></div>';
}</script></body></html>
Open service 43.174.247.38:443 · kogma2.501686266.xyz
2026-01-25 03:50
HTTP/1.1 404 Not Found
Content-Type: text/html; charset=utf-8
Server: TencentEdgeOne
Content-Length: 291
Connection: close
Date: Sun, 25 Jan 2026 03:50:18 GMT
EO-LOG-UUID: 10758986280570605766
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Lucky Warning
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<title>Lucky Warning</title>
</head>
<body>
<center><h1>404 Not Found</h1></center>
<hr>
<center><a href="https://lucky666.cn" target="_blank" style="color: black" >Lucky</a>/web</center>
</body>
</html>
Open service 43.174.247.38:80 · kogma2.501686266.xyz
2026-01-25 03:50
HTTP/1.1 404 Not Found
Content-Type: text/html; charset=utf-8
Server: TencentEdgeOne
Content-Length: 291
Connection: close
Date: Sun, 25 Jan 2026 03:50:20 GMT
EO-LOG-UUID: 10133545533702679766
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Lucky Warning
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<title>Lucky Warning</title>
</head>
<body>
<center><h1>404 Not Found</h1></center>
<hr>
<center><a href="https://lucky666.cn" target="_blank" style="color: black" >Lucky</a>/web</center>
</body>
</html>
Open service 43.174.247.38:443 · qb2.501686266.xyz
2026-01-25 03:42
HTTP/1.1 404 Not Found
Content-Type: text/html; charset=utf-8
Server: TencentEdgeOne
Content-Length: 291
Connection: close
Date: Sun, 25 Jan 2026 03:43:03 GMT
EO-LOG-UUID: 8680374164019640780
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Lucky Warning
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<title>Lucky Warning</title>
</head>
<body>
<center><h1>404 Not Found</h1></center>
<hr>
<center><a href="https://lucky666.cn" target="_blank" style="color: black" >Lucky</a>/web</center>
</body>
</html>
Open service 43.174.247.38:80 · qb2.501686266.xyz
2026-01-25 03:42
HTTP/1.1 404 Not Found
Content-Type: text/html; charset=utf-8
Server: TencentEdgeOne
Content-Length: 291
Connection: close
Date: Sun, 25 Jan 2026 03:43:05 GMT
EO-LOG-UUID: 13941966854846989146
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Lucky Warning
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<title>Lucky Warning</title>
</head>
<body>
<center><h1>404 Not Found</h1></center>
<hr>
<center><a href="https://lucky666.cn" target="_blank" style="color: black" >Lucky</a>/web</center>
</body>
</html>
Open service 43.174.247.38:80 · ip.linka.qzz.io
2026-01-25 03:41
HTTP/1.1 423 Locked
cdn-loop: TencentEdgeOne; loops=16
server: cloudflare
nel: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
report-to: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
cf-cache-status: DYNAMIC
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=2,cfOrigin;dur=4
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=2,cfOrigin;dur=16
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=3,cfOrigin;dur=26
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=2,cfOrigin;dur=42
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=15,cfOrigin;dur=57
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=2,cfOrigin;dur=85
speculation-rules: "/cdn-cgi/speculation"
alt-svc: h3=":443"; ma=86400
cf-ray: 9c34c1e0ca4316bf-AMS
Content-Length: 0
Connection: close
Date: Sun, 25 Jan 2026 03:41:52 GMT
EO-LOG-UUID: 12034352437585413229
EO-Cache-Status: MISS
Open service 43.174.247.38:443 · ip.linka.qzz.io
2026-01-25 03:41
HTTP/1.1 423 Locked
cdn-loop: TencentEdgeOne; loops=16
server: cloudflare
nel: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
report-to: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
cf-cache-status: DYNAMIC
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=8,cfOrigin;dur=4
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=10,cfOrigin;dur=29
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=117,cfOrigin;dur=54
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=7,cfOrigin;dur=183
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=2,cfOrigin;dur=202
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=10,cfOrigin;dur=216
speculation-rules: "/cdn-cgi/speculation"
alt-svc: h3=":443"; ma=86400
cf-ray: 9c34c1cfdae1e149-AMS
Content-Length: 0
Connection: close
Date: Sun, 25 Jan 2026 03:41:49 GMT
EO-LOG-UUID: 7840699525758135263
EO-Cache-Status: MISS
Open service 43.174.247.38:443 · dm.euiai.com
2026-01-25 03:35
HTTP/1.1 200 OK Access-Control-Allow-Origin: * Content-Type: text/html; charset=utf-8 Eo-Pages-Inner-Scf-Status: 200 Eo-Pages-Inner-Status-Intercept: false Functions-Request-Id: efb12f78-f99e-11f0-8faa-5254004de4c1 Vary: Accept-Encoding Vary: Accept-Encoding Transfer-Encoding: chunked Connection: close Server: edgeone-pages Date: Sun, 25 Jan 2026 03:35:46 GMT EO-LOG-UUID: 4338406659248100148 EO-Cache-Status: Cache Miss
Open service 43.174.247.38:80 · dm.euiai.com
2026-01-25 03:35
HTTP/1.1 302 Found Location: https://dm.euiai.com/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Sun, 25 Jan 2026 03:35:48 GMT EO-LOG-UUID: 5493488142466395269 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · map.217dan.com
2026-01-25 03:22
HTTP/1.1 200 OK
Last-Modified: Sat, 27 Jan 2018 09:44:04 GMT
Etag: "5a6c49e4-d84"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Content-Length: 3460
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 03:22:38 GMT
Age: 16
EO-LOG-UUID: 12693736931519342801
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 抱歉,站点已暂停
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>抱歉,站点已暂停</title>
<style>
html,body,div,h1,*{margin:0;padding:0;}
body{
background-color:#fefefe;
color:#333
}
.box{
width:580px;
margin:0 auto;
}
h1{
font-size:20px;
text-align:center;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAQAAABpN6lAAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAH+UlEQVR42uyde3AV1RnAfyFpTCBpFIVoaxUpSQSEAezwMDUJRK11DOTDAjJTtPRBBx1bK/VRO7T1VdFCRx6j6DgjltaamcIJWBpICRg0MFjGio6BRGKp4iOUMtBEkiBJ+ocxzQ17957de3bv3WY//mDYc75zzve73549z4+Ubga2DCIEEAIIAYQAQgAhgBBACCAEEAIIAYQAQgAhgBBACCAEEAIIAYQAQgADR9L8q0pyGUM+BRRwIVlkk00mp2ilhRaaaaCBRupVs78AUrzfF5ChlFBKKQVa2RuooYaX1fH/AwCSgfAdrnHxonWxneeoVO2BBSBj+BHzODeuQk5QwSpVHzgAMo6l3GSog+1iAw+ptwIDQPJZRjkpRgvtRnGfeifpAUgGP+NezvHkp+rgMR413ycYBCDX8hRf9bTHOsRt6q9JCUDSeJQlhh3f+mVYzv3qTJIBkIup4Crfxi6vcrP6IIkAyNVs5AJfh2/HmK1eSZK5gJRR7bP5cAHb5MakACC3sJGMBMxhMlGyIOEAZBHr/JxO9ZvGPS8/SGgfILPYQGpC57KdzFabEwRACtmeEOePlDZK1Z4EAJBR7GVoUqxoHGeKOuRzHyDpVCSJ+TCUFyXd707wN0wieeRKHvP1FZCZbCLZpEz92ScAkkMDuZqZD7CTowxnBpc7fK+3cJghTKBE00ebKVAn3X1NncrDmuYf4YfqL33Gi09zkZbeaR5kuero0cvjaaZraOXyAHf64AEygX1a3/5/UKzej9AcSS0Xx9Rrp1xti9BLZR3f1qjxDJPcrBs57QTXaJl/mvJI80G9yzy6Ymr+ONJ8UJ0s5G9avrzG86+AfJNCrYxPqDfPfqh281wMvT3qGQu9M+gNeYvkWq894OdaubpYFSVlZQzN31o/VvupMdg+twCkRPP3fyPacoV6iw9t3+KtUdNe0qq5WAq99ID7NfO9bpP2d5u0g6o1atpeoz7qBoCMRPcNO+YyrdllWl+5Xi7xygNu0c6Z6jJtkEu9iM86CzwBIE4KHm6TNsx2MOOuTLc/lCMPKGSkdpmTbTB+zUbvcsmJmjZVu/Z8meoFgHIHZY6WvKhmnG/bljIj9Zd7AaDEkV/dFeX5T2LoLRHL9sg0rnZQ+3TjAORcJjoCsEgstknkOubE0JvAEgu9DJ51tj4gXzTtAUUOR4yD+FP/10DG8gcNzV/Lt/rppVPBGEe1p1JkGoDj8RUXUSdzJeXzzk/ms0tr+ySNP8ojktkH28vMdFy7g/ZqTYdlk4tGfDYp3sG/GEYpIxzptVDFYQYziWmuNlwrlZhdEMnHnVzG91zpZTOXeCTfqAdIKqdIJ0jSwWDVZa4PuDRg5sM5XGqyExxO8GSYSQBZAQSQbRJAdgABZA10DzAKICOAADJNAmgLIIA2kwBaAwigdaADaAk9wCCAowEEcNQkgH9yOmDmd/CeQQCqk3cDBqBJdyqkuyDSGDAADtqrtx5wwOWCSKR8yiEOUE89H9HS8yeNLIYwhGxGkMco8hitP4iJKgdNA6iLqzndvMk2tlKnrPqSEz1/1/asPqQzjRmUMpkvuK7xVf2sektiORx3eZ6siSd5QX3sXFGGcSvf17xqFymdDFX/MQoAZB9XOm7IVlZTpeI6jy9F/NRmu8RaXlNTTL8CsNMhgD0sie8Ia88XaBe7ZDKro2+3WcgOJzXoOnalo2HobRSaML8HwmtM5Q4HUzJHpxi1T4lJk+b26H7meHHBTcayWasFjcpRv6F/TnA9v9TItYV56pOoRgxiFOP4Cl8il8FkkM6ntNPOMT7iQw7ytjoV1Q/elilU2e4ufya/cwZW3wNG0hTbW5mjOi21x3MD32Ayg231u2ikhmq2W4OQ86hlXIxP7gj1nicAQKpjHJLZw/TPT3j20cplIQsc7u59wibWU332gFZGsM92i71K3eCRB4CUsNMm+QTj+x+OlIncw02uBzSHWcva/ieAZS4VNjpfV3WeAQCps7kdeKda2a/TWkb8N7tOsorHI0+P2XhirSpxWoGz8d0jNvPvtX2aOESeYD8mLrblsJSmfvfDfuWifWY8wMYHHlf39ua5it9zmeGv4FYW/m9ALfWMtsjziipyXrDTEf7tWPby9J4NlbuoNW4+XM9+uab3X82WM4Db3RTsEIB6g6csE4oBJE2eYYVHNwmHUyWLACTFcvt7jbsgC25ujDRabpfOYgsvxLmvH1vuZgVLeeCs565vjJi7M9TN+1yC9/IBX7Z4OlO95K44F7N8tZnVVih9MR9L81e6Nd/ttbm7bU99+y2vc497Zbc3R/PYy3lJYX4ibo6Ceocy2pPA/DbK4jE/juvzqo75dCXY/E7mq93xFRFH/ABVyWIS+V+UdLNYxX2HNc4YInIrzyYohMIZvqvWx19M3EFUZCYVCThD0sY8958+owBAithou0hhXpIpigyoXUxgt4/m72aiKfMNhdRURyhmhU8d33KK1RFzBZqMJXYdT3ocS6yJxaZjiRkMqqqquYKHPTtM0cFDXGHafC/iCRawjFnG4wlWcp/y5JSCNxElx/MLZhuC0M0GHgxQRMleCGO5g5vJiauQk7wYyJiivRAyERYyw1VU2RrWsTHAUWX7YDif6ZQyQ/MiSyM17GCn+rc/g4oU/2YzciFjKOiNLJ1FNpm00UIrLXxMIw00UO/mNElAACSnhNHlQwAhgBBACCAEEAIIAYQAQgAhgBDAgJT/DgDyxCJjaj0UmAAAAABJRU5ErkJggg==) no-repeat top center;
padding-top:160px;
margin-top:30%;
font-weight:normal;
}
</style>
</head>
<body>
<div class="box">
<h1>抱歉!该站点已经被管理员停止运行,请联系管理员了解详情!</h1>
</div>
</body>
</html>
Open service 43.174.247.38:80 · map.217dan.com
2026-01-25 03:22
HTTP/1.1 200 OK
Last-Modified: Sat, 27 Jan 2018 09:44:04 GMT
Etag: "5a6c49e4-d84"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Content-Length: 3460
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 03:22:41 GMT
Age: 18
EO-LOG-UUID: 13859730782924387300
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 抱歉,站点已暂停
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>抱歉,站点已暂停</title>
<style>
html,body,div,h1,*{margin:0;padding:0;}
body{
background-color:#fefefe;
color:#333
}
.box{
width:580px;
margin:0 auto;
}
h1{
font-size:20px;
text-align:center;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAQAAABpN6lAAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAH+UlEQVR42uyde3AV1RnAfyFpTCBpFIVoaxUpSQSEAezwMDUJRK11DOTDAjJTtPRBBx1bK/VRO7T1VdFCRx6j6DgjltaamcIJWBpICRg0MFjGio6BRGKp4iOUMtBEkiBJ+ocxzQ17957de3bv3WY//mDYc75zzve73549z4+Ubga2DCIEEAIIAYQAQgAhgBBACCAEEAIIAYQAQgAhgBBACCAEEAIIAYQAQgADR9L8q0pyGUM+BRRwIVlkk00mp2ilhRaaaaCBRupVs78AUrzfF5ChlFBKKQVa2RuooYaX1fH/AwCSgfAdrnHxonWxneeoVO2BBSBj+BHzODeuQk5QwSpVHzgAMo6l3GSog+1iAw+ptwIDQPJZRjkpRgvtRnGfeifpAUgGP+NezvHkp+rgMR413ycYBCDX8hRf9bTHOsRt6q9JCUDSeJQlhh3f+mVYzv3qTJIBkIup4Crfxi6vcrP6IIkAyNVs5AJfh2/HmK1eSZK5gJRR7bP5cAHb5MakACC3sJGMBMxhMlGyIOEAZBHr/JxO9ZvGPS8/SGgfILPYQGpC57KdzFabEwRACtmeEOePlDZK1Z4EAJBR7GVoUqxoHGeKOuRzHyDpVCSJ+TCUFyXd707wN0wieeRKHvP1FZCZbCLZpEz92ScAkkMDuZqZD7CTowxnBpc7fK+3cJghTKBE00ebKVAn3X1NncrDmuYf4YfqL33Gi09zkZbeaR5kuero0cvjaaZraOXyAHf64AEygX1a3/5/UKzej9AcSS0Xx9Rrp1xti9BLZR3f1qjxDJPcrBs57QTXaJl/mvJI80G9yzy6Ymr+ONJ8UJ0s5G9avrzG86+AfJNCrYxPqDfPfqh281wMvT3qGQu9M+gNeYvkWq894OdaubpYFSVlZQzN31o/VvupMdg+twCkRPP3fyPacoV6iw9t3+KtUdNe0qq5WAq99ID7NfO9bpP2d5u0g6o1atpeoz7qBoCMRPcNO+YyrdllWl+5Xi7xygNu0c6Z6jJtkEu9iM86CzwBIE4KHm6TNsx2MOOuTLc/lCMPKGSkdpmTbTB+zUbvcsmJmjZVu/Z8meoFgHIHZY6WvKhmnG/bljIj9Zd7AaDEkV/dFeX5T2LoLRHL9sg0rnZQ+3TjAORcJjoCsEgstknkOubE0JvAEgu9DJ51tj4gXzTtAUUOR4yD+FP/10DG8gcNzV/Lt/rppVPBGEe1p1JkGoDj8RUXUSdzJeXzzk/ms0tr+ySNP8ojktkH28vMdFy7g/ZqTYdlk4tGfDYp3sG/GEYpIxzptVDFYQYziWmuNlwrlZhdEMnHnVzG91zpZTOXeCTfqAdIKqdIJ0jSwWDVZa4PuDRg5sM5XGqyExxO8GSYSQBZAQSQbRJAdgABZA10DzAKICOAADJNAmgLIIA2kwBaAwigdaADaAk9wCCAowEEcNQkgH9yOmDmd/CeQQCqk3cDBqBJdyqkuyDSGDAADtqrtx5wwOWCSKR8yiEOUE89H9HS8yeNLIYwhGxGkMco8hitP4iJKgdNA6iLqzndvMk2tlKnrPqSEz1/1/asPqQzjRmUMpkvuK7xVf2sektiORx3eZ6siSd5QX3sXFGGcSvf17xqFymdDFX/MQoAZB9XOm7IVlZTpeI6jy9F/NRmu8RaXlNTTL8CsNMhgD0sie8Ia88XaBe7ZDKro2+3WcgOJzXoOnalo2HobRSaML8HwmtM5Q4HUzJHpxi1T4lJk+b26H7meHHBTcayWasFjcpRv6F/TnA9v9TItYV56pOoRgxiFOP4Cl8il8FkkM6ntNPOMT7iQw7ytjoV1Q/elilU2e4ufya/cwZW3wNG0hTbW5mjOi21x3MD32Ayg231u2ikhmq2W4OQ86hlXIxP7gj1nicAQKpjHJLZw/TPT3j20cplIQsc7u59wibWU332gFZGsM92i71K3eCRB4CUsNMm+QTj+x+OlIncw02uBzSHWcva/ieAZS4VNjpfV3WeAQCps7kdeKda2a/TWkb8N7tOsorHI0+P2XhirSpxWoGz8d0jNvPvtX2aOESeYD8mLrblsJSmfvfDfuWifWY8wMYHHlf39ua5it9zmeGv4FYW/m9ALfWMtsjziipyXrDTEf7tWPby9J4NlbuoNW4+XM9+uab3X82WM4Db3RTsEIB6g6csE4oBJE2eYYVHNwmHUyWLACTFcvt7jbsgC25ujDRabpfOYgsvxLmvH1vuZgVLeeCs565vjJi7M9TN+1yC9/IBX7Z4OlO95K44F7N8tZnVVih9MR9L81e6Nd/ttbm7bU99+y2vc497Zbc3R/PYy3lJYX4ibo6Ceocy2pPA/DbK4jE/juvzqo75dCXY/E7mq93xFRFH/ABVyWIS+V+UdLNYxX2HNc4YInIrzyYohMIZvqvWx19M3EFUZCYVCThD0sY8958+owBAithou0hhXpIpigyoXUxgt4/m72aiKfMNhdRURyhmhU8d33KK1RFzBZqMJXYdT3ocS6yJxaZjiRkMqqqquYKHPTtM0cFDXGHafC/iCRawjFnG4wlWcp/y5JSCNxElx/MLZhuC0M0GHgxQRMleCGO5g5vJiauQk7wYyJiivRAyERYyw1VU2RrWsTHAUWX7YDif6ZQyQ/MiSyM17GCn+rc/g4oU/2YzciFjKOiNLJ1FNpm00UIrLXxMIw00UO/mNElAACSnhNHlQwAhgBBACCAEEAIIAYQAQgAhgBDAgJT/DgDyxCJjaj0UmAAAAABJRU5ErkJggg==) no-repeat top center;
padding-top:160px;
margin-top:30%;
font-weight:normal;
}
</style>
</head>
<body>
<div class="box">
<h1>抱歉!该站点已经被管理员停止运行,请联系管理员了解详情!</h1>
</div>
</body>
</html>
Open service 43.174.247.38:80 · www.jiushuishijia.com
2026-01-25 03:10
HTTP/1.1 302 Found Location: https://www.jiushuishijia.com/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Sun, 25 Jan 2026 03:11:03 GMT EO-LOG-UUID: 16794312022917500337 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · www.jiushuishijia.com
2026-01-25 03:10
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 02:57:18 GMT
Etag: "f996c1d7a09cac49578f64d5d64364fc"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 11205
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 03:11:00 GMT
EO-LOG-UUID: 12066194370692607334
EO-Cache-Status: Cache Hit
Page title: 酒水世家 -酒类展示 - Powered by jiushuishijia.com
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="这是一个酒水世家域名出售展示网站,购买www.jiushuishijia.com域名可联系。白酒,黄酒,红酒,啤酒,名酒收藏">
<meta name="keywords" content="酒水世家,域名购买,白酒展示,啤酒展示,红酒展示,黄酒展示,名酒收藏">
<meta name="author" content="www.jiushuishijia.cocm">
<title>酒水世家 -酒类展示 - Powered by jiushuishijia.com </title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Microsoft YaHei', sans-serif;
}
body {
background-color: #f8f8f8;
color: #333;
line-height: 1.6;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* 头部样式 */
header {
background: linear-gradient(135deg, #8B0000, #A52A2A);
color: white;
padding: 30px 0;
text-align: center;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
header h1 {
font-size: 2.8rem;
margin-bottom: 10px;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
header p {
font-size: 1.2rem;
opacity: 0.9;
}
/* 导航样式 */
nav {
background-color: #A52A2A;
padding: 12px 0;
position: sticky;
top: 0;
z-index: 100;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
nav ul {
display: flex;
justify-content: center;
list-style: none;
flex-wrap: wrap;
}
nav ul li {
margin: 0 20px;
}
nav ul li a {
color: white;
text-decoration: none;
font-weight: bold;
font-size: 1.1rem;
transition: all 0.3s;
padding: 5px 10px;
border-radius: 4px;
}
nav ul li a:hover {
color: #FFD700;
background-color: rgba(255,255,255,0.1);
}
/* 横幅样式 */
.banner {
background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7));
padding: 80px 0;
text-align: center;
color: white;
margin-bottom: 50px;
}
.banner-content h2 {
font-size: 2.5rem;
margin-bottom: 20px;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.banner-content p {
font-size: 1.3rem;
max-width: 800px;
margin: 0 auto;
opacity: 0.9;
}
/* 酒类介绍样式 */
.wine-intro {
padding: 40px 0;
}
.wine-intro h2 {
text-align: center;
margin-bottom: 50px;
font-size: 2.2rem;
color: #8B0000;
position: relative;
}
.wine-intro h2:after {
content: '';
display: block;
width: 100px;
height: 4px;
background: linear-gradient(to right, #8B0000, #FFD700);
margin: 15px auto;
border-radius: 2px;
}
.wine-types {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px;
}
.wine-type {
flex: 1;
min-width: 280px;
background-color: white;
border-radius: 10px;
overflow: hidden;
Open service 43.174.247.38:80 · jiushuishijia.com
2026-01-25 03:10
HTTP/1.1 302 Found Location: https://jiushuishijia.com/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Sun, 25 Jan 2026 03:10:50 GMT EO-LOG-UUID: 5746379295715294905 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · jiushuishijia.com
2026-01-25 03:10
HTTP/1.1 200 OK
Last-Modified: Sun, 25 Jan 2026 02:57:18 GMT
Etag: "f996c1d7a09cac49578f64d5d64364fc"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 11205
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sun, 25 Jan 2026 03:10:48 GMT
EO-LOG-UUID: 2014257794964392973
EO-Cache-Status: Cache Hit
Page title: 酒水世家 -酒类展示 - Powered by jiushuishijia.com
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="这是一个酒水世家域名出售展示网站,购买www.jiushuishijia.com域名可联系。白酒,黄酒,红酒,啤酒,名酒收藏">
<meta name="keywords" content="酒水世家,域名购买,白酒展示,啤酒展示,红酒展示,黄酒展示,名酒收藏">
<meta name="author" content="www.jiushuishijia.cocm">
<title>酒水世家 -酒类展示 - Powered by jiushuishijia.com </title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Microsoft YaHei', sans-serif;
}
body {
background-color: #f8f8f8;
color: #333;
line-height: 1.6;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* 头部样式 */
header {
background: linear-gradient(135deg, #8B0000, #A52A2A);
color: white;
padding: 30px 0;
text-align: center;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
header h1 {
font-size: 2.8rem;
margin-bottom: 10px;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
header p {
font-size: 1.2rem;
opacity: 0.9;
}
/* 导航样式 */
nav {
background-color: #A52A2A;
padding: 12px 0;
position: sticky;
top: 0;
z-index: 100;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
nav ul {
display: flex;
justify-content: center;
list-style: none;
flex-wrap: wrap;
}
nav ul li {
margin: 0 20px;
}
nav ul li a {
color: white;
text-decoration: none;
font-weight: bold;
font-size: 1.1rem;
transition: all 0.3s;
padding: 5px 10px;
border-radius: 4px;
}
nav ul li a:hover {
color: #FFD700;
background-color: rgba(255,255,255,0.1);
}
/* 横幅样式 */
.banner {
background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7));
padding: 80px 0;
text-align: center;
color: white;
margin-bottom: 50px;
}
.banner-content h2 {
font-size: 2.5rem;
margin-bottom: 20px;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.banner-content p {
font-size: 1.3rem;
max-width: 800px;
margin: 0 auto;
opacity: 0.9;
}
/* 酒类介绍样式 */
.wine-intro {
padding: 40px 0;
}
.wine-intro h2 {
text-align: center;
margin-bottom: 50px;
font-size: 2.2rem;
color: #8B0000;
position: relative;
}
.wine-intro h2:after {
content: '';
display: block;
width: 100px;
height: 4px;
background: linear-gradient(to right, #8B0000, #FFD700);
margin: 15px auto;
border-radius: 2px;
}
.wine-types {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px;
}
.wine-type {
flex: 1;
min-width: 280px;
background-color: white;
border-radius: 10px;
overflow: hidden;
Open service 43.174.247.38:443 · www.yaohao.me
2026-01-25 03:03
HTTP/1.1 200 OK
Server: nginx/1.18.0
Content-Type: text/html; charset=UTF-8
Set-Cookie: PHPSESSID=543b39vg9bbpgkt2r61eva0mrm; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Pragma: no-cache
Strict-Transport-Security: max-age=63072000; includeSubdomains; preload
Cache-Control: must-revalidate, no-cache, no-store
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 03:03:58 GMT
EO-LOG-UUID: 566643544155356046
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · api.enzymeym.top
2026-01-25 00:58
HTTP/1.1 308 Permanent Redirect
Content-Type: text/plain
Location: https://api.enzymeym.top/
Refresh: 0;url=https://api.enzymeym.top/
server: Vercel
Transfer-Encoding: chunked
Connection: close
Date: Sun, 25 Jan 2026 00:59:14 GMT
EO-LOG-UUID: 8900013311125421654
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Redirecting...
Open service 43.174.247.38:443 · api.enzymeym.top
2026-01-25 00:58
HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Headers: X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version
Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS
Age: 0
Content-Type: text/html; charset=utf-8
Etag: W/"146f-1668f272800"
Server: Vercel
Strict-Transport-Security: max-age=63072000
X-Powered-By: Express
X-Vercel-Cache: MISS
X-Vercel-Id: fra1::iad1::svhl7-1769302752242-585c35a80a0e
Last-Modified: Sat, 20 Oct 2018 01:46:40 GMT
Cache-Control: public, max-age=0
Content-Length: 5231
Accept-Ranges: bytes
Connection: close
Date: Sun, 25 Jan 2026 00:59:12 GMT
EO-LOG-UUID: 1325035846508939835
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 网易云音乐 API Enhanced
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>网易云音乐 API Enhanced</title>
<style>
:root {
--fg: #111827; /* gray-900 */
--muted: #6b7280; /* gray-500 */
--border: #e5e7eb; /* gray-200 */
--bg: #ffffff;
--panel: #f9fafb; /* gray-50 */
--accent: #2563eb; /* blue-600 */
}
* { box-sizing: border-box; }
html, body { height: 100%; }
body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, PingFang SC, Helvetica, Arial, sans-serif; color: var(--fg); background: var(--bg); line-height: 1.6; }
.container { max-width: 960px; margin: 40px auto; padding: 0 20px; }
header.site-header { margin-bottom: 24px; }
header.site-header h1 { font-size: 28px; font-weight: 700; margin: 0; }
.badge { display: inline-block; margin-left: 8px; padding: 2px 8px; border: 1px solid var(--border); border-radius: 14px; font-size: 12px; color: var(--muted); }
.sub { margin-top: 6px; color: var(--muted); }
.block { background: var(--panel); border: 1px solid var(--border); border-radius: 8px; padding: 16px; margin-bottom: 16px; }
.block h2 { margin: 0 0 10px; font-size: 18px; }
.kvs { display: grid; grid-template-columns: 140px 1fr; gap: 8px 16px; align-items: center; }
.kvs div:first-child { color: var(--muted); }
ul.links { list-style: none; padding: 0; margin: 0; }
ul.links li { margin: 6px 0; }
ul.links a { color: var(--fg); text-decoration: none; border-bottom: 1px dotted var(--border); }
ul.links a:hover { color: var(--accent); border-bottom-color: var(--accent); }
pre { margin: 0; background: #fff; border: 1px solid var(--border); border-radius: 6px; padding: 12px; overflow: auto; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace; font-size: 13px; }
footer.site-footer { margin-top: 24px; padding-top: 12px; border-top: 1px solid var(--border); color: var(--muted); }
footer.site-footer a { color: var(--fg); text-decoration: none; }
footer.site-footer a:hover { color: var(--accent); }
</style>
</head>
<body>
<main class="container">
<header class="site-header">
<h1>网易云音乐 API Enhanced <span id="api-version" class="badge"></span></h1>
<p class="sub">🔍 A revival project for NeteaseCloudMusicApi Node.js Api Services || 网易云音乐 API 备份 + 增强 || 本项目自原版v4.28.0版本后开始自行维护</p>
</header>
<section class="block">
<h2>状态</h2>
<div class="kvs">
<div>Base URL</div><div id="base-url">—</div>
<div>当前页</div><div id="current-url">—</div>
</div>
</section>
<section class="block">
<h2>文档</h2>
<p><a href="/docs" target="_blank">查看在线文档</a></p>
</section>
<section class="block">
<h2>常用接口</h2>
<ul class="links">
<li><a href="/search?keywords=妖精小姐的魔法邀约">搜索音乐: <code>GET /search</code></a></li>
<li><a href="/song/detail?ids=2756058128">获取音乐详情: <code>GET /song/detail</code></a></li>
<li><a href="/comment/music?id=2756058128&limit=1">获取音乐评论: <code>GET /comment/music</code></a></li>
<li><a href="/song/url/v1?id=2756058128&level=exhigh">获取音乐播放链接: <code>GET /song/url/v1</code></a></li>
</ul>
</section>
<section class="block">
<h2>调试部分</h2>
<pre><code>curl -s {origin}/inner/version
curl -s {origin}/search?keywords=网易云</code></pre>
<p style="margin-top:10px"> · <a href="/api.html">交互式调试</a> · <a href="/qrlogin.html">二维码登录示例</a> · <a href="/unblock_test.html">解灰测试</a></p> · <a href="/audio_match_demo/index.html">听歌识曲 Demo</a></p> · <a href="/cloud.html">云盘上传</a></p> · <a href="/playlist_import.html">歌单导入</a></p> · <a href="/eapi_decrypt.ht
Open service 43.174.247.38:80 · newapi.cikz.top
2026-01-25 00:25
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
X-Oneapi-Request-Id: 20260125082549418943978URB450if
Content-Length: 1330
Connection: close
Date: Sun, 25 Jan 2026 00:25:49 GMT
EO-LOG-UUID: 11854582484204313422
EO-Cache-Status: MISS
Cache-Control: max-age=2592000
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: New API
<!doctype html>
<html lang="zh">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#ffffff" />
<meta
name="description"
content="OpenAI 接口聚合管理,支持多种渠道包括 Azure,可用于二次分发管理 key,仅单可执行文件,已打包好 Docker 镜像,一键部署,开箱即用"
/>
<title>New API</title>
<!--Umami QuantumNous-->
<!--Google Analytics QuantumNous-->
<script type="module" crossorigin src="/assets/index-BMSsox_y.js"></script>
<link rel="modulepreload" crossorigin href="/assets/react-core-D-iPSUlg.js">
<link rel="modulepreload" crossorigin href="/assets/semi-ui-ChDMTtq_.js">
<link rel="modulepreload" crossorigin href="/assets/tools-CkG2S4eF.js">
<link rel="modulepreload" crossorigin href="/assets/react-components-BnylIsR_.js">
<link rel="modulepreload" crossorigin href="/assets/i18n-BFwU0JsY.js">
<link rel="stylesheet" crossorigin href="/assets/semi-ui-yRXI6evF.css">
<link rel="stylesheet" crossorigin href="/assets/index-jBJ0x1nb.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
Open service 43.174.247.38:443 · newapi.cikz.top
2026-01-25 00:25
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
X-Oneapi-Request-Id: 202601250825464551716269zfiVcEC
Content-Length: 1330
Connection: close
Date: Sun, 25 Jan 2026 00:25:46 GMT
EO-LOG-UUID: 3169240849850350522
EO-Cache-Status: MISS
Cache-Control: max-age=2592000
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: New API
<!doctype html>
<html lang="zh">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#ffffff" />
<meta
name="description"
content="OpenAI 接口聚合管理,支持多种渠道包括 Azure,可用于二次分发管理 key,仅单可执行文件,已打包好 Docker 镜像,一键部署,开箱即用"
/>
<title>New API</title>
<!--Umami QuantumNous-->
<!--Google Analytics QuantumNous-->
<script type="module" crossorigin src="/assets/index-BMSsox_y.js"></script>
<link rel="modulepreload" crossorigin href="/assets/react-core-D-iPSUlg.js">
<link rel="modulepreload" crossorigin href="/assets/semi-ui-ChDMTtq_.js">
<link rel="modulepreload" crossorigin href="/assets/tools-CkG2S4eF.js">
<link rel="modulepreload" crossorigin href="/assets/react-components-BnylIsR_.js">
<link rel="modulepreload" crossorigin href="/assets/i18n-BFwU0JsY.js">
<link rel="stylesheet" crossorigin href="/assets/semi-ui-yRXI6evF.css">
<link rel="stylesheet" crossorigin href="/assets/index-jBJ0x1nb.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
Open service 43.174.247.38:443 · test.kyay006.cn
2026-01-24 21:10
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 21:10:45 GMT
EO-LOG-UUID: 18019238439752690580
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · test.kyay006.cn
2026-01-24 21:10
HTTP/1.1 502 Bad Gateway
Server: nginx
Content-Type: text/html
Content-Length: 150
Connection: close
Date: Sat, 24 Jan 2026 21:10:48 GMT
EO-LOG-UUID: 3426404251943163551
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 502 Bad Gateway
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · api.houning.top
2026-01-24 20:54
HTTP/1.1 521 Connection Reset by Origin
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 20:54:57 GMT
EO-LOG-UUID: 16256431072454442591
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · api.houning.top
2026-01-24 20:54
HTTP/1.1 521 Connection Reset by Origin
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 20:55:00 GMT
EO-LOG-UUID: 9200099269222729202
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · vless.aappe.uk
2026-01-24 19:37
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 19:38:01 GMT
EO-LOG-UUID: 3896169179476223506
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · vless.aappe.uk
2026-01-24 19:37
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 19:38:04 GMT
EO-LOG-UUID: 5671881732575186973
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · proxy.aappe.uk
2026-01-24 19:04
HTTP/1.1 521 Connection Reset by Origin
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 19:04:58 GMT
EO-LOG-UUID: 17521655812393735172
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · proxy.aappe.uk
2026-01-24 19:04
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 19:04:54 GMT
EO-LOG-UUID: 17064386040691058237
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · api.itpiggy.top
2026-01-24 19:01
HTTP/1.1 423 Locked
cdn-loop: TencentEdgeOne; loops=16
Server: cloudflare
nel: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
report-to: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
cf-cache-status: DYNAMIC
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=2,cfOrigin;dur=4
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=1,cfOrigin;dur=15
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=2,cfOrigin;dur=25
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=2,cfOrigin;dur=35
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=3,cfOrigin;dur=45
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=6,cfOrigin;dur=55
strict-transport-security: max-age=0; includeSubDomains; preload
x-content-type-options: nosniff
speculation-rules: "/cdn-cgi/speculation"
alt-svc: h3=":443"; ma=86400
CF-RAY: 9c31c79c6cfffb99-AMS
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 19:01:29 GMT
EO-LOG-UUID: 18316286130256516141
EO-Cache-Status: MISS
Open service 43.174.247.38:80 · api.itpiggy.top
2026-01-24 19:01
HTTP/1.1 423 Locked
cdn-loop: TencentEdgeOne; loops=16
Server: cloudflare
nel: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
report-to: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
cf-cache-status: DYNAMIC
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=2,cfOrigin;dur=5
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=2,cfOrigin;dur=14
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=2,cfOrigin;dur=23
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=1,cfOrigin;dur=34
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=1,cfOrigin;dur=43
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=8,cfOrigin;dur=54
strict-transport-security: max-age=0; includeSubDomains; preload
x-content-type-options: nosniff
speculation-rules: "/cdn-cgi/speculation"
alt-svc: h3=":443"; ma=86400
CF-RAY: 9c31c7af0b2afff6-AMS
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 19:01:32 GMT
EO-LOG-UUID: 17177741803747438596
EO-Cache-Status: MISS
Open service 43.174.247.38:443 · edgeone-demo.norsk996.tech
2026-01-24 18:23
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 16:25:02 GMT
Etag: "9f9d785858588239114a9f53cdb5d616"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 27207
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sat, 24 Jan 2026 18:24:13 GMT
EO-LOG-UUID: 2123329928396493887
EO-Cache-Status: Cache Hit
Page title: Company Website Template - Professional Enterprise Solutions
<!DOCTYPE html><html><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">Company Website Template - Professional Enterprise Solutions</title><meta name="description" content="Providing professional website solutions for enterprises, facilitating digital transformation" data-next-head=""/><link rel="icon" href="/favicon.ico" data-next-head=""/><link rel="preload" href="/_next/static/css/187a777a0f6f360b.css" as="style"/><link rel="stylesheet" href="/_next/static/css/187a777a0f6f360b.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-77d10b4726f13aa5.js" defer=""></script><script src="/_next/static/chunks/framework-f75312fc4004b783.js" defer=""></script><script src="/_next/static/chunks/main-824da395facf0919.js" defer=""></script><script src="/_next/static/chunks/pages/_app-a3f35041f74c110a.js" defer=""></script><script src="/_next/static/chunks/161-97178a73680cadce.js" defer=""></script><script src="/_next/static/chunks/587-7190557ec13b01c0.js" defer=""></script><script src="/_next/static/chunks/441-356ed8ab88feee43.js" defer=""></script><script src="/_next/static/chunks/pages/index-ceee6967b85acdde.js" defer=""></script><script src="/_next/static/elA-Fh09vh9aKOzF5PMRg/_buildManifest.js" defer=""></script><script src="/_next/static/elA-Fh09vh9aKOzF5PMRg/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div class="min-h-screen bg-white"><header class="fixed inset-x-0 top-0 z-50 bg-white"><nav class="flex items-center justify-between p-6 lg:px-8" aria-label="Global"><div class="flex lg:flex-1"><a class="-m-1.5 p-1.5 " href="/"><span class="text-2xl font-bold text-primary">Enterprise Website</span></a></div><div class="flex lg:hidden"><button type="button" class="-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-gray-700 hover:text-gray-900 transition-colors duration-200 "><span class="sr-only">Open main menu</span><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="h-6 w-6"><path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"></path></svg></button></div><div class="hidden lg:flex lg:gap-x-12"><a class="text-sm font-semibold leading-6 transition-colors duration-200 text-gray-900 hover:text-primary/80 " href="/case-studies">Case Studies</a><a class="text-sm font-semibold leading-6 transition-colors duration-200 text-gray-900 hover:text-primary/80 " href="/team">Team</a><a class="text-sm font-semibold leading-6 transition-colors duration-200 text-gray-900 hover:text-primary/80 " href="/careers">Career Opportunities</a><a class="text-sm font-semibold leading-6 transition-colors duration-200 text-gray-900 hover:text-primary/80 " href="/blog">Blog</a><a class="text-sm font-semibold leading-6 transition-colors duration-200 text-gray-900 hover:text-primary/80 " href="/blocks">UI Blocks</a></div><div class="hidden lg:flex lg:flex-1 lg:justify-end"><a class="rounded-md font-semibold transition-colors duration-200
bg-primary text-white shadow-sm hover:bg-primary/90
px-3.5 py-2.5 text-sm" href="/get-started">Get Started</a></div></nav></header><main><div class="min-h-screen bg-white"><header class="fixed inset-x-0 top-0 z-50 bg-white"><nav class="flex items-center justify-between p-6 lg:px-8" aria-label="Global"><div class="flex lg:flex-1"><a class="-m-1.5 p-1.5 " href="/"><span class="text-2xl font-bold text-primary">Enterprise Website</span></a></div><div class="flex lg:hidden"><button type="button" class="-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-gray-700 hover:text-gray-900 transition-colors duration-200 "><span class="sr-only">Open main menu</span><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot=
Open service 43.174.247.38:80 · edgeone-demo.norsk996.tech
2026-01-24 18:23
HTTP/1.1 302 Found Location: https://edgeone-demo.norsk996.tech/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Sat, 24 Jan 2026 18:24:15 GMT EO-LOG-UUID: 18032249331362234781 EO-Cache-Status: Return Directly
Open service 43.174.247.38:80 · inv.fur.tax
2026-01-24 18:08
HTTP/1.1 301 Moved Permanently Location: https://inv.fur.tax/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Sat, 24 Jan 2026 18:09:09 GMT EO-LOG-UUID: 17751635883596365391 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · inv.fur.tax
2026-01-24 18:08
HTTP/1.1 404 Not Found
Content-Type: text/html
Accept-Ranges: bytes
ETag: "0445e4fdf1e737913bb718eca592a661"
Last-Modified: Tue, 23 Sep 2025 09:32:20 GMT
Cache-Control: public, must-revalidate, max-age=0
Age: 0
Content-Length: 3881
Connection: close
Server: edgeone-pages
Date: Sat, 24 Jan 2026 18:09:07 GMT
EO-LOG-UUID: 1865385198454450890
EO-Cache-Status: Cache Miss
Page title: Tencent Edgeone
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tencent Edgeone</title>
<style>
* {
padding: 0;
margin: 0;
}
body {
width: 100vw;
height: 100vh;
background-color: #fff;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family:
Microsoft YaHei,
Oxygen,
pingfang SC,
SimHei !important;
}
.flex-display {
display: flex;
align-items: center;
justify-content: center;
}
.wrapper {
width: 600px;
}
@media screen and (max-width: 720px) {
.wrapper {
width: 100vw;
}
.main-content {
padding: 40px 20px !important;
}
}
.main-content {
margin: auto;
width: 100%;
box-sizing: border-box;
padding: 40px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 5px;
border: 1px solid rgba(209, 217, 224, 0.5);
}
.main-content img {
width: 70px;
}
.error-header {
align-self: center;
}
.main-code {
font-size: 20px;
color: rgba(0, 0, 0, 0.9);
font-weight: bold;
}
.main-title {
font-size: 20px;
color: rgba(0, 0, 0, 0.9);
}
.footer {
margin-top: 60px;
}
.footer-link {
height: 20px;
}
.footer-text {
font-size: 13px;
font-weight: 400;
margin-right: 10px;
color: rgba(0, 0, 0, 0.9);
}
.footer-picture {
height: 18px;
}
.code-description {
font-size: 14px;
margin-top: 15px;
align-self: center;
}
.scf-message {
font-size: 14px;
margin-top: 25px;
}
.site {
color: rgba(0, 0, 0, 0.6);
font-size: 12px;
text-align: left;
}
.site-title {
font-weight: 700;
}
.site-visitor {
margin-top: 50px;
}
.site-owner {
margin-top: 5px;
}
.link {
font-size: 12px;
color: rgba(29, 126, 255, 1);
font-weight: 800;
text-decoration: none;
}
</style>
</head>
<body>
<div class="wrapper">
<div class="main-content">
<div class="error-header">
<span class="main-code"><span class="main-code-num">404</span>:</span>
<span class="main-title">NOT_FOUND</span>
</div>
<p class="code-description">(Code: NOT_FOUND)</p>
<p class="scf-message">The page does not exist</p>
<div class="site">
<p class="site-visitor">
<span class="site-title"> Site Visitor: </span>
Contact the site owner or try again.
</p>
<p class="site-owner">
<span class="site-title"> Site Owner: </span>
Please check
<a
class="link"
href="https://pages.edgeone.ai/document/error-codes"
>
document
</a>
or contact us.
</p>
</div>
</div>
<div class="flex-display footer">
<span class="footer-text">Powered by</span>
<a href="https://pages.edgeone.ai/" class="footer-link" target="_blank">
<img
class="footer-picture"
src="https://qcloudimg.tencent-cloud.cn/raw/ed44e6d974616211a111f3ae2787111e.svg"
/>
</a>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:443 · jewelry.zyaisoft.xyz
2026-01-24 17:59
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 07:27:42 GMT
Etag: "6974746e-271"
Server: nginx/1.26.3
Content-Type: text/html
Content-Length: 625
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 18:00:14 GMT
Age: 15
EO-LOG-UUID: 10788406673875178901
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: AI 珠宝智能终端
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AI 珠宝智能终端</title>
<!-- 引入 3D 模型渲染器 -->
<script type="module" src="https://ajax.googleapis.com/ajax/libs/model-viewer/3.5.0/model-viewer.min.js"></script>
<script type="module" crossorigin src="/assets/index-BwTJB3Ky.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C6evdj_M.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 43.174.247.38:80 · jewelry.zyaisoft.xyz
2026-01-24 17:59
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 07:27:42 GMT
Etag: "6974746e-271"
Server: nginx/1.26.3
Content-Type: text/html
Content-Length: 625
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 18:00:16 GMT
Age: 18
EO-LOG-UUID: 13986653900331638362
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: AI 珠宝智能终端
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AI 珠宝智能终端</title>
<!-- 引入 3D 模型渲染器 -->
<script type="module" src="https://ajax.googleapis.com/ajax/libs/model-viewer/3.5.0/model-viewer.min.js"></script>
<script type="module" crossorigin src="/assets/index-BwTJB3Ky.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C6evdj_M.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 43.174.247.38:443 · www.cxy.hk
2026-01-24 17:42
HTTP/1.1 200 OK
Etag: W/"38c0-WD2WZwh7nF++9SoTkii3I04Mo90"
Alt-Svc: h3=":443"; ma=2592000
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
X-Powered-By: Express
Server: TencentEdgeOne
Cache-Control: public, max-age=0
Content-Length: 14528
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 17:42:53 GMT
Age: 15
EO-LOG-UUID: 16207791055761301618
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Xinyu 的个人小站
<!DOCTYPE html>
<html lang="zh">
<head>
<title>Xinyu 的个人小站</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preload" as="style" href="/assets/built/screen.css?v=69e0765a46">
<link rel="preload" as="script" href="/assets/built/source.js?v=69e0765a46">
<link rel="preload" as="font" type="font/woff2" href="/assets/fonts/inter-roman.woff2?v=69e0765a46" crossorigin="anonymous">
<style>
@font-face {
font-family: "Inter";
font-style: normal;
font-weight: 100 900;
font-display: optional;
src: url(/assets/fonts/inter-roman.woff2?v=69e0765a46) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
<link rel="stylesheet" type="text/css" href="/assets/built/screen.css?v=69e0765a46">
<style>
:root {
--background-color: #ffffff
}
</style>
<script>
/* The script for calculating the color contrast has been taken from
https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
accentColor = accentColor.trim().slice(1);
if (accentColor.length === 3) {
accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
}
var r = parseInt(accentColor.substr(0, 2), 16);
var g = parseInt(accentColor.substr(2, 2), 16);
var b = parseInt(accentColor.substr(4, 2), 16);
var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
var textColor = (yiq >= 128) ? 'dark' : 'light';
document.documentElement.className = `has-${textColor}-text`;
</script>
<meta name="description" content="Thoughts, stories and ideas.">
<link rel="icon" href="https://www.cxy.hk/content/images/size/w256h256/format/jpeg/2025/12/248100851-6.jpg" type="image/jpeg">
<link rel="canonical" href="https://www.cxy.hk/">
<meta name="referrer" content="no-referrer-when-downgrade">
<meta property="og:site_name" content="Xinyu 的个人小站">
<meta property="og:type" content="website">
<meta property="og:title" content="Xinyu 的个人小站">
<meta property="og:description" content="Thoughts, stories and ideas.">
<meta property="og:url" content="https://www.cxy.hk/">
<meta property="article:publisher" content="https://www.facebook.com/ghost">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Xinyu 的个人小站">
<meta name="twitter:description" content="Thoughts, stories and ideas.">
<meta name="twitter:url" content="https://www.cxy.hk/">
<meta name="twitter:site" content="@ghost">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"publisher": {
"@type": "Organization",
"name": "Xinyu 的个人小站",
"url": "https://www.cxy.hk/",
"logo": {
"@type": "ImageObject",
"url": "https://www.cxy.hk/content/images/size/w256h256/format/jpeg/2025/12/248100851-6.jpg",
"width": 60,
"height": 60
}
},
"url": "https://www.cxy.hk/",
"name": "Xinyu 的个人小站",
"mainEntityOfPage": "https://www.cxy.hk/",
"description": "Thoughts, stories and ideas."
}
</script>
<meta name="generator" content="Ghost 6.10">
<link rel="alternate" type="application/rss+xml" title="Xinyu 的个人小站" href="https://www.cxy.hk/rss/">
<script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js" data-key="eed5a86d211eb98db4260b942b" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/main.css" data-sodo-searc
Open service 43.174.247.38:80 · www.cxy.hk
2026-01-24 17:42
HTTP/1.1 200 OK
Etag: W/"38c0-WD2WZwh7nF++9SoTkii3I04Mo90"
Alt-Svc: h3=":443"; ma=2592000
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
X-Powered-By: Express
Server: TencentEdgeOne
Cache-Control: public, max-age=0
Content-Length: 14528
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 17:42:56 GMT
Age: 15
EO-LOG-UUID: 11856979612577867683
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Xinyu 的个人小站
<!DOCTYPE html>
<html lang="zh">
<head>
<title>Xinyu 的个人小站</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preload" as="style" href="/assets/built/screen.css?v=69e0765a46">
<link rel="preload" as="script" href="/assets/built/source.js?v=69e0765a46">
<link rel="preload" as="font" type="font/woff2" href="/assets/fonts/inter-roman.woff2?v=69e0765a46" crossorigin="anonymous">
<style>
@font-face {
font-family: "Inter";
font-style: normal;
font-weight: 100 900;
font-display: optional;
src: url(/assets/fonts/inter-roman.woff2?v=69e0765a46) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
<link rel="stylesheet" type="text/css" href="/assets/built/screen.css?v=69e0765a46">
<style>
:root {
--background-color: #ffffff
}
</style>
<script>
/* The script for calculating the color contrast has been taken from
https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
accentColor = accentColor.trim().slice(1);
if (accentColor.length === 3) {
accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
}
var r = parseInt(accentColor.substr(0, 2), 16);
var g = parseInt(accentColor.substr(2, 2), 16);
var b = parseInt(accentColor.substr(4, 2), 16);
var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
var textColor = (yiq >= 128) ? 'dark' : 'light';
document.documentElement.className = `has-${textColor}-text`;
</script>
<meta name="description" content="Thoughts, stories and ideas.">
<link rel="icon" href="https://www.cxy.hk/content/images/size/w256h256/format/jpeg/2025/12/248100851-6.jpg" type="image/jpeg">
<link rel="canonical" href="https://www.cxy.hk/">
<meta name="referrer" content="no-referrer-when-downgrade">
<meta property="og:site_name" content="Xinyu 的个人小站">
<meta property="og:type" content="website">
<meta property="og:title" content="Xinyu 的个人小站">
<meta property="og:description" content="Thoughts, stories and ideas.">
<meta property="og:url" content="https://www.cxy.hk/">
<meta property="article:publisher" content="https://www.facebook.com/ghost">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Xinyu 的个人小站">
<meta name="twitter:description" content="Thoughts, stories and ideas.">
<meta name="twitter:url" content="https://www.cxy.hk/">
<meta name="twitter:site" content="@ghost">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"publisher": {
"@type": "Organization",
"name": "Xinyu 的个人小站",
"url": "https://www.cxy.hk/",
"logo": {
"@type": "ImageObject",
"url": "https://www.cxy.hk/content/images/size/w256h256/format/jpeg/2025/12/248100851-6.jpg",
"width": 60,
"height": 60
}
},
"url": "https://www.cxy.hk/",
"name": "Xinyu 的个人小站",
"mainEntityOfPage": "https://www.cxy.hk/",
"description": "Thoughts, stories and ideas."
}
</script>
<meta name="generator" content="Ghost 6.10">
<link rel="alternate" type="application/rss+xml" title="Xinyu 的个人小站" href="https://www.cxy.hk/rss/">
<script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js" data-key="eed5a86d211eb98db4260b942b" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/main.css" data-sodo-searc
Open service 43.174.247.38:80 · mail.xcysy.top
2026-01-24 17:35
HTTP/1.1 200 OK
content-type: text/html
Server: TencentEdgeOne
Content-Length: 2116
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 17:35:57 GMT
Age: 15
EO-LOG-UUID: 9403649976058418968
EO-Cache-Status: HIT
Page title: Stalwart Management
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="module">
import init, * as bindings from '/webadmin-174c38c78ba08a7f.js';
const wasm = await init({ module_or_path: '/webadmin-174c38c78ba08a7f_bg.wasm' });
window.wasmBindings = bindings;
dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}}));
</script>
<!-- Favicon for browsers -->
<link rel="icon" href="/favicon-cfb706b7132e0fd2.ico" integrity="sha384-xmpdB90Iw1Taa29SfEFXiENgXOQzom6C8WYjcD5Io0p1fjdJLDBvrKufcmrTHn6a"/>
<!-- Favicon sizes for different platforms -->
<link rel="icon" href="/favicon-32x32-33abe4bf0e53934c.png" integrity="sha384-0Zy966gMg2P2uZhUAv8IdixXEIejROvJyU28/fbsDk/3geMKyy84V0zSrHs2pN+H"/>
<link rel="icon" href="/favicon-16x16-9b86a4caa1876c9e.png" integrity="sha384-tcxBHHSsaX/Eoz4RXA2QT2xrQs0C8NkBPHteE4oJj5mjk0QynFC+DYqsBi2wtyXo"/>
<!-- For Android Chrome -->
<link rel="icon" href="/android-chrome-192x192-6aba841e8fc78b83.png" integrity="sha384-4QwNjlH6Pqx4aeNBCrZSgZgw2iq2oC7Yw29X95nrPr1tKh0FB71rvVFHkQ0BdSS1"/>
<link rel="icon" href="/android-chrome-512x512-ffbecec3ff69a6ca.png" integrity="sha384-DnOdHkyuvKhNBFP+npy4csavvis2HpbVHvlT9xPGTTxJL74eQzIap+gEIDaQw+DE"/>
<!-- For iOS devices -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<!-- Manifest -->
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="/output-730f1b48cdfa4c5b.css" integrity="sha384-/ir4hcdz9GDy3NeD/PcXmW+4xeCzmR4cs5Ysy0jOzF32Ic1OW28r4jXY0k5sMw/0"/>
<title>Stalwart Management</title>
<link rel="modulepreload" href="/webadmin-174c38c78ba08a7f.js" crossorigin="anonymous" integrity="sha384-ylPERGu/xu87KM3xI6HIVXtHNscOGU/wfkFyjl3FXb3IsQ9wSY8GnSxtWujtNVTr"><link rel="preload" href="/webadmin-174c38c78ba08a7f_bg.wasm" crossorigin="anonymous" integrity="sha384-MG/petMrsaaXuv5SojD6fpogQpI6tRgmfB/nfnYBaU8sX7vvO95tV7Lln/DQoq3w" as="fetch" type="application/wasm"></head>
<body>
</body>
</html>
Open service 43.174.247.38:443 · mail.xcysy.top
2026-01-24 17:35
HTTP/1.1 200 OK
content-type: text/html
Server: TencentEdgeOne
Content-Length: 2116
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 17:35:54 GMT
Age: 15
EO-LOG-UUID: 4253320822380087028
EO-Cache-Status: HIT
Page title: Stalwart Management
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="module">
import init, * as bindings from '/webadmin-174c38c78ba08a7f.js';
const wasm = await init({ module_or_path: '/webadmin-174c38c78ba08a7f_bg.wasm' });
window.wasmBindings = bindings;
dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}}));
</script>
<!-- Favicon for browsers -->
<link rel="icon" href="/favicon-cfb706b7132e0fd2.ico" integrity="sha384-xmpdB90Iw1Taa29SfEFXiENgXOQzom6C8WYjcD5Io0p1fjdJLDBvrKufcmrTHn6a"/>
<!-- Favicon sizes for different platforms -->
<link rel="icon" href="/favicon-32x32-33abe4bf0e53934c.png" integrity="sha384-0Zy966gMg2P2uZhUAv8IdixXEIejROvJyU28/fbsDk/3geMKyy84V0zSrHs2pN+H"/>
<link rel="icon" href="/favicon-16x16-9b86a4caa1876c9e.png" integrity="sha384-tcxBHHSsaX/Eoz4RXA2QT2xrQs0C8NkBPHteE4oJj5mjk0QynFC+DYqsBi2wtyXo"/>
<!-- For Android Chrome -->
<link rel="icon" href="/android-chrome-192x192-6aba841e8fc78b83.png" integrity="sha384-4QwNjlH6Pqx4aeNBCrZSgZgw2iq2oC7Yw29X95nrPr1tKh0FB71rvVFHkQ0BdSS1"/>
<link rel="icon" href="/android-chrome-512x512-ffbecec3ff69a6ca.png" integrity="sha384-DnOdHkyuvKhNBFP+npy4csavvis2HpbVHvlT9xPGTTxJL74eQzIap+gEIDaQw+DE"/>
<!-- For iOS devices -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<!-- Manifest -->
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="/output-730f1b48cdfa4c5b.css" integrity="sha384-/ir4hcdz9GDy3NeD/PcXmW+4xeCzmR4cs5Ysy0jOzF32Ic1OW28r4jXY0k5sMw/0"/>
<title>Stalwart Management</title>
<link rel="modulepreload" href="/webadmin-174c38c78ba08a7f.js" crossorigin="anonymous" integrity="sha384-ylPERGu/xu87KM3xI6HIVXtHNscOGU/wfkFyjl3FXb3IsQ9wSY8GnSxtWujtNVTr"><link rel="preload" href="/webadmin-174c38c78ba08a7f_bg.wasm" crossorigin="anonymous" integrity="sha384-MG/petMrsaaXuv5SojD6fpogQpI6tRgmfB/nfnYBaU8sX7vvO95tV7Lln/DQoq3w" as="fetch" type="application/wasm"></head>
<body>
</body>
</html>
Open service 43.174.247.38:80 · invbot.fur.tax
2026-01-24 17:03
HTTP/1.1 301 Moved Permanently Location: https://invbot.fur.tax/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Sat, 24 Jan 2026 17:04:09 GMT EO-LOG-UUID: 12051354425017182245 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · invbot.fur.tax
2026-01-24 17:03
HTTP/1.1 404 Not Found
Content-Type: text/html
Accept-Ranges: bytes
ETag: "0445e4fdf1e737913bb718eca592a661"
Last-Modified: Tue, 23 Sep 2025 09:32:20 GMT
Cache-Control: public, must-revalidate, max-age=0
Age: 0
Content-Length: 3881
Connection: close
Server: edgeone-pages
Date: Sat, 24 Jan 2026 17:04:07 GMT
EO-LOG-UUID: 10226665325963836339
EO-Cache-Status: Cache Miss
Page title: Tencent Edgeone
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tencent Edgeone</title>
<style>
* {
padding: 0;
margin: 0;
}
body {
width: 100vw;
height: 100vh;
background-color: #fff;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family:
Microsoft YaHei,
Oxygen,
pingfang SC,
SimHei !important;
}
.flex-display {
display: flex;
align-items: center;
justify-content: center;
}
.wrapper {
width: 600px;
}
@media screen and (max-width: 720px) {
.wrapper {
width: 100vw;
}
.main-content {
padding: 40px 20px !important;
}
}
.main-content {
margin: auto;
width: 100%;
box-sizing: border-box;
padding: 40px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 5px;
border: 1px solid rgba(209, 217, 224, 0.5);
}
.main-content img {
width: 70px;
}
.error-header {
align-self: center;
}
.main-code {
font-size: 20px;
color: rgba(0, 0, 0, 0.9);
font-weight: bold;
}
.main-title {
font-size: 20px;
color: rgba(0, 0, 0, 0.9);
}
.footer {
margin-top: 60px;
}
.footer-link {
height: 20px;
}
.footer-text {
font-size: 13px;
font-weight: 400;
margin-right: 10px;
color: rgba(0, 0, 0, 0.9);
}
.footer-picture {
height: 18px;
}
.code-description {
font-size: 14px;
margin-top: 15px;
align-self: center;
}
.scf-message {
font-size: 14px;
margin-top: 25px;
}
.site {
color: rgba(0, 0, 0, 0.6);
font-size: 12px;
text-align: left;
}
.site-title {
font-weight: 700;
}
.site-visitor {
margin-top: 50px;
}
.site-owner {
margin-top: 5px;
}
.link {
font-size: 12px;
color: rgba(29, 126, 255, 1);
font-weight: 800;
text-decoration: none;
}
</style>
</head>
<body>
<div class="wrapper">
<div class="main-content">
<div class="error-header">
<span class="main-code"><span class="main-code-num">404</span>:</span>
<span class="main-title">NOT_FOUND</span>
</div>
<p class="code-description">(Code: NOT_FOUND)</p>
<p class="scf-message">The page does not exist</p>
<div class="site">
<p class="site-visitor">
<span class="site-title"> Site Visitor: </span>
Contact the site owner or try again.
</p>
<p class="site-owner">
<span class="site-title"> Site Owner: </span>
Please check
<a
class="link"
href="https://pages.edgeone.ai/document/error-codes"
>
document
</a>
or contact us.
</p>
</div>
</div>
<div class="flex-display footer">
<span class="footer-text">Powered by</span>
<a href="https://pages.edgeone.ai/" class="footer-link" target="_blank">
<img
class="footer-picture"
src="https://qcloudimg.tencent-cloud.cn/raw/ed44e6d974616211a111f3ae2787111e.svg"
/>
</a>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:443 · navidrome.gldhn.top
2026-01-24 16:04
HTTP/1.1 302 Found
Server: nginx
Content-Type: text/html; charset=utf-8
Location: /app/
Permissions-Policy: autoplay=(), camera=(), microphone=(), usb=()
Referrer-Policy: same-origin
Vary: Origin
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
Strict-Transport-Security: max-age=31536000
Content-Length: 28
Connection: close
Date: Sat, 24 Jan 2026 16:04:51 GMT
EO-LOG-UUID: 9694058558165453313
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<a href="/app/">Found</a>.
Open service 43.174.247.38:80 · navidrome.gldhn.top
2026-01-24 16:04
HTTP/1.1 302 Found
Server: nginx
Content-Type: text/html; charset=utf-8
Location: /app/
Permissions-Policy: autoplay=(), camera=(), microphone=(), usb=()
Referrer-Policy: same-origin
Vary: Origin
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
Strict-Transport-Security: max-age=31536000
Content-Length: 28
Connection: close
Date: Sat, 24 Jan 2026 16:04:54 GMT
EO-LOG-UUID: 5549098526050137345
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<a href="/app/">Found</a>.
Open service 43.174.247.38:80 · chat.ranai.indevs.in
2026-01-24 15:52
HTTP/1.1 429 Unknown Status
Content-Type: text/html; charset=utf-8
Server: Vercel
X-Vercel-Challenge-Token: 2.1769269997.60.ZTZmOTg5YTE1NThmZDVhOWQ4NDdmZGViOGIxMzQyOTU7MWY1MTI5NjQ7YWY1N2MzOTQ0OWYxY2NiMWI2MDFiYjE0NDY0NGYxZjk2Y2MzNGY0NjszO931moifO32ybYbkBQjEzsj9uzPF0raAonfwLOhNsPG+AXDZttOpRtorSsdIX/4=.a54237b5eaeee9f203d3b2f9f0ae45da
X-Vercel-Id: sin1::1769269997-eXEr8as4ur8Dq52tRegzuDnrdmKE26ZB
X-Vercel-Mitigated: challenge
Cache-Control: private, no-store, max-age=0
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 15:53:17 GMT
EO-LOG-UUID: 16579401287618850912
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · chat.ranai.indevs.in
2026-01-24 15:52
HTTP/1.1 429 Unknown Status
Content-Type: text/html; charset=utf-8
Server: Vercel
X-Vercel-Challenge-Token: 2.1769269994.60.MGIwOTQ3OTI1ZjYzYzQxOGQwZmI3OTUyMjZiMTBlNzQ7OTI5MDc4NTI7OGFkOGM1ZGZiODU4NTZmM2M2MGVjNjY5NWEwNWRiYzJiNzBlZmE1OTszOx0BU57LskDq6P+4M3yDGTVXcI0PNknSb1h+rNtW2wh4k+P2mPQbcWYc01cSfNo=.34662f475d7480bc03743cff7a46696f
X-Vercel-Id: fra1::1769269994-nF3wEtdLGMBuUfUwY8n7h3i1orSTvFEr
X-Vercel-Mitigated: challenge
Cache-Control: private, no-store, max-age=0
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 15:53:14 GMT
EO-LOG-UUID: 11668407463734444164
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · doc.120915.xyz
2026-01-24 15:43
HTTP/1.1 200 OK
Server: Tengine
Content-Type: text/html
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Content-Length: 9927
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 15:43:57 GMT
Age: 17
EO-LOG-UUID: 9097173701431500409
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: baota
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="canonical" href="http://0.0.0.0:8000/">
<link rel="icon" href="assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.1">
<title>baota</title>
<link rel="stylesheet" href="assets/stylesheets/main.484c7ddc.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
<script>__md_scope=new URL(".",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
</head>
<body dir="ltr">
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
<label class="md-overlay" for="__drawer"></label>
<div data-md-component="skip">
<a href="#wellcome" class="md-skip">
Skip to content
</a>
</div>
<div data-md-component="announce">
</div>
<header class="md-header md-header--shadow" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header">
<a href="." title="baota" class="md-header__button md-logo" aria-label="baota" data-md-component="logo">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54"/></svg>
</a>
<label class="md-header__button md-icon" for="__drawer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
</label>
<div class="md-header__title" data-md-component="header-title">
<div class="md-header__ellipsis">
<div class="md-header__topic">
<span class="md-ellipsis">
baota
</span>
</div>
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Wellcome
</span>
</div>
</div>
</div>
<script>var palette=__md_get("__palette");if(palette&&palette.color){if("(prefers-color-scheme)"===palette.color.media){var media=matchMedia("(prefers-color-scheme: light)"),input=document.querySelector(media.matches?"[data-md-color-media='(prefers-color-scheme: light)']":"[data-md-color-media='(prefers-color-scheme: dark)']");palette.color.media=input.getAttribute("data-md-color-media"),palette.color.scheme=input.getAttribute("data-md-color-scheme"),palette.color.primary=input.getAttribute("data-md-color-primary"),palette.color.accent=input.getAttribute("data-md-color-accent")}for(var[key,value]of Object.entries(palette.color))document.body.setAttribute("data-md-color-"+key,value)}</script>
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14
Open service 43.174.247.38:443 · doc.120915.xyz
2026-01-24 15:43
HTTP/1.1 200 OK
Server: Tengine
Content-Type: text/html
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Content-Length: 9927
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 15:43:55 GMT
Age: 15
EO-LOG-UUID: 13240218171416328659
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: baota
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="canonical" href="http://0.0.0.0:8000/">
<link rel="icon" href="assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.1">
<title>baota</title>
<link rel="stylesheet" href="assets/stylesheets/main.484c7ddc.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
<script>__md_scope=new URL(".",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
</head>
<body dir="ltr">
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
<label class="md-overlay" for="__drawer"></label>
<div data-md-component="skip">
<a href="#wellcome" class="md-skip">
Skip to content
</a>
</div>
<div data-md-component="announce">
</div>
<header class="md-header md-header--shadow" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header">
<a href="." title="baota" class="md-header__button md-logo" aria-label="baota" data-md-component="logo">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54"/></svg>
</a>
<label class="md-header__button md-icon" for="__drawer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
</label>
<div class="md-header__title" data-md-component="header-title">
<div class="md-header__ellipsis">
<div class="md-header__topic">
<span class="md-ellipsis">
baota
</span>
</div>
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Wellcome
</span>
</div>
</div>
</div>
<script>var palette=__md_get("__palette");if(palette&&palette.color){if("(prefers-color-scheme)"===palette.color.media){var media=matchMedia("(prefers-color-scheme: light)"),input=document.querySelector(media.matches?"[data-md-color-media='(prefers-color-scheme: light)']":"[data-md-color-media='(prefers-color-scheme: dark)']");palette.color.media=input.getAttribute("data-md-color-media"),palette.color.scheme=input.getAttribute("data-md-color-scheme"),palette.color.primary=input.getAttribute("data-md-color-primary"),palette.color.accent=input.getAttribute("data-md-color-accent")}for(var[key,value]of Object.entries(palette.color))document.body.setAttribute("data-md-color-"+key,value)}</script>
<label class="md-header__button md-icon" for="__search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14
Open service 43.174.247.38:80 · img.aody.net
2026-01-24 15:29
HTTP/1.1 200 OK
Content-Type: text/html;charset=utf-8
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=IH%2B%2BEuGXHUfF6zqH7qIy7kcoMZj6%2FZtI7sKGhaKt8z1QCfLLBfD1%2BNzW7gUExPHj3Nom3s%2F6gGkZR47iFTK0lXtbjR1PxMtcq2w%2BxBiV47cFAhpnrneS"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c30917c7f4b2ab8-LAX
alt-svc: h3=":443"; ma=86400
Content-Length: 10363
Connection: close
Date: Sat, 24 Jan 2026 15:29:46 GMT
EO-LOG-UUID: 1422719024947192065
EO-Cache-Status: MISS
Page title: 星际密码 - 紧急破解任务
<!DOCTYPE html>
<html>
<head>
<title>星际密码 - 紧急破解任务</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}
body {
background: #0d1b2a;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
color: #e0e1dd;
background-image:
radial-gradient(circle at 10% 20%, rgba(11, 51, 105, 0.3) 0%, transparent 20%),
radial-gradient(circle at 80% 60%, rgba(20, 90, 150, 0.2) 0%, transparent 30%);
}
.mission-container {
background: #1b263b;
width: 100%;
max-width: 500px;
margin: 50px auto;
padding: 30px;
border-radius: 12px;
box-shadow: 0 0 30px rgba(0, 123, 255, 0.2);
position: relative;
overflow: hidden;
border: 1px solid rgba(59, 130, 246, 0.3);
}
.mission-header {
text-align: center;
margin-bottom: 30px;
}
.mission-logo {
font-size: 2.5rem;
margin-bottom: 10px;
background: linear-gradient(90deg, #3a86ff, #8338ec);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.mission-description {
text-align: center;
color: #c9c9d8;
margin-bottom: 30px;
line-height: 1.6;
padding: 0 10px;
}
.input-section {
display: flex;
gap: 12px;
margin-bottom: 25px;
flex-wrap: wrap;
justify-content: center;
}
#guessInput {
padding: 14px 16px;
flex: 1;
min-width: 200px;
font-size: 16px;
border: 1px solid #3a5075;
border-radius: 8px;
background: #0d1b2a;
color: #ffffff;
transition: all 0.2s ease;
}
#guessInput:focus {
outline: none;
border-color: #3a86ff;
box-shadow: 0 0 0 2px rgba(58, 134, 255, 0.2);
}
button {
padding: 14px 24px;
font-size: 16px;
font-weight: 500;
border: none;
border-radius: 8px;
cursor: pointer;
transition: all 0.2s ease;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
}
#submitGuess {
background-color: #3a86ff;
color: white;
}
#submitGuess:hover {
background-color: #2a75e6;
}
#submitGuess:active {
background-color: #1a64d3;
}
#submitGuess:disabled {
background-color: #4865ef;
cursor: not-allowed;
}
#newMission {
background-color: #8338ec;
color: #ffffff;
margin: 0 auto;
display: none;
}
#newMission:hover {
background-color: #7227d9;
}
#newMission:active {
background-color: #6116c8;
}
.message-box {
margin: 20px 0;
padding: 18px;
font-size: 16px;
border-radius: 8px;
min-height: 60px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
border: 1px solid transparent;
}
.info {
background-color: #1b263b;
color: #e0e1dd;
border-color: #3a5075;
}
.success
Open service 43.174.247.38:443 · img.aody.net
2026-01-24 15:29
HTTP/1.1 200 OK
Content-Type: text/html;charset=utf-8
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=4Xb94mlOunpQHuE2fgTVz2oFVb0nzwhdpILpHrhlLOhPnjoyunSmhK4U%2FPUQTnCfUm%2FCvqC5kPvUjkkDiX27e73bjMr27A%2FvEg4h%2F0D8%2FzaYpNjEqPuD"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3091699a7f2eb5-LAX
alt-svc: h3=":443"; ma=86400
Content-Length: 10363
Connection: close
Date: Sat, 24 Jan 2026 15:29:43 GMT
EO-LOG-UUID: 6485762092325301486
EO-Cache-Status: MISS
Page title: 星际密码 - 紧急破解任务
<!DOCTYPE html>
<html>
<head>
<title>星际密码 - 紧急破解任务</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}
body {
background: #0d1b2a;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
color: #e0e1dd;
background-image:
radial-gradient(circle at 10% 20%, rgba(11, 51, 105, 0.3) 0%, transparent 20%),
radial-gradient(circle at 80% 60%, rgba(20, 90, 150, 0.2) 0%, transparent 30%);
}
.mission-container {
background: #1b263b;
width: 100%;
max-width: 500px;
margin: 50px auto;
padding: 30px;
border-radius: 12px;
box-shadow: 0 0 30px rgba(0, 123, 255, 0.2);
position: relative;
overflow: hidden;
border: 1px solid rgba(59, 130, 246, 0.3);
}
.mission-header {
text-align: center;
margin-bottom: 30px;
}
.mission-logo {
font-size: 2.5rem;
margin-bottom: 10px;
background: linear-gradient(90deg, #3a86ff, #8338ec);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.mission-description {
text-align: center;
color: #c9c9d8;
margin-bottom: 30px;
line-height: 1.6;
padding: 0 10px;
}
.input-section {
display: flex;
gap: 12px;
margin-bottom: 25px;
flex-wrap: wrap;
justify-content: center;
}
#guessInput {
padding: 14px 16px;
flex: 1;
min-width: 200px;
font-size: 16px;
border: 1px solid #3a5075;
border-radius: 8px;
background: #0d1b2a;
color: #ffffff;
transition: all 0.2s ease;
}
#guessInput:focus {
outline: none;
border-color: #3a86ff;
box-shadow: 0 0 0 2px rgba(58, 134, 255, 0.2);
}
button {
padding: 14px 24px;
font-size: 16px;
font-weight: 500;
border: none;
border-radius: 8px;
cursor: pointer;
transition: all 0.2s ease;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
}
#submitGuess {
background-color: #3a86ff;
color: white;
}
#submitGuess:hover {
background-color: #2a75e6;
}
#submitGuess:active {
background-color: #1a64d3;
}
#submitGuess:disabled {
background-color: #4865ef;
cursor: not-allowed;
}
#newMission {
background-color: #8338ec;
color: #ffffff;
margin: 0 auto;
display: none;
}
#newMission:hover {
background-color: #7227d9;
}
#newMission:active {
background-color: #6116c8;
}
.message-box {
margin: 20px 0;
padding: 18px;
font-size: 16px;
border-radius: 8px;
min-height: 60px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
border: 1px solid transparent;
}
.info {
background-color: #1b263b;
color: #e0e1dd;
border-color: #3a5075;
}
.success
Open service 43.174.247.38:443 · 131124.xyz
2026-01-24 15:13
HTTP/1.1 200 OK
Last-Modified: Wed, 21 Jan 2026 06:25:19 GMT
Etag: "f0c52653231ba5237c9c8eb0f547c0b7"
Content-Type: text/html
Server: edgeone-pages
Content-Length: 69477
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 15:13:23 GMT
Age: 15
EO-LOG-UUID: 7894970752630174172
EO-Cache-Status: HIT
Cache-Control: max-age=300
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: IKUN_3058のBlog - IKUN_3058
<!DOCTYPE html><html lang="zh-CN" class="bg-[var(--page-bg)] transition text-[14px] md:text-[16px]" data-overlayscrollbars-initialize data-astro-cid-sckkx6r4 style="--bannerOffset: 15vh;--banner-height-home: 65vh;--banner-height: 35vh;--configHue: 250;--page-width: 75rem;"> <head><meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"><meta http-equiv="Pragma" content="no-cache"><meta http-equiv="Expires" content="0"><title>IKUN_3058のBlog - IKUN_3058</title><meta charset="UTF-8"><meta name="description" content="IKUN_3058のBlog - IKUN_3058"><meta name="author" content="IKUN_3058"><meta property="og:site_name" content="IKUN_3058のBlog"><meta property="og:url" content="https://blog.131124.xyz/"><meta property="og:title" content="IKUN_3058のBlog - IKUN_3058"><meta property="og:description" content="IKUN_3058のBlog - IKUN_3058"><meta property="og:type" content="website"><meta name="twitter:card" content="summary_large_image"><meta property="twitter:url" content="https://blog.131124.xyz/"><meta name="twitter:title" content="IKUN_3058のBlog - IKUN_3058"><meta name="twitter:description" content="IKUN_3058のBlog - IKUN_3058"><meta name="viewport" content="width=device-width"><meta name="generator" content="Astro v5.13.10"><link rel="icon" href="/favicon/favicon-light-32.png" sizes="32x32" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-light-128.png" sizes="128x128" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-light-180.png" sizes="180x180" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-light-192.png" sizes="192x192" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-dark-32.png" sizes="32x32" media="(prefers-color-scheme: dark)"><link rel="icon" href="/favicon/favicon-dark-128.png" sizes="128x128" media="(prefers-color-scheme: dark)"><link rel="icon" href="/favicon/favicon-dark-180.png" sizes="180x180" media="(prefers-color-scheme: dark)"><link rel="icon" href="/favicon/favicon-dark-192.png" sizes="192x192" media="(prefers-color-scheme: dark)"><!-- Set the theme before the page is rendered to avoid a flash --><script>(function(){const DEFAULT_THEME = "auto";
const LIGHT_MODE = "light";
const DARK_MODE = "dark";
const AUTO_MODE = "auto";
const BANNER_HEIGHT_EXTEND = 30;
const PAGE_WIDTH = 75;
const configHue = 250;
// Load the theme from local storage
const theme = localStorage.getItem('theme') || DEFAULT_THEME;
switch (theme) {
case LIGHT_MODE:
document.documentElement.classList.remove('dark');
break
case DARK_MODE:
document.documentElement.classList.add('dark');
break
case AUTO_MODE:
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.documentElement.classList.add('dark');
} else {
document.documentElement.classList.remove('dark');
}
}
// Load the hue from local storage
const hue = localStorage.getItem('hue') || configHue;
document.documentElement.style.setProperty('--hue', hue);
// calculate the --banner-height-extend, which needs to be a multiple of 4 to avoid blurry text
let offset = Math.floor(window.innerHeight * (BANNER_HEIGHT_EXTEND / 100));
offset = offset - offset % 4;
document.documentElement.style.setProperty('--banner-height-extend', `${offset}px`);
})();</script><!-- defines global css variables. This will be applied to <html> <body> and some other elements idk why --><link rel="alternate" type="application/rss+xml" title="IKUN_3058" href="https://blog.131124.xyz/rss.xml"><link rel="stylesheet" href="/_astro/Layout.DSulWsr7.css">
<link rel="stylesheet" href="/_astro/Layout.y4KPJ9hc.css">
<link rel="stylesheet" href="/_astro/_page_.FSEBZdKv.css">
<link rel="stylesheet" href="/_astro/_page_.ZlghMKVQ.css">
<link rel="stylesheet" href="/_astro/about.BtniRLn_.css">
<style>input.svelte-1wah7ro:focus{outline:0}.search-panel.svelte-1wah7ro{max-height:calc(100vh - 100px);overflow-y:auto}#display-setting.svelte-d7tq3k input[type=range]:where(.svelte-d7tq3k){
Open service 43.174.247.38:80 · 131124.xyz
2026-01-24 15:13
HTTP/1.1 200 OK
Last-Modified: Wed, 21 Jan 2026 06:25:19 GMT
Etag: "f0c52653231ba5237c9c8eb0f547c0b7"
Content-Type: text/html
Server: edgeone-pages
Content-Length: 69477
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 15:13:25 GMT
Age: 18
EO-LOG-UUID: 5973598856338845649
EO-Cache-Status: HIT
Cache-Control: max-age=300
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: IKUN_3058のBlog - IKUN_3058
<!DOCTYPE html><html lang="zh-CN" class="bg-[var(--page-bg)] transition text-[14px] md:text-[16px]" data-overlayscrollbars-initialize data-astro-cid-sckkx6r4 style="--bannerOffset: 15vh;--banner-height-home: 65vh;--banner-height: 35vh;--configHue: 250;--page-width: 75rem;"> <head><meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"><meta http-equiv="Pragma" content="no-cache"><meta http-equiv="Expires" content="0"><title>IKUN_3058のBlog - IKUN_3058</title><meta charset="UTF-8"><meta name="description" content="IKUN_3058のBlog - IKUN_3058"><meta name="author" content="IKUN_3058"><meta property="og:site_name" content="IKUN_3058のBlog"><meta property="og:url" content="https://blog.131124.xyz/"><meta property="og:title" content="IKUN_3058のBlog - IKUN_3058"><meta property="og:description" content="IKUN_3058のBlog - IKUN_3058"><meta property="og:type" content="website"><meta name="twitter:card" content="summary_large_image"><meta property="twitter:url" content="https://blog.131124.xyz/"><meta name="twitter:title" content="IKUN_3058のBlog - IKUN_3058"><meta name="twitter:description" content="IKUN_3058のBlog - IKUN_3058"><meta name="viewport" content="width=device-width"><meta name="generator" content="Astro v5.13.10"><link rel="icon" href="/favicon/favicon-light-32.png" sizes="32x32" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-light-128.png" sizes="128x128" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-light-180.png" sizes="180x180" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-light-192.png" sizes="192x192" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-dark-32.png" sizes="32x32" media="(prefers-color-scheme: dark)"><link rel="icon" href="/favicon/favicon-dark-128.png" sizes="128x128" media="(prefers-color-scheme: dark)"><link rel="icon" href="/favicon/favicon-dark-180.png" sizes="180x180" media="(prefers-color-scheme: dark)"><link rel="icon" href="/favicon/favicon-dark-192.png" sizes="192x192" media="(prefers-color-scheme: dark)"><!-- Set the theme before the page is rendered to avoid a flash --><script>(function(){const DEFAULT_THEME = "auto";
const LIGHT_MODE = "light";
const DARK_MODE = "dark";
const AUTO_MODE = "auto";
const BANNER_HEIGHT_EXTEND = 30;
const PAGE_WIDTH = 75;
const configHue = 250;
// Load the theme from local storage
const theme = localStorage.getItem('theme') || DEFAULT_THEME;
switch (theme) {
case LIGHT_MODE:
document.documentElement.classList.remove('dark');
break
case DARK_MODE:
document.documentElement.classList.add('dark');
break
case AUTO_MODE:
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.documentElement.classList.add('dark');
} else {
document.documentElement.classList.remove('dark');
}
}
// Load the hue from local storage
const hue = localStorage.getItem('hue') || configHue;
document.documentElement.style.setProperty('--hue', hue);
// calculate the --banner-height-extend, which needs to be a multiple of 4 to avoid blurry text
let offset = Math.floor(window.innerHeight * (BANNER_HEIGHT_EXTEND / 100));
offset = offset - offset % 4;
document.documentElement.style.setProperty('--banner-height-extend', `${offset}px`);
})();</script><!-- defines global css variables. This will be applied to <html> <body> and some other elements idk why --><link rel="alternate" type="application/rss+xml" title="IKUN_3058" href="https://blog.131124.xyz/rss.xml"><link rel="stylesheet" href="/_astro/Layout.DSulWsr7.css">
<link rel="stylesheet" href="/_astro/Layout.y4KPJ9hc.css">
<link rel="stylesheet" href="/_astro/_page_.FSEBZdKv.css">
<link rel="stylesheet" href="/_astro/_page_.ZlghMKVQ.css">
<link rel="stylesheet" href="/_astro/about.BtniRLn_.css">
<style>input.svelte-1wah7ro:focus{outline:0}.search-panel.svelte-1wah7ro{max-height:calc(100vh - 100px);overflow-y:auto}#display-setting.svelte-d7tq3k input[type=range]:where(.svelte-d7tq3k){
Open service 43.174.247.38:443 · 10010.co
2026-01-24 15:06
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Server: TencentEdgeOne
Content-Length: 0
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 15:07:04 GMT
Age: 16
EO-LOG-UUID: 11572219395575407287
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · 10010.co
2026-01-24 15:06
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Server: TencentEdgeOne
Content-Length: 0
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 15:07:06 GMT
Age: 18
EO-LOG-UUID: 3083809553286957783
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · www.guisu.net
2026-01-24 15:05
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 14:29:36 GMT
Etag: "6974d750-395"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Content-Length: 917
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 15:05:39 GMT
Age: 12
EO-LOG-UUID: 5232532436818865903
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 恭喜,站点创建成功!
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>恭喜,站点创建成功!</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>恭喜, 站点创建成功!</h1>
<h3>这是默认index.html,本页面由系统自动生成</h3>
<ul>
<li>本页面在FTP根目录下的index.html</li>
<li>您可以修改、删除或覆盖本页面</li>
<li>FTP相关信息,请到“面板系统后台 > FTP” 查看</li>
</ul>
</div>
</body>
</html>
Open service 43.174.247.38:80 · guisu.net
2026-01-24 15:05
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 14:29:36 GMT
Etag: "6974d750-395"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Content-Length: 917
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 15:05:42 GMT
Age: 15
EO-LOG-UUID: 6388345878689277076
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 恭喜,站点创建成功!
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>恭喜,站点创建成功!</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>恭喜, 站点创建成功!</h1>
<h3>这是默认index.html,本页面由系统自动生成</h3>
<ul>
<li>本页面在FTP根目录下的index.html</li>
<li>您可以修改、删除或覆盖本页面</li>
<li>FTP相关信息,请到“面板系统后台 > FTP” 查看</li>
</ul>
</div>
</body>
</html>
Open service 43.174.247.38:80 · www.guisu.net
2026-01-24 15:05
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 14:29:36 GMT
Etag: "6974d750-395"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Content-Length: 917
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 15:05:42 GMT
Age: 15
EO-LOG-UUID: 12101183820423572411
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 恭喜,站点创建成功!
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>恭喜,站点创建成功!</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>恭喜, 站点创建成功!</h1>
<h3>这是默认index.html,本页面由系统自动生成</h3>
<ul>
<li>本页面在FTP根目录下的index.html</li>
<li>您可以修改、删除或覆盖本页面</li>
<li>FTP相关信息,请到“面板系统后台 > FTP” 查看</li>
</ul>
</div>
</body>
</html>
Open service 43.174.247.38:443 · guisu.net
2026-01-24 15:05
HTTP/1.1 403 Forbidden
Server: nginx
Content-Type: text/html
Set-Cookie: server_name_session=e4a4fff708492715014035ada1866e1e; Max-Age=86400; httponly; path=/
Content-Length: 146
Connection: close
Date: Sat, 24 Jan 2026 15:05:39 GMT
EO-LOG-UUID: 5566142257591010927
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · em.o0oo.cc
2026-01-24 15:01
HTTP/1.1 200 OK
2fu1b5nf-1knipib9-5setxqd9: IEddCxM45lraYslL2gfFoxTXqYCj6BXANhsJ7ozmaGFLHN7gGPs99wL7MJrtXGt9fp+tDNy4uHnnyz2fhgZbU60Qj8DAEqFx5TZV+UCkDjWi4B1cHhpRjE41zrHo9dD8iemiQ+WPeJLpZp+H7F/Exzk0x0/IvyhgFApueZ+LE0UwwjCS+RZcy2Vpt2UppBzqhc4Df1xKpF5pOZtUyPvF9FEa8rhlAQ==
Accept-Ranges: bytes
Content-Type: text/html; charset=utf-8
Eb4bsd4u-Cip-Cghfxqbe: 206.189.233.36
Ql16zwsi-Rip-L5vhislj: 240d:c010:c8:3::9d
Reb01psk-Ua-6zqieqmd: Mozilla/5.0 (l9scan/2.0.8333e2734323e2437313e23343; +https://leakix.net)
Server: TencentEdgeOne
Content-Length: 818
Connection: close
Date: Sat, 24 Jan 2026 15:01:59 GMT
EO-LOG-UUID: 16013537810299360706
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Lucky
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta http-equiv="Referrer-Policy" content="no-referrer"/>
<meta name="referrer" content="no-referrer"/>
<meta name="google" content="notranslate"/>
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1.0, maximum-scale=1.0,minimum-scale=1.0" />
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./logo.svg" />
<link rel="manifest" href="./manifest.webmanifest" />
<title>Lucky</title>
<script type="module" crossorigin src="./static/js/lucky_index-ZBTVWchE.js"></script>
<link rel="stylesheet" crossorigin href="./static/css/lucky_index-CKDIBxCd.css">
</head>
<body style="margin:0;display: block;">
<div id="app" style="margin:0;" ></div>
</body>
</html>
Open service 43.174.247.38:443 · cloud.120915.xyz
2026-01-24 14:56
HTTP/1.1 200 OK
Server: Tengine
Content-Type: text/html
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Cache-Control: public, no-cache
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 14:56:21 GMT
EO-LOG-UUID: 9598689790383054262
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Cloudreve
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="/static/img/favicon.ico" sizes="64x64" />
<meta
name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,shrink-to-fit=no"
/>
<meta name="theme-color" content="" />
<link rel="manifest" href="/manifest.json" />
<meta name="description" content="Cloudreve" />
<title>Cloudreve</title>
<script>
window.subTitle = "Cloudreve";
</script>
<style>
#app-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #f5f5f5;
z-index: 9999;
}
#app-loader .logo {
width: 120px;
height: 120px;
margin-bottom: 32px;
background-image: url("/static/img/logo192.png");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
opacity: 0;
transform: scale(0.8);
animation: fadeIn 0.6s ease-out 0.3s forwards;
}
#app-loader .spinner {
width: 28px;
height: 28px;
position: relative;
opacity: 0;
transform: scale(0.8);
animation: fadeIn 0.6s ease-out 0.3s forwards;
}
#app-loader .spinner {
display: inline-block;
width: 40px;
height: 40px;
}
#app-loader .spinner svg {
display: block;
}
#app-loader .spinner .stroke {
stroke: #1976d2;
stroke-linecap: round;
animation: spinDash 1.4s ease-in-out infinite;
}
#app-loader .spinner .background {
stroke: rgba(0, 0, 0, 0.1)
}
@keyframes spinDash {
0% {
stroke-dasharray: 1px, 200px;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 100px, 200px;
stroke-dashoffset: -15px;
}
100% {
stroke-dasharray: 1px, 200px;
stroke-dashoffset: -126px;
}
}
@keyframes fadeIn {
to {
opacity: 1;
transform: scale(1);
}
}
</style>
<script async type="module" crossorigin src="/assets/index-4-LN5jXt.js"></script>
<link rel="modulepreload" crossorigin href="/assets/common-5dK6VpSw.js">
<link rel="modulepreload" crossorigin href="/assets/react-CV3HRGEF.js">
<link rel="stylesheet" crossorigin href="/assets/react-4-pFdlfx.css" media="print" onload="this.media='all'">
<link rel="stylesheet" crossorigin href="/assets/index-qQxd8I_f.css" media="print" onload="this.media='all'">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="app-loader">
<div class="logo"></div>
<div class="spinner">
<svg viewBox="22 22 44 44">
<circle class="background" cx="44" cy="44" r="20" fill="none" stroke-width="4"></circle>
<circle class="stroke" cx="44" cy="44" r="20" fill="none" stroke-width="4"></circle>
</svg>
</div>
</div>
<div id="root"></div>
<script>
document.addEventListener("DOMContentLoaded", function () {
// Hide loader when the app has loaded
const appRoot = document.getElementById("root");
const observer = new MutationObserver(function (mutations) {
if (appRoot.children.length > 0) {
document.getElementById("app-loader").style.display = "none";
observer.disconnect();
}
});
observer.observe(appRoot, { childList: true });
});
</script>
</body>
</html>
Open service 43.174.247.38:80 · cloud.120915.xyz
2026-01-24 14:56
HTTP/1.1 200 OK
Server: Tengine
Content-Type: text/html
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Cache-Control: public, no-cache
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 14:56:24 GMT
EO-LOG-UUID: 2570969430632614984
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Cloudreve
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="/static/img/favicon.ico" sizes="64x64" />
<meta
name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,shrink-to-fit=no"
/>
<meta name="theme-color" content="" />
<link rel="manifest" href="/manifest.json" />
<meta name="description" content="Cloudreve" />
<title>Cloudreve</title>
<script>
window.subTitle = "Cloudreve";
</script>
<style>
#app-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #f5f5f5;
z-index: 9999;
}
#app-loader .logo {
width: 120px;
height: 120px;
margin-bottom: 32px;
background-image: url("/static/img/logo192.png");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
opacity: 0;
transform: scale(0.8);
animation: fadeIn 0.6s ease-out 0.3s forwards;
}
#app-loader .spinner {
width: 28px;
height: 28px;
position: relative;
opacity: 0;
transform: scale(0.8);
animation: fadeIn 0.6s ease-out 0.3s forwards;
}
#app-loader .spinner {
display: inline-block;
width: 40px;
height: 40px;
}
#app-loader .spinner svg {
display: block;
}
#app-loader .spinner .stroke {
stroke: #1976d2;
stroke-linecap: round;
animation: spinDash 1.4s ease-in-out infinite;
}
#app-loader .spinner .background {
stroke: rgba(0, 0, 0, 0.1)
}
@keyframes spinDash {
0% {
stroke-dasharray: 1px, 200px;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 100px, 200px;
stroke-dashoffset: -15px;
}
100% {
stroke-dasharray: 1px, 200px;
stroke-dashoffset: -126px;
}
}
@keyframes fadeIn {
to {
opacity: 1;
transform: scale(1);
}
}
</style>
<script async type="module" crossorigin src="/assets/index-4-LN5jXt.js"></script>
<link rel="modulepreload" crossorigin href="/assets/common-5dK6VpSw.js">
<link rel="modulepreload" crossorigin href="/assets/react-CV3HRGEF.js">
<link rel="stylesheet" crossorigin href="/assets/react-4-pFdlfx.css" media="print" onload="this.media='all'">
<link rel="stylesheet" crossorigin href="/assets/index-qQxd8I_f.css" media="print" onload="this.media='all'">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="app-loader">
<div class="logo"></div>
<div class="spinner">
<svg viewBox="22 22 44 44">
<circle class="background" cx="44" cy="44" r="20" fill="none" stroke-width="4"></circle>
<circle class="stroke" cx="44" cy="44" r="20" fill="none" stroke-width="4"></circle>
</svg>
</div>
</div>
<div id="root"></div>
<script>
document.addEventListener("DOMContentLoaded", function () {
// Hide loader when the app has loaded
const appRoot = document.getElementById("root");
const observer = new MutationObserver(function (mutations) {
if (appRoot.children.length > 0) {
document.getElementById("app-loader").style.display = "none";
observer.disconnect();
}
});
observer.observe(appRoot, { childList: true });
});
</script>
</body>
</html>
Open service 43.174.247.38:443 · api.ranai.indevs.in
2026-01-24 14:22
HTTP/1.1 404 Not Found
Content-Type: application/json
Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=fzv3ofGdbXd6dtRzka4g5bpAZ9shKx81CZmHWpIJoSg%3D\u0026sid=1b10b0ff-8a76-4548-befa-353fc6c6c045\u0026ts=1769264573"}],"max_age":3600}
Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=fzv3ofGdbXd6dtRzka4g5bpAZ9shKx81CZmHWpIJoSg%3D&sid=1b10b0ff-8a76-4548-befa-353fc6c6c045&ts=1769264573"
Server: Heroku
Via: 1.1 heroku-router
Content-Length: 22
Connection: close
Date: Sat, 24 Jan 2026 14:22:52 GMT
EO-LOG-UUID: 18246544828376391117
EO-Cache-Status: MISS
{"detail":"Not Found"}
Open service 43.174.247.38:80 · api.ranai.indevs.in
2026-01-24 14:22
HTTP/1.1 404 Not Found
Content-Type: application/json
Nel: {"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
Report-To: {"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=fzv3ofGdbXd6dtRzka4g5bpAZ9shKx81CZmHWpIJoSg%3D\u0026sid=1b10b0ff-8a76-4548-befa-353fc6c6c045\u0026ts=1769264573"}],"max_age":3600}
Reporting-Endpoints: heroku-nel="https://nel.heroku.com/reports?s=fzv3ofGdbXd6dtRzka4g5bpAZ9shKx81CZmHWpIJoSg%3D&sid=1b10b0ff-8a76-4548-befa-353fc6c6c045&ts=1769264573"
Server: Heroku
Content-Length: 22
Connection: close
Date: Sat, 24 Jan 2026 14:22:55 GMT
EO-LOG-UUID: 6712642339977568468
EO-Cache-Status: HIT
{"detail":"Not Found"}
Open service 43.174.247.38:443 · www.readchinesemenu.com
2026-01-24 14:07
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 13:46:10 GMT
Etag: "74d39ce55cdceecbf1273d020033ce19"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 2768
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sat, 24 Jan 2026 14:07:28 GMT
EO-LOG-UUID: 2220280158392315865
EO-Cache-Status: Cache Hit
Page title: Read Chinese Menu & Street Guide | AI Translation & Decoder
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#e11d48">
<link rel="manifest" href="/assets/manifest-DjrUVLzB.json">
<!-- Global Environment Shims: Required for SDKs to function -->
<script>
window.process = { env: { NODE_ENV: 'production' } };
window.global = window;
</script>
<!-- Meta Tags -->
<title>Read Chinese Menu & Street Guide | AI Translation & Decoder</title>
<meta name="description" content="Instantly translate Chinese menus and storefronts. Identify hidden lard, animal fats, and allergens.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&family=Roboto:wght@400;500&family=Noto+Sans+SC:wght@400;500;700&display=swap" rel="stylesheet">
<style>
:root {
--font-title: 'Poppins', sans-serif;
--font-body: 'Roboto', sans-serif;
--font-zh: 'Noto Sans SC', sans-serif;
}
body {
font-family: var(--font-body);
background-color: #fcfbf9;
color: #1a1a1a;
margin: 0;
-webkit-font-smoothing: antialiased;
}
/* Simple CSS-only loader that disappears once React mounts */
#root:empty {
position: fixed;
inset: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #fcfbf9;
}
#root:empty::after {
content: "Initializing Application...";
font-family: var(--font-title);
font-size: 11px;
color: #e11d48;
font-weight: 600;
letter-spacing: 0.2em;
text-transform: uppercase;
animation: pulse 1.5s infinite;
}
@keyframes pulse { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } }
</style>
<!-- Tailwind CDN restored at the end of head for stability -->
<script src="https://cdn.tailwindcss.com"></script>
<script type="importmap">
{
"imports": {
"react": "https://esm.sh/react@^19.2.3",
"react-dom/": "https://esm.sh/react-dom@^19.2.3/",
"@paypal/react-paypal-js": "https://esm.sh/@paypal/react-paypal-js@^8.9.2",
"react/": "https://esm.sh/react@^19.2.3/",
"@google/genai": "https://esm.sh/@google/genai@^1.38.0"
}
}
</script>
<script type="module" crossorigin src="/assets/index-p66UeQ4O.js"></script>
</head>
<body>
<div id="root"></div>
<!-- Explicitly loading index.tsx as a module -->
<script src="https://www.paypal.com/sdk/js?client-id=AdY7cjJGhxSVjZOPZr-LoHhX8JHtyQfNjmr6I8HjO4cv3cqW_U2zr1hpxa67nU8o4i6GoH0sFIh0P1aS¤cy=USD"></script>
</body>
</html>
Open service 43.174.247.38:80 · www.readchinesemenu.com
2026-01-24 14:07
HTTP/1.1 302 Found Location: https://www.readchinesemenu.com/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Sat, 24 Jan 2026 14:07:30 GMT EO-LOG-UUID: 13378248050137236305 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · www.hk-gov.com
2026-01-24 14:03
HTTP/1.1 403 Forbidden
server: nginx
content-type: text/html
set-cookie: server_name_session=ebf42466e4a21addd7b8c20d5fa64cd7; Max-Age=86400; httponly; path=/
Content-Length: 146
Connection: close
Date: Sat, 24 Jan 2026 14:03:31 GMT
EO-LOG-UUID: 14646151095649397331
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · zyg2024.top
2026-01-24 13:47
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
X-DNS-Prefetch-Control: on
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Referrer-Policy: strict-origin-when-cross-origin
Content-Security-Policy: default-src 'self'; img-src 'self' data: blob: https://*.githubusercontent.com; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; connect-src 'self' https:; font-src 'self' data:; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'none'; upgrade-insecure-requests;
Vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding
link: </_next/static/media/797e433ab948586e-s.p.dbea232f.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </_next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </_next/static/chunks/0a1463ed24a2c569.css>; rel=preload; as="style"
X-Powered-By: Next.js
Set-Cookie: server_name_session=894feb918a9553b2e16ce2957832e065; Max-Age=86400; httponly; path=/
X-Cache: MISS
Cache-Control: private, must-revalidate, no-cache, no-store, max-age=0
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 13:48:12 GMT
EO-LOG-UUID: 2868966573722885434
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · zyg2024.top
2026-01-24 13:47
HTTP/1.1 301 Moved Permanently
Server: nginx
Content-Type: text/html
Location: https://zyg2024.top/
Set-Cookie: server_name_session=ab3df275307a1dd02b89c76ca652e2e9; Max-Age=86400; httponly; path=/
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 162
Connection: close
Date: Sat, 24 Jan 2026 13:48:14 GMT
EO-LOG-UUID: 6688960192169115354
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · dh.chenyujzfz.eu.org
2026-01-24 12:39
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 12:01:08 GMT
Etag: "2533ef614ad6ed85f6185000e3f8034b"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 3185
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sat, 24 Jan 2026 12:39:43 GMT
EO-LOG-UUID: 17129037863795479522
EO-Cache-Status: Cache Hit
Page title: 蜗牛个人导航
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="蜗牛个人导航 - 一个现代化的云端导航页面,帮助您管理和快速访问常用网站链接" />
<meta name="keywords" content="导航,书签,云导航,网站导航,书签管理,CloudNav" />
<meta name="author" content="eallion" />
<meta name="theme-color" content="#3b82f6" />
<!-- Open Graph -->
<meta property="og:title" content="蜗牛个人导航" />
<meta property="og:description" content="一个现代化的云端导航页面,帮助您管理和快速访问常用网站链接" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/og-image.png" />
<meta property="og:url" content="https://s.eallion.com" />
<meta property="og:site_name" content="蜗牛个人导航" />
<meta property="og:locale" content="zh_CN" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="蜗牛个人导航" />
<meta name="twitter:description" content="一个现代化的云端导航页面,帮助您管理和快速访问常用网站链接" />
<meta name="twitter:image" content="/og-image.png" />
<!-- Canonical URL -->
<link rel="canonical" href="https://s.eallion.com" />
<!-- DNS Prefetch -->
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
<!-- Preconnect -->
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<!-- Security Headers -->
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
<meta http-equiv="X-XSS-Protection" content="1; mode=block" />
<meta http-equiv="Referrer-Policy" content="strict-origin-when-cross-origin" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https:; connect-src 'self' https:; media-src 'none'; object-src 'none'; frame-src 'none'; base-uri 'self'; form-action 'self';" />
<title>蜗牛个人导航</title>
<script>
// 确保页面加载时使用正确的主题
(function() {
const theme = localStorage.getItem('cloudnav_theme_preference');
if (theme === 'dark') {
document.documentElement.classList.add('dark');
} else {
document.documentElement.classList.remove('dark');
}
})();
</script>
<script type="module" crossorigin src="/assets/index-BzDGAQUZ.js"></script>
<link rel="modulepreload" crossorigin href="/assets/vendor-DHe-TmYE.js">
<link rel="modulepreload" crossorigin href="/assets/ui-DcB-gdN8.js">
<link rel="modulepreload" crossorigin href="/assets/dnd-e4ZSOx-w.js">
<link rel="stylesheet" crossorigin href="/assets/index-wOI6EFVj.css">
</head>
<body class="bg-gray-50 text-slate-900 transition-colors duration-300">
<div id="root"></div>
</body>
</html>
Open service 43.174.247.38:80 · dh.chenyujzfz.eu.org
2026-01-24 12:39
HTTP/1.1 302 Found Location: https://dh.chenyujzfz.eu.org/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Sat, 24 Jan 2026 12:39:45 GMT EO-LOG-UUID: 6400319751338212578 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · moontv1.chenyujzfz.eu.org
2026-01-24 12:12
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 12:07:59 GMT
Etag: "beb7bbe8070a16ccdfe0a96cd9810599"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 49
Content-Length: 8385
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sat, 24 Jan 2026 12:12:57 GMT
EO-LOG-UUID: 5734029883992851119
EO-Cache-Status: Cache Hit
Page title: MoonTV
<!DOCTYPE html><html lang="zh-CN"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"/><meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/5065dc93940eb8aa.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/23100062f5d4aac0.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-4a57793b45c0f940.js"/><script src="/_next/static/chunks/b145b63a-98611a23afea4f72.js" async=""></script><script src="/_next/static/chunks/242-948b78e6ef39d8ea.js" async=""></script><script src="/_next/static/chunks/main-app-29d1224ffc542026.js" async=""></script><script src="/_next/static/chunks/da9543df-5a51f70780a569d6.js" async=""></script><script src="/_next/static/chunks/485-525f82741d0827ca.js" async=""></script><script src="/_next/static/chunks/180-ecafe899151e4163.js" async=""></script><script src="/_next/static/chunks/87-17bced25a24374fe.js" async=""></script><script src="/_next/static/chunks/78-0121c66e0aa58bd5.js" async=""></script><script src="/_next/static/chunks/151-521ef21ca92732e0.js" async=""></script><script src="/_next/static/chunks/app/page-32cd8f75b9f84569.js" async=""></script><script src="/_next/static/chunks/app/layout-c949ce417dc3c1ec.js" async=""></script><meta name="theme-color" content="#000000"/><title>MoonTV</title><meta name="description" content="影视聚合"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><meta name="next-size-adjust"/><script>window.RUNTIME_CONFIG = {"STORAGE_TYPE":"localstorage","ENABLE_REGISTER":false,"IMAGE_PROXY":"","DOUBAN_PROXY":"","DISABLE_YELLOW_FILTER":false,"CUSTOM_CATEGORIES":[],"HOMEPAGE_PASSWORD":"yu7398133"};</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__className_f367f3 min-h-screen bg-white text-gray-900 dark:bg-black dark:text-gray-200"><script>((e,t,r,n,s,o,i,u)=>{let a=document.documentElement,l=["light","dark"];function c(t){(Array.isArray(e)?e:[e]).forEach(e=>{let r="class"===e,n=r&&o?s.map(e=>o[e]||e):s;r?(a.classList.remove(...n),a.classList.add(o&&o[t]?o[t]:t)):a.setAttribute(e,t)}),u&&l.includes(t)&&(a.style.colorScheme=t)}if(n)c(n);else try{let e=localStorage.getItem(t)||r,n=i&&"system"===e?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":e;c(n)}catch(e){}})("class","theme","system",null,["light","dark"],null,true,true)</script><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--><script src="/_next/static/chunks/webpack-4a57793b45c0f940.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/css/5065dc93940eb8aa.css\",\"style\"]\n3:HL[\"/_next/static/css/23100062f5d4aac0.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"4:I[44922,[],\"\"]\n6:I[15578,[],\"ClientPageRoot\"]\n7:I[87617,[\"447\",\"static/chunks/da9543df-5a51f70780a569d6.js\",\"485\",\"static/chunks/485-525f82741d0827ca.js\",\"180\",\"static/chunks/180-ecafe899151e4163.js\",\"87\",\"static/chunks/87-17bced25a24374fe.js\",\"78\",\"static/chunks/78-0121c66e0aa58bd5.js\",\"151\",\"static/chunks/151-521ef21ca92732e0.js\",\"931\",\"static/chunks/app/page-32cd8f75b9f84569.js\"],\"default\",1]\na:I[30284,[],\"\"]\nb:[]\n0:[\"$\",\"$L4\",null,{\"buildId\":\"JfW57yVdeHyw1SqkZlA_S\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"\"],\"initialTree\":[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"__PAGE__\",{},[[\"$L5\",[\"$\",\"$L6\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$7\"}],null],null],null]},[[[
Open service 43.174.247.38:80 · moontv1.chenyujzfz.eu.org
2026-01-24 12:12
HTTP/1.1 302 Found Location: https://moontv1.chenyujzfz.eu.org/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Sat, 24 Jan 2026 12:13:00 GMT EO-LOG-UUID: 6598093270883246691 EO-Cache-Status: Return Directly
Open service 43.174.247.38:80 · myjhwh.com
2026-01-24 11:58
HTTP/1.1 302 Found
Location: https://myjhwh.com/
Content-Length: 0
Connection: close
Server: EdgeOne_L7S_OC_FREE
Date: Sat, 24 Jan 2026 11:59:11 GMT
EO-LOG-UUID: 5193105311007565203
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · myjhwh.com
2026-01-24 11:58
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=UTF-8
Vary: Accept-Encoding
Link: <https://myjhwh.com/wp-json/>; rel="https://api.w.org/"
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 11:59:09 GMT
EO-LOG-UUID: 4945946905710639998
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 重庆墨韵江湖文化传媒有限公司
<!DOCTYPE html>
<html lang="zh-Hans">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>重庆墨韵江湖文化传媒有限公司</title>
<meta name='robots' content='max-image-preview:large' />
<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id='wp-emoji-styles-inline-css' type='text/css'>
img.wp-smiley, img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id='wp-block-library-inline-css' type='text/css'>
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-lef
Open service 43.174.247.38:443 · www.myjhwh.com
2026-01-24 11:58
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
ETag: "6971791b-8c62"
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Accept-Ranges: bytes
Last-Modified: Thu, 22 Jan 2026 01:10:51 GMT
Content-Length: 35938
Connection: close
Date: Sat, 24 Jan 2026 11:59:09 GMT
EO-LOG-UUID: 11034672025099368687
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 墨韵江湖 - 文化传承 · 创新传媒
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>墨韵江湖 - 文化传承 · 创新传媒</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
/* 全局样式 */
:root {
--primary-color: #8a2be2;
--secondary-color: #4b0082;
--accent-color: #ff6b6b;
--text-color: #333;
--text-light: #666;
--bg-color: #f8f9fa;
--bg-white: #fff;
--border-color: #e9ecef;
--shadow: 0 4px 6px rgba(0,0,0,0.1);
--shadow-hover: 0 10px 20px rgba(0,0,0,0.15);
--transition: all 0.3s ease;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
line-height: 1.6;
color: var(--text-color);
background-color: var(--bg-color);
overflow-x: hidden;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* 平滑滚动 */
html {
scroll-behavior: smooth;
}
/* 头部样式 */
.site-header {
background-color: rgba(255, 255, 255, 0.95);
box-shadow: var(--shadow);
padding: 15px 0;
position: fixed;
width: 100%;
top: 0;
z-index: 1000;
backdrop-filter: blur(10px);
transition: var(--transition);
}
.site-header.scrolled {
padding: 10px 0;
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.header-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
display: flex;
align-items: center;
transition: var(--transition);
}
.logo-link {
width: 60px;
height: 60px;
max-width: 60px;
max-height: 60px;
display: block;
overflow: hidden;
flex-shrink: 0;
border-radius: 50%;
transition: var(--transition);
}
.logo-link:hover {
transform: scale(1.05);
box-shadow: var(--shadow-hover);
}
.logo-image {
width: 60px !important;
height: 60px !important;
max-width: 60px !important;
max-height: 60px !important;
object-fit: contain;
display: block;
}
.logo-circle {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
font-weight: bold;
margin-right: 15px;
box-shadow: var(--shadow);
}
.logo-text {
margin-left: 15px;
}
.logo-text-link {
font-size: 28px;
font-weight: bold;
color: var(--primary-color);
text-decoration: none;
transition: var(--transition);
text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.logo-text-link:hover {
color: var(--secondary-color);
transform: translateX(5px);
}
.main-navigation ul {
list-style: none;
display: flex;
}
.main-navigation li {
margin-left: 30px;
Open service 43.174.247.38:80 · www.myjhwh.com
2026-01-24 11:58
HTTP/1.1 302 Found
Location: https://www.myjhwh.com/
Content-Length: 0
Connection: close
Server: EdgeOne_L7S_OC_FREE
Date: Sat, 24 Jan 2026 11:59:10 GMT
EO-LOG-UUID: 4786656544345653084
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · www.mingjikeji.com
2026-01-24 11:51
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Content-Length: 35545
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 11:51:28 GMT
Age: 15
EO-LOG-UUID: 14184021909844388611
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 明技科技-网站设计-网站制作-网站建设公司-自助建站-出海建站 - Powered by Discuz!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>明技科技-网站设计-网站制作-网站建设公司-自助建站-出海建站 - Powered by Discuz!</title>
<meta name="keywords" content="首页" />
<meta name="description" content="首页 " />
<meta name="generator" content="Discuz! X3.3" />
<meta name="author" content="Discuz! Team and Comsenz UI Team" />
<meta name="copyright" content="2001-2017 Comsenz Inc." />
<meta name="MSSmartTagsPreventParsing" content="True" />
<meta http-equiv="MSThemeCompatible" content="Yes" />
<base href="http://www.mingjikeji.com/" /><link rel="stylesheet" type="text/css" href="data/cache/style_2_common.css?yA5" /><script type="text/javascript">var STYLEID = '2', STATICURL = 'static/', IMGDIR = 'template/xiaoyu_com/style/images', VERHASH = 'yA5', charset = 'utf-8', discuz_uid = '0', cookiepre = 'YYDZ_2132_', cookiedomain = '', cookiepath = '/', showusercard = '1', attackevasive = '0', disallowfloat = 'newthread', creditnotice = '1|威望|,2|金钱|,3|贡献|', defaultstyle = '', REPORTURL = 'aHR0cDovL3d3dy5taW5namlrZWppLmNvbS8=', SITEURL = 'http://www.mingjikeji.com/', JSPATH = 'static/js/', CSSPATH = 'data/cache/style_', DYNAMICURL = '';</script>
<script src="static/js/common.js?yA5" type="text/javascript"></script>
<meta name="application-name" content="明技科技" />
<meta name="msapplication-tooltip" content="明技科技" />
<meta name="msapplication-task" content="name=首页;action-uri=http://www.mingjikeji.com/portal.php;icon-uri=http://www.mingjikeji.com/template/xiaoyu_com/style/images/portal.ico" /><meta name="msapplication-task" content="name=论坛;action-uri=http://www.mingjikeji.com/forum.php;icon-uri=http://www.mingjikeji.com/template/xiaoyu_com/style/images/bbs.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<script src="static/js/portal.js?yA5" type="text/javascript"></script>
<link href="template/xiaoyu_com/style/minfish_forum.css" rel="stylesheet" type="text/css" />
<!--[if lt IE 9]>
<script src="template/xiaoyu_com/style/js/html5.js" type="text/javascript"></script>
<![endif]-->
<script src="template/xiaoyu_com/style/js/jquery.js" type="text/javascript"></script>
<script src="template/xiaoyu_com/style/js/slide.js" type="text/javascript"></script>
<script src="template/xiaoyu_com/style/js/bootstrap.min.js" type="text/javascript"></script>
<link href="template/xiaoyu_com/style/swiper.min.css" rel="stylesheet" type="text/css"/>
<link href="template/xiaoyu_com/style/minfish_style.css" rel="stylesheet" type="text/css"/>
<link href="template/xiaoyu_com/style/minfish.css" rel="stylesheet" type="text/css"/>
<link href="template/xiaoyu_com/style/minfish_media.css" rel="stylesheet" type="text/css"/>
</head>
<body id="nv_portal" class="minfish_body pg_index mf_index" onkeydown="if(event.keyCode==27) return false;">
<div id="append_parent"></div><div id="ajaxwaitid"></div>
<div id="xiaoyu_toptb" style="display:none">
<div id="xiaoyu_toptb_bd">
<ul class="toptb_list_z">
<li><a href="javascript:;" onclick="setHomepage('https://www.mingjikeji.com/');">设为首页</a><span class="line">|</span></li> <li><a href="https://www.mingjikeji.com/" onclick="addFavorite(this.href, '明技科技');return false;">收藏本站</a><span class="line">|</span></li> <li class="nav_item weixin" style="display:inline; margin-left:10px;"><a href="#" target="_blank"></a></li>
</ul>
<div class="y"></div>
</div>
</div>
<div class="header">
<div class="mfwp">
<h1 class="logo"><a href="http://www.mingjikeji.com/" title="明技科技"><img src="template/xiaoyu_com/style/img/logo.png" /></a></h1>
<div class="sitenav">
<ul>
Open service 43.174.247.38:443 · www.mingjikeji.com
2026-01-24 11:51
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Content-Length: 35551
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 11:51:25 GMT
Age: 15
EO-LOG-UUID: 12240663238738242063
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 明技科技-网站设计-网站制作-网站建设公司-自助建站-出海建站 - Powered by Discuz!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>明技科技-网站设计-网站制作-网站建设公司-自助建站-出海建站 - Powered by Discuz!</title>
<meta name="keywords" content="首页" />
<meta name="description" content="首页 " />
<meta name="generator" content="Discuz! X3.3" />
<meta name="author" content="Discuz! Team and Comsenz UI Team" />
<meta name="copyright" content="2001-2017 Comsenz Inc." />
<meta name="MSSmartTagsPreventParsing" content="True" />
<meta http-equiv="MSThemeCompatible" content="Yes" />
<base href="https://www.mingjikeji.com/" /><link rel="stylesheet" type="text/css" href="data/cache/style_2_common.css?yA5" /><script type="text/javascript">var STYLEID = '2', STATICURL = 'static/', IMGDIR = 'template/xiaoyu_com/style/images', VERHASH = 'yA5', charset = 'utf-8', discuz_uid = '0', cookiepre = 'YYDZ_2132_', cookiedomain = '', cookiepath = '/', showusercard = '1', attackevasive = '0', disallowfloat = 'newthread', creditnotice = '1|威望|,2|金钱|,3|贡献|', defaultstyle = '', REPORTURL = 'aHR0cDovL3d3dy5taW5namlrZWppLmNvbS8=', SITEURL = 'https://www.mingjikeji.com/', JSPATH = 'static/js/', CSSPATH = 'data/cache/style_', DYNAMICURL = '';</script>
<script src="static/js/common.js?yA5" type="text/javascript"></script>
<meta name="application-name" content="明技科技" />
<meta name="msapplication-tooltip" content="明技科技" />
<meta name="msapplication-task" content="name=首页;action-uri=https://www.mingjikeji.com/portal.php;icon-uri=https://www.mingjikeji.com/template/xiaoyu_com/style/images/portal.ico" /><meta name="msapplication-task" content="name=论坛;action-uri=https://www.mingjikeji.com/forum.php;icon-uri=https://www.mingjikeji.com/template/xiaoyu_com/style/images/bbs.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<script src="static/js/portal.js?yA5" type="text/javascript"></script>
<link href="template/xiaoyu_com/style/minfish_forum.css" rel="stylesheet" type="text/css" />
<!--[if lt IE 9]>
<script src="template/xiaoyu_com/style/js/html5.js" type="text/javascript"></script>
<![endif]-->
<script src="template/xiaoyu_com/style/js/jquery.js" type="text/javascript"></script>
<script src="template/xiaoyu_com/style/js/slide.js" type="text/javascript"></script>
<script src="template/xiaoyu_com/style/js/bootstrap.min.js" type="text/javascript"></script>
<link href="template/xiaoyu_com/style/swiper.min.css" rel="stylesheet" type="text/css"/>
<link href="template/xiaoyu_com/style/minfish_style.css" rel="stylesheet" type="text/css"/>
<link href="template/xiaoyu_com/style/minfish.css" rel="stylesheet" type="text/css"/>
<link href="template/xiaoyu_com/style/minfish_media.css" rel="stylesheet" type="text/css"/>
</head>
<body id="nv_portal" class="minfish_body pg_index mf_index" onkeydown="if(event.keyCode==27) return false;">
<div id="append_parent"></div><div id="ajaxwaitid"></div>
<div id="xiaoyu_toptb" style="display:none">
<div id="xiaoyu_toptb_bd">
<ul class="toptb_list_z">
<li><a href="javascript:;" onclick="setHomepage('https://www.mingjikeji.com/');">设为首页</a><span class="line">|</span></li> <li><a href="https://www.mingjikeji.com/" onclick="addFavorite(this.href, '明技科技');return false;">收藏本站</a><span class="line">|</span></li> <li class="nav_item weixin" style="display:inline; margin-left:10px;"><a href="#" target="_blank"></a></li>
</ul>
<div class="y"></div>
</div>
</div>
<div class="header">
<div class="mfwp">
<h1 class="logo"><a href="http://www.mingjikeji.com/" title="明技科技"><img src="template/xiaoyu_com/style/img/logo.png" /></a></h1>
<div class="sitenav">
<ul
Open service 43.174.247.38:443 · zako.h-xi.cn
2026-01-24 11:45
HTTP/1.1 403 Forbidden
Server: nginx
Content-Type: text/html
Set-Cookie: server_name_session=d7a16eb6b172b58568414b1e67bfa98f; Max-Age=86400; httponly; path=/
Content-Length: 146
Connection: close
Date: Sat, 24 Jan 2026 11:45:20 GMT
EO-LOG-UUID: 16109557135574466328
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · audio.aipudong.com
2026-01-24 11:23
HTTP/1.1 200 OK
Last-Modified: Tue, 23 Dec 2025 22:55:16 GMT
Etag: W/"1028-19b4d6c8420"
Content-Type: text/html; charset=UTF-8
Referrer-Policy: no-referrer
Server: TencentEdgeOne
Cache-Control: public, max-age=0
Content-Length: 4136
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 11:23:20 GMT
Age: 25
EO-LOG-UUID: 11898192246517156696
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Audiobookshelf
<!doctype html>
<html lang="en" data-n-head="%7B%22lang%22:%7B%221%22:%22en%22%7D%7D">
<head>
<meta data-n-head="1" charset="utf-8"><meta data-n-head="1" name="viewport" content="width=device-width,initial-scale=1"><meta data-n-head="1" data-hid="description" name="description" content=""><meta data-n-head="1" data-hid="robots" name="robots" content="noindex"><meta data-n-head="1" data-hid="charset" charset="utf-8"><meta data-n-head="1" data-hid="mobile-web-app-capable" name="mobile-web-app-capable" content="yes"><meta data-n-head="1" data-hid="apple-mobile-web-app-capable" name="apple-mobile-web-app-capable" content="yes"><meta data-n-head="1" data-hid="apple-mobile-web-app-status-bar-style" name="apple-mobile-web-app-status-bar-style" content="black"><meta data-n-head="1" data-hid="apple-mobile-web-app-title" name="apple-mobile-web-app-title" content="Audiobookshelf"><meta data-n-head="1" data-hid="theme-color" name="theme-color" content="#232323"><meta data-n-head="1" data-hid="og:type" name="og:type" property="og:type" content="website"><meta data-n-head="1" data-hid="og:title" name="og:title" property="og:title" content="Audiobookshelf"><meta data-n-head="1" data-hid="og:site_name" name="og:site_name" property="og:site_name" content="Audiobookshelf"><title>Audiobookshelf</title><link data-n-head="1" rel="icon" type="image/x-icon" href="/audiobookshelf/favicon.ico"><link data-n-head="1" rel="apple-touch-icon" href="/audiobookshelf/ios_icon.png"><link data-n-head="1" data-hid="shortcut-icon" rel="shortcut icon" href="/audiobookshelf/icon.svg"><link data-n-head="1" data-hid="apple-touch-icon" rel="apple-touch-icon" href="/audiobookshelf/icon192.png" sizes="any"><link data-n-head="1" rel="manifest" href="/audiobookshelf/_nuxt/manifest.2f7e41c6.json" data-hid="manifest"><base href="/audiobookshelf/"><link rel="preload" href="/audiobookshelf/_nuxt/3ef2023.js" as="script"><link rel="preload" href="/audiobookshelf/_nuxt/19fa580.js" as="script"><link rel="preload" href="/audiobookshelf/_nuxt/84edffa.js" as="script"><link rel="preload" href="/audiobookshelf/_nuxt/5ac40cc.js" as="script">
</head>
<body>
<div id="__nuxt"><style>#nuxt-loading{background:#fff;visibility:hidden;opacity:0;position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;flex-direction:column;animation:nuxtLoadingIn 10s ease;-webkit-animation:nuxtLoadingIn 10s ease;animation-fill-mode:forwards;overflow:hidden}@keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}@-webkit-keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}#nuxt-loading>div,#nuxt-loading>div:after{border-radius:50%;width:5rem;height:5rem}#nuxt-loading>div{font-size:10px;position:relative;text-indent:-9999em;border:.5rem solid #f5f5f5;border-left:.5rem solid #000;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:nuxtLoading 1.1s infinite linear;animation:nuxtLoading 1.1s infinite linear}#nuxt-loading.error>div{border-left:.5rem solid #ff4500;animation-duration:5s}@-webkit-keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}</style> <script>window.addEventListener("error",(function(){var e=document.getElementById("nuxt-loading");e&&(e.className+=" error")}))</script> <div id="nuxt-loading" aria-live="polite" role="status"><div>Loading...</div></div> </div><script>window.__NUXT__={config:{version:"2.32.1",routerBasePath:"/audiobookshelf",_app:{basePath:"/audiobookshelf/",assetsPath:"/audiobookshelf/_nuxt/",cdnURL:null}}}</script>
<script src="/audiobookshelf/_nuxt/3ef2023.js"></script><script src="/audiobookshelf/_nuxt/19fa580.js"></script><script src="/audiobookshelf/_nuxt/84edffa.js"></script><script src="/audiobookshelf/_nu
Open service 43.174.247.38:80 · audio.aipudong.com
2026-01-24 11:23
HTTP/1.1 200 OK
Last-Modified: Tue, 23 Dec 2025 22:55:16 GMT
Etag: W/"1028-19b4d6c8420"
Content-Type: text/html; charset=UTF-8
Referrer-Policy: no-referrer
Server: TencentEdgeOne
Cache-Control: public, max-age=0
Content-Length: 4136
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 11:23:23 GMT
Age: 28
EO-LOG-UUID: 4540149272112680540
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Audiobookshelf
<!doctype html>
<html lang="en" data-n-head="%7B%22lang%22:%7B%221%22:%22en%22%7D%7D">
<head>
<meta data-n-head="1" charset="utf-8"><meta data-n-head="1" name="viewport" content="width=device-width,initial-scale=1"><meta data-n-head="1" data-hid="description" name="description" content=""><meta data-n-head="1" data-hid="robots" name="robots" content="noindex"><meta data-n-head="1" data-hid="charset" charset="utf-8"><meta data-n-head="1" data-hid="mobile-web-app-capable" name="mobile-web-app-capable" content="yes"><meta data-n-head="1" data-hid="apple-mobile-web-app-capable" name="apple-mobile-web-app-capable" content="yes"><meta data-n-head="1" data-hid="apple-mobile-web-app-status-bar-style" name="apple-mobile-web-app-status-bar-style" content="black"><meta data-n-head="1" data-hid="apple-mobile-web-app-title" name="apple-mobile-web-app-title" content="Audiobookshelf"><meta data-n-head="1" data-hid="theme-color" name="theme-color" content="#232323"><meta data-n-head="1" data-hid="og:type" name="og:type" property="og:type" content="website"><meta data-n-head="1" data-hid="og:title" name="og:title" property="og:title" content="Audiobookshelf"><meta data-n-head="1" data-hid="og:site_name" name="og:site_name" property="og:site_name" content="Audiobookshelf"><title>Audiobookshelf</title><link data-n-head="1" rel="icon" type="image/x-icon" href="/audiobookshelf/favicon.ico"><link data-n-head="1" rel="apple-touch-icon" href="/audiobookshelf/ios_icon.png"><link data-n-head="1" data-hid="shortcut-icon" rel="shortcut icon" href="/audiobookshelf/icon.svg"><link data-n-head="1" data-hid="apple-touch-icon" rel="apple-touch-icon" href="/audiobookshelf/icon192.png" sizes="any"><link data-n-head="1" rel="manifest" href="/audiobookshelf/_nuxt/manifest.2f7e41c6.json" data-hid="manifest"><base href="/audiobookshelf/"><link rel="preload" href="/audiobookshelf/_nuxt/3ef2023.js" as="script"><link rel="preload" href="/audiobookshelf/_nuxt/19fa580.js" as="script"><link rel="preload" href="/audiobookshelf/_nuxt/84edffa.js" as="script"><link rel="preload" href="/audiobookshelf/_nuxt/5ac40cc.js" as="script">
</head>
<body>
<div id="__nuxt"><style>#nuxt-loading{background:#fff;visibility:hidden;opacity:0;position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;flex-direction:column;animation:nuxtLoadingIn 10s ease;-webkit-animation:nuxtLoadingIn 10s ease;animation-fill-mode:forwards;overflow:hidden}@keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}@-webkit-keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}#nuxt-loading>div,#nuxt-loading>div:after{border-radius:50%;width:5rem;height:5rem}#nuxt-loading>div{font-size:10px;position:relative;text-indent:-9999em;border:.5rem solid #f5f5f5;border-left:.5rem solid #000;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:nuxtLoading 1.1s infinite linear;animation:nuxtLoading 1.1s infinite linear}#nuxt-loading.error>div{border-left:.5rem solid #ff4500;animation-duration:5s}@-webkit-keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}</style> <script>window.addEventListener("error",(function(){var e=document.getElementById("nuxt-loading");e&&(e.className+=" error")}))</script> <div id="nuxt-loading" aria-live="polite" role="status"><div>Loading...</div></div> </div><script>window.__NUXT__={config:{version:"2.32.1",routerBasePath:"/audiobookshelf",_app:{basePath:"/audiobookshelf/",assetsPath:"/audiobookshelf/_nuxt/",cdnURL:null}}}</script>
<script src="/audiobookshelf/_nuxt/3ef2023.js"></script><script src="/audiobookshelf/_nuxt/19fa580.js"></script><script src="/audiobookshelf/_nuxt/84edffa.js"></script><script src="/audiobookshelf/_nu
Open service 43.174.247.38:443 · edgeone.nexus.funish.net
2026-01-24 10:47
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 10:47:37 GMT
EO-LOG-UUID: 14590936015502564557
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · lsky.aappe.uk
2026-01-24 10:41
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Set-Cookie: XSRF-TOKEN=eyJpdiI6ImxielRXSHRIRzd5S255bU9ySkphOVE9PSIsInZhbHVlIjoiVnhBQ1VmU0xwWGJ2RVpYSVREMGtFRjNIUGJ1YVk2SXk2dmorQllQZEo1aU91Y3ZFOG9vOE9WaWVTOUpueHhOVE1aQWZWeTVWdEh6MWI4VTJ0N2FQUy9IekFoWjBtOEtLOWJJMUY2ZzFPR3M0UlR5Vzk3Sld6bnphUDZzUWd1elkiLCJtYWMiOiJiNjJmYWY4NjhkZjMyYjU0YjRkYmQ2MDhkOTg2N2FhMzM5NjM3M2RiMDU5YjUwNzFiZTY0ZGQ1ZTIyNzMwODkxIiwidGFnIjoiIn0%3D; expires=Sat, 24 Jan 2026 12:42:08 GMT; Max-Age=7200; path=/; domain=lsky.aappe.uk; secure; samesite=lax
Set-Cookie: _session=eyJpdiI6Ilp2RHE2bXNKMEJSaXk3WFFoMnBTb3c9PSIsInZhbHVlIjoieHVweXdueWl0TFVFR0FDVlZsUzhCZzNoclJrcWJlbDZOR1djY0xTSTFoZmozelVSNUFPYWFDYVdhT3JlR2MwbE9oTkdCajRldnozdTRpNysyVUZtSis3MFkwbzFhVmJkaHRUTVFJMVcvOWE0WmdRNDExdVRsWDl2SHcyT3JRaEkiLCJtYWMiOiI1YzliMzc2YmViZDU4NDYyYjUyNjMzNDJiMTNhNGE0ODAxOWYwNjRhYzgxY2NhMzEzZWQ1YjZjOWM0YjQ5Nzc0IiwidGFnIjoiIn0%3D; expires=Sat, 24 Jan 2026 12:42:08 GMT; Max-Age=7200; path=/; domain=lsky.aappe.uk; secure; httponly; samesite=lax
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ARy%2F9jWiAyYy8oDHjjNUBB%2FTUaxk9w05D8R3by%2Bgjlywu1fLFL2a70y8pnjJWwYxoHFJTHPky7fg%2FB%2BlfDghVmAobS0Oc19R54NAnSuSn0szMIKp"}]}
Vary: Accept-Encoding
cf-cache-status: DYNAMIC
CF-RAY: 9c2eec2308c6c261-SIN
alt-svc: h3=":443"; ma=86400
Cache-Control: private, no-cache
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 10:42:08 GMT
EO-LOG-UUID: 11121383342692617279
EO-Cache-Status: MISS
Page title: VL Pro
<!DOCTYPE html>
<html lang="zh-CN" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<title>VL Pro</title>
<link rel="icon" href="/assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="keywords" content="图床,图片托管,私人图床,VL Pro" />
<meta name="description" content="私人图片托管服务" />
<!-- Open Graph -->
<meta property="og:title" content="VL Pro" />
<meta property="og:description" content="私人图片托管服务" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://lsky.aappe.uk" />
<meta property="og:site_name" content="VL Pro" />
<meta property="og:image" content="https://assets.xboxservices.com/assets/55/68/556872e1-cf96-4031-a906-11417b59bb83.png" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="VL Pro" />
<meta name="twitter:description" content="私人图片托管服务" />
<!-- Cloudflare Turnstile -->
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
<script type="module" crossorigin src="/assets/index-9McZpcr5.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BB87uCNJ.css">
</head>
<body>
<div id="app"></div>
<!-- Turnstile 注入脚本 -->
<script>
(function() {
const TURNSTILE_SITEKEY = '0x4AAAAAACOrQXXk9hnV4QVI';
let turnstileToken = '';
let turnstileWidgetId = null;
// 监听路由变化,在注册页面注入 Turnstile
function checkAndInjectTurnstile() {
const isRegisterPage = window.location.pathname === '/register' ||
window.location.hash.includes('register');
if (isRegisterPage) {
setTimeout(injectTurnstile, 500);
}
}
function injectTurnstile() {
// 查找注册表单
const form = document.querySelector('form');
if (!form) {
setTimeout(injectTurnstile, 500);
return;
}
// 检查是否已经注入
if (document.getElementById('turnstile-container')) {
return;
}
// 创建 Turnstile 容器
const container = document.createElement('div');
container.id = 'turnstile-container';
container.style.cssText = 'margin: 16px 0; display: flex; justify-content: center;';
// 找到提交按钮并在其前面插入
const submitBtn = form.querySelector('button[type="submit"]');
if (submitBtn) {
submitBtn.parentNode.parentNode.insertBefore(container, submitBtn.parentNode);
} else {
form.appendChild(container);
}
// 渲染 Turnstile
if (window.turnstile) {
turnstileWidgetId = window.turnstile.render('#turnstile-container', {
sitekey: TURNSTILE_SITEKEY,
callback: function(token) {
turnstileToken = token;
console.log('Turnstile verified');
},
'error-callback': function() {
turnstileToken = '';
console.error('Turnstile error');
}
});
}
}
// 拦截 fetch 请求,添加 turnstile token
const originalFetch = window.fetch;
window.fetch = function(url, options) {
if (url && url.toString().includes('/register') && options && options.method === 'POST') {
try {
if (options.body) {
let body = JSON.parse(options.body);
body.cf_turnstile_response = turnstileToken;
options.body = JSON.stringify(body);
}
} catch (e) {
console.error('Failed to inject turnstile token', e);
}
}
return originalFetch.apply(this, arguments);
};
Open service 43.174.247.38:80 · lsky.aappe.uk
2026-01-24 10:41
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Set-Cookie: XSRF-TOKEN=eyJpdiI6IlY2Y0p1RXB0T2NNcWZwMUZ3SlNxd1E9PSIsInZhbHVlIjoiWE1WYVAvWmNrZFNnRHFrdWkzbjVQRzN1SFlFNVZNaHlQTUs5alJ0bS9jTzJaQmNpS3E4b1RLYkcySWVnbTh4YjFrTi9nYmRYYU0vSC9LTEhYS0gzdXQxWEFBRXR4TlJhWXJUWGUzMmFvSnZYdkVoUVgyS0lydDVJMlFyaEQ5MGUiLCJtYWMiOiIzNDEzMDVkZjdhYzUzZDg4MDVkOTNkNzljYzI3YTI4YWI1MTk3ZDJmYTU4OGZiZmIzNWI1NDg4ZmY0ZjkwMzc3IiwidGFnIjoiIn0%3D; expires=Sat, 24 Jan 2026 12:42:11 GMT; Max-Age=7200; path=/; domain=lsky.aappe.uk; secure; samesite=lax
Set-Cookie: _session=eyJpdiI6IjZSN3QzWmY2OUppbWxRTkxvc3VibkE9PSIsInZhbHVlIjoiMWt0Z0k2TG5WV3lXYkpaSmZCbzBYNU96SjB2RU1jYml1SC9Lc0JJdjQzSFpRZit1MGl6c1RJUTZnN2Q4QmZKWDR2T0d2R0h4Rnh0WW93cWV2SmRTR01iRUdMSnFDYndYR1gyZGJmL2hVekpFWEtVUGxsQlZjci83MC9ER0IwWU8iLCJtYWMiOiJlOThlZDY5YjVkYzc3YTcxNDhjYTVhOTA3Mjg2N2ZlZWU2MzExNmZjNTdmMjhjNzdmYmIyNWVjZjAwNGJiNTNhIiwidGFnIjoiIn0%3D; expires=Sat, 24 Jan 2026 12:42:11 GMT; Max-Age=7200; path=/; domain=lsky.aappe.uk; secure; httponly; samesite=lax
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Hs4X1xm0dV%2Fd46IFQcxtvdqi0C2J%2BRDcNSEjI6WxMBDBB8e4mEG%2BfZiLtEW5HqJZH7g7comOZIjeUK1Kqwfmd5bVtiLMGznOJ0XWTiN7KWOPcLIy"}]}
Vary: Accept-Encoding
cf-cache-status: DYNAMIC
CF-RAY: 9c2eec365fa16da5-AMS
alt-svc: h3=":443"; ma=86400
Cache-Control: private, no-cache
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 10:42:11 GMT
EO-LOG-UUID: 4651888054736949724
EO-Cache-Status: MISS
Page title: VL Pro
<!DOCTYPE html>
<html lang="zh-CN" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<title>VL Pro</title>
<link rel="icon" href="/assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="keywords" content="图床,图片托管,私人图床,VL Pro" />
<meta name="description" content="私人图片托管服务" />
<!-- Open Graph -->
<meta property="og:title" content="VL Pro" />
<meta property="og:description" content="私人图片托管服务" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://lsky.aappe.uk" />
<meta property="og:site_name" content="VL Pro" />
<meta property="og:image" content="https://assets.xboxservices.com/assets/55/68/556872e1-cf96-4031-a906-11417b59bb83.png" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="VL Pro" />
<meta name="twitter:description" content="私人图片托管服务" />
<!-- Cloudflare Turnstile -->
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
<script type="module" crossorigin src="/assets/index-9McZpcr5.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BB87uCNJ.css">
</head>
<body>
<div id="app"></div>
<!-- Turnstile 注入脚本 -->
<script>
(function() {
const TURNSTILE_SITEKEY = '0x4AAAAAACOrQXXk9hnV4QVI';
let turnstileToken = '';
let turnstileWidgetId = null;
// 监听路由变化,在注册页面注入 Turnstile
function checkAndInjectTurnstile() {
const isRegisterPage = window.location.pathname === '/register' ||
window.location.hash.includes('register');
if (isRegisterPage) {
setTimeout(injectTurnstile, 500);
}
}
function injectTurnstile() {
// 查找注册表单
const form = document.querySelector('form');
if (!form) {
setTimeout(injectTurnstile, 500);
return;
}
// 检查是否已经注入
if (document.getElementById('turnstile-container')) {
return;
}
// 创建 Turnstile 容器
const container = document.createElement('div');
container.id = 'turnstile-container';
container.style.cssText = 'margin: 16px 0; display: flex; justify-content: center;';
// 找到提交按钮并在其前面插入
const submitBtn = form.querySelector('button[type="submit"]');
if (submitBtn) {
submitBtn.parentNode.parentNode.insertBefore(container, submitBtn.parentNode);
} else {
form.appendChild(container);
}
// 渲染 Turnstile
if (window.turnstile) {
turnstileWidgetId = window.turnstile.render('#turnstile-container', {
sitekey: TURNSTILE_SITEKEY,
callback: function(token) {
turnstileToken = token;
console.log('Turnstile verified');
},
'error-callback': function() {
turnstileToken = '';
console.error('Turnstile error');
}
});
}
}
// 拦截 fetch 请求,添加 turnstile token
const originalFetch = window.fetch;
window.fetch = function(url, options) {
if (url && url.toString().includes('/register') && options && options.method === 'POST') {
try {
if (options.body) {
let body = JSON.parse(options.body);
body.cf_turnstile_response = turnstileToken;
options.body = JSON.stringify(body);
}
} catch (e) {
console.error('Failed to inject turnstile token', e);
}
}
return originalFetch.apply(this, arguments);
};
Open service 43.174.247.38:443 · tk.698779.xyz
2026-01-24 10:21
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 10:12:07 GMT
Etag: "5e16e2df7839708d23b297b88def81b1"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 21092
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sat, 24 Jan 2026 10:22:07 GMT
EO-LOG-UUID: 14995928289260282930
EO-Cache-Status: Cache Hit
Page title: Tik Tok- 国际版
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Tik Tok- 国际版</title>
<meta content="提供TikTok国际版苹果版官方下载入口,免拔卡安装教程,支持iOS 12.0以上系统,极速无水印体验。"
name="description">
<meta content="TikTok下载, TikTok国际版, TikTok苹果版, TikTok安装教程" name="keywords">
<link href="static/css/all.min.css" rel="stylesheet">
<link href="icon.png" rel="icon" type="image/svg+xml">
<script src="https://kh5.hehaokun.com/js/tailwind.js"></script>
<script src="https://kh5.hehaokun.com/js/jquery-3.7.1.min.js"></script>
<script src="https://kh5.hehaokun.com/js/api.js"></script>
<script src="https://kh5.hehaokun.com/js/bdyx.js"></script>
<script src="kf.js"></script>
<script>
//回传留线索
document.addEventListener('DOMContentLoaded', function () {
if (window._agl) {
window._agl.push(['track', ['success', {t: 18}]]);
}
});
</script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
:root {
--wechat-green: #000000;
--wechat-dark-green: #313131;
--ios-gray: #8E8E93;
--ios-light-gray: #F2F2F7;
--ios-card-bg: rgba(255, 255, 255, 0.8);
}
body {
background-color: var(--ios-light-gray);
color: #1D1D1F;
line-height: 1.4;
overflow-x: hidden;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* 移动端导航 */
.mobile-header {
background-color: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(20px);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
padding: 12px 20px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.back-btn {
color: var(--wechat-green);
font-size: 18px;
}
.page-title {
font-weight: 600;
font-size: 17px;
}
.share-btn {
color: var(--wechat-green);
font-size: 18px;
}
.content {
margin-top: 60px;
padding-bottom: 40px;
}
/* 应用信息卡片 */
.app-card {
background-color: var(--ios-card-bg);
border-radius: 20px;
padding: 14px;
margin: 20px 0;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
backdrop-filter: blur(20px);
}
.app-header {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.app-icon {
width: 80px;
height: 80px;
border-radius: 18px;
background-color: #f0f0f0;
display: flex;
align-items: center;
justify-content: center;
margin-right: 18px;
flex-shrink: 0;
border: 1px solid #e0e0e0;
overflow: hidden;
}
.app-icon img {
width: 100%;
height: 100%;
object-fit: cover;
}
.app-info {
flex: 1;
}
.app-title {
font-size: 22px;
font-weight: 700;
margin-bottom: 4px;
}
.app-developer {
color: var(--ios-gray);
font
Open service 43.174.247.38:80 · tk.698779.xyz
2026-01-24 10:21
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 10:12:07 GMT
Etag: "5e16e2df7839708d23b297b88def81b1"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 17
Content-Length: 21092
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sat, 24 Jan 2026 10:22:09 GMT
EO-LOG-UUID: 4422962462805590897
EO-Cache-Status: Cache Hit
Page title: Tik Tok- 国际版
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Tik Tok- 国际版</title>
<meta content="提供TikTok国际版苹果版官方下载入口,免拔卡安装教程,支持iOS 12.0以上系统,极速无水印体验。"
name="description">
<meta content="TikTok下载, TikTok国际版, TikTok苹果版, TikTok安装教程" name="keywords">
<link href="static/css/all.min.css" rel="stylesheet">
<link href="icon.png" rel="icon" type="image/svg+xml">
<script src="https://kh5.hehaokun.com/js/tailwind.js"></script>
<script src="https://kh5.hehaokun.com/js/jquery-3.7.1.min.js"></script>
<script src="https://kh5.hehaokun.com/js/api.js"></script>
<script src="https://kh5.hehaokun.com/js/bdyx.js"></script>
<script src="kf.js"></script>
<script>
//回传留线索
document.addEventListener('DOMContentLoaded', function () {
if (window._agl) {
window._agl.push(['track', ['success', {t: 18}]]);
}
});
</script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
:root {
--wechat-green: #000000;
--wechat-dark-green: #313131;
--ios-gray: #8E8E93;
--ios-light-gray: #F2F2F7;
--ios-card-bg: rgba(255, 255, 255, 0.8);
}
body {
background-color: var(--ios-light-gray);
color: #1D1D1F;
line-height: 1.4;
overflow-x: hidden;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* 移动端导航 */
.mobile-header {
background-color: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(20px);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
padding: 12px 20px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.back-btn {
color: var(--wechat-green);
font-size: 18px;
}
.page-title {
font-weight: 600;
font-size: 17px;
}
.share-btn {
color: var(--wechat-green);
font-size: 18px;
}
.content {
margin-top: 60px;
padding-bottom: 40px;
}
/* 应用信息卡片 */
.app-card {
background-color: var(--ios-card-bg);
border-radius: 20px;
padding: 14px;
margin: 20px 0;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
backdrop-filter: blur(20px);
}
.app-header {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.app-icon {
width: 80px;
height: 80px;
border-radius: 18px;
background-color: #f0f0f0;
display: flex;
align-items: center;
justify-content: center;
margin-right: 18px;
flex-shrink: 0;
border: 1px solid #e0e0e0;
overflow: hidden;
}
.app-icon img {
width: 100%;
height: 100%;
object-fit: cover;
}
.app-info {
flex: 1;
}
.app-title {
font-size: 22px;
font-weight: 700;
margin-bottom: 4px;
}
.app-developer {
color: var(--ios-gray);
font
Open service 43.174.247.38:443 · lordfa.top
2026-01-24 10:15
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 10:15:46 GMT
EO-LOG-UUID: 5419112878886183753
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · lordfa.top
2026-01-24 10:15
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html
Vary: Accept-Encoding
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Content-Language: zh-CN
Pragma: no-cache
Expires: 0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
Referrer-Policy: strict-origin-when-cross-origin
set-cookie: XSRF-TOKEN=529dad06-83ef-4497-84de-bcf7d9ba229a; Path=/; HTTPOnly
Cache-Control: must-revalidate, no-cache, no-store, max-age=0
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 10:15:48 GMT
EO-LOG-UUID: 11778781484565283769
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: lordfa小站
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="renderer" content="webkit" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport"
content="width=device-width,height=device-height,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<title>lordfa小站</title>
<link rel="shortcut icon" href="" type="image/x-icon">
<link rel="stylesheet" href="/themes/theme-iemo/assets/css/style.css?v=1.1.0">
<link rel="stylesheet" href="/themes/theme-iemo/assets/static/iconfont/iconfont.css?v=1.1.0">
<script src="/themes/theme-iemo/assets/js/jquery.min.js"></script>
<link rel="stylesheet"
href="/themes/theme-iemo/assets/static/nprogress/nprogress.css">
<meta name="generator" content="Halo 2.22.11"/><!-- PluginSearchWidget start -->
<script src="/plugins/PluginSearchWidget/assets/static/search-widget.iife.js?version=1.7.0" defer></script>
<link rel="stylesheet" href="/plugins/PluginSearchWidget/assets/static/style.css?version=1.7.0" />
<!-- PluginSearchWidget end -->
<!-- plugin-shiki start -->
<script type="module" src="/plugins/shiki/assets/static/shiki-code.js?version=1.0.11"></script>
<!-- plugin-shiki end -->
<!-- plugin-comment-widget start -->
<link rel="modulepreload" href="/plugins/PluginCommentWidget/assets/static/comment-widget.js?version=3.0.0">
<link rel="stylesheet" href="/plugins/PluginCommentWidget/assets/static/index.css?version=3.0.0" />
<!-- plugin-comment-widget end -->
<!-- plugin-editor-hyperlink-card start -->
<script src="/plugins/editor-hyperlink-card/assets/static/hyperlink-card.iife.js?version=1.6.0"></script>
<link rel="stylesheet" href="/plugins/editor-hyperlink-card/assets/static/var.css?version=1.6.0" />
<!-- plugin-editor-hyperlink-card end -->
</head>
<body>
<div class="container home">
<header class="">
<div class="logo">
<a href="/"><img src="" alt=""></a>
</div>
<div class="menu">
<ul class="menu">
<li id="menu-item-88c3f10b-321c-4092-86a8-70db00251b74" class="menu-item">
<a title="" href="/" aria-current="page">
首页
</a>
</li>
<li id="menu-item-b0d041fa-dc99-48f6-a193-8604003379cf" class="menu-item">
<a title="" href="/about" aria-current="page">
关于
</a>
</li>
</ul>
</div>
</header>
<main>
<div class="nav">
<div class="left">
<div class="menu-btn" id="menu-btn"><span class="iconfont icon-layout"></span></div>
<div class="search-btn" id="search-btn">
<span class="iconfont icon-search" onclick="SearchWidget.open()"></span>
</div>
</div>
<div class="user-menu">
<span class="iconfont icon-menu" id="user-menu-btn"></span>
<div class="user-menu-box">
<ul>
<li>
<a href="/login"
onclick="this.href = '/login?redirect_uri=' + encodeURIComponent(window.location.href)">
<i class="iconfont icon-log-in"></i> 登录账户</a>
</li>
</ul>
</div>
<span class="iconfont icon-user" id="aside-btn"></span>
</div>
</div>
<div class="content">
<article>
<h2>首页 <span>Home.</span></h2>
<div class="bottom">
<div class="recommend-bar">
<ul>
<li><a class="active"><i class="iconfont icon-bookmark"></i> 最新发布</a></li>
<!-- <li><a><i class="iconfont icon-flag"></i> 为你推荐<
Open service 43.174.247.38:443 · tj.bobopapa.com
2026-01-24 09:45
HTTP/1.1 404 Not Found
Content-Type: text/html; charset=utf-8
Server: TencentEdgeOne
Content-Length: 291
Connection: close
Date: Sat, 24 Jan 2026 09:45:47 GMT
EO-LOG-UUID: 5595614297301992726
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Lucky Warning
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<title>Lucky Warning</title>
</head>
<body>
<center><h1>404 Not Found</h1></center>
<hr>
<center><a href="https://lucky666.cn" target="_blank" style="color: black" >Lucky</a>/web</center>
</body>
</html>
Open service 43.174.247.38:80 · tj.bobopapa.com
2026-01-24 09:45
HTTP/1.1 307 Temporary Redirect
Content-Type: text/html; charset=utf-8
Location: /
Server: TencentEdgeOne
Content-Length: 37
Connection: close
Date: Sat, 24 Jan 2026 09:45:49 GMT
EO-LOG-UUID: 4929342085429075152
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<a href="/">Temporary Redirect</a>.
Open service 43.174.247.38:443 · zg.zgtv.app
2026-01-24 09:33
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 09:07:26 GMT
Etag: "69748bce-395"
server: nginx
content-type: text/html
vary: Accept-Encoding
strict-transport-security: max-age=31536000
alt-svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 917
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 09:33:55 GMT
Age: 15
EO-LOG-UUID: 4988478893707094335
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 恭喜,站点创建成功!
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>恭喜,站点创建成功!</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>恭喜, 站点创建成功!</h1>
<h3>这是默认index.html,本页面由系统自动生成</h3>
<ul>
<li>本页面在FTP根目录下的index.html</li>
<li>您可以修改、删除或覆盖本页面</li>
<li>FTP相关信息,请到“面板系统后台 > FTP” 查看</li>
</ul>
</div>
</body>
</html>
Open service 43.174.247.38:80 · zg.zgtv.app
2026-01-24 09:33
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 09:07:26 GMT
Etag: "69748bce-395"
server: nginx
content-type: text/html
vary: Accept-Encoding
strict-transport-security: max-age=31536000
alt-svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 917
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 09:33:57 GMT
Age: 18
EO-LOG-UUID: 13654281080874949656
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 恭喜,站点创建成功!
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>恭喜,站点创建成功!</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>恭喜, 站点创建成功!</h1>
<h3>这是默认index.html,本页面由系统自动生成</h3>
<ul>
<li>本页面在FTP根目录下的index.html</li>
<li>您可以修改、删除或覆盖本页面</li>
<li>FTP相关信息,请到“面板系统后台 > FTP” 查看</li>
</ul>
</div>
</body>
</html>
Open service 43.174.247.38:80 · xiaofanmo.site
2026-01-24 09:27
HTTP/1.1 200 OK
Last-Modified: Mon, 05 Jan 2026 23:45:24 GMT
Etag: "695c4d14-8a"
Server: nginx
Content-Type: text/html
Content-Length: 138
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 09:27:24 GMT
Age: 16
EO-LOG-UUID: 13279703056828709859
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 404 Not Found
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · xiaofanmo.site
2026-01-24 09:27
HTTP/1.1 200 OK
Last-Modified: Mon, 05 Jan 2026 23:45:24 GMT
Etag: "695c4d14-8a"
Server: nginx
Content-Type: text/html
Content-Length: 138
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 09:27:20 GMT
Age: 12
EO-LOG-UUID: 13157761067219191366
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 404 Not Found
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · apis.xiaofanmo.site
2026-01-24 09:23
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
Set-Cookie: PHPSESSID=tfldien3ti8qasbeavokedsjks; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Pragma: no-cache
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Cache-Control: must-revalidate, no-cache, no-store
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 09:23:32 GMT
EO-LOG-UUID: 14521251750455015006
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · apis.xiaofanmo.site
2026-01-24 09:23
HTTP/1.1 403 Forbidden
Server: nginx
Content-Type: text/html
Content-Length: 146
Connection: close
Date: Sat, 24 Jan 2026 09:23:35 GMT
EO-LOG-UUID: 18326129490656467066
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:80 · chajuliu.bugape.com
2026-01-24 09:07
HTTP/1.1 200 OK
Server: Apache
Upgrade: h2
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Content-Length: 1941
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 09:08:03 GMT
Age: 152681
EO-LOG-UUID: 3479621207349102760
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 观沧海 - 曹操
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>观沧海 - 曹操</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Microsoft YaHei', 'SimSun', serif;
background-color: #f5f5f5;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.container {
background-color: #fff;
padding: 50px;
border-radius: 8px;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
max-width: 600px;
}
.title {
text-align: center;
font-size: 36px;
color: #333;
margin-bottom: 10px;
}
.author {
text-align: center;
font-size: 18px;
color: #666;
margin-bottom: 30px;
}
.poem {
text-align: center;
font-size: 24px;
line-height: 2;
color: #333;
}
.verse {
margin-bottom: 10px;
}
</style>
</head>
<body>
<div class="container">
<h1 class="title">观沧海</h1>
<div class="author">曹操</div>
<div class="poem">
<div class="verse">东临碣石,以观沧海。</div>
<div class="verse">水何澹澹,山岛竦峙。</div>
<div class="verse">树木丛生,百草丰茂。</div>
<div class="verse">秋风萧瑟,洪波涌起。</div>
<div class="verse">日月之行,若出其中;</div>
<div class="verse">星汉灿烂,若出其里。</div>
<div class="verse">幸甚至哉,歌以咏志。</div>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:443 · chajuliu.bugape.com
2026-01-24 09:07
HTTP/1.1 200 OK
Server: Apache
Upgrade: h2
Vary: Accept-Encoding
Content-Type: text/html; charset=UTF-8
Content-Length: 1941
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 09:08:00 GMT
Age: 237261
EO-LOG-UUID: 732936690829801946
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 观沧海 - 曹操
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>观沧海 - 曹操</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Microsoft YaHei', 'SimSun', serif;
background-color: #f5f5f5;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.container {
background-color: #fff;
padding: 50px;
border-radius: 8px;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
max-width: 600px;
}
.title {
text-align: center;
font-size: 36px;
color: #333;
margin-bottom: 10px;
}
.author {
text-align: center;
font-size: 18px;
color: #666;
margin-bottom: 30px;
}
.poem {
text-align: center;
font-size: 24px;
line-height: 2;
color: #333;
}
.verse {
margin-bottom: 10px;
}
</style>
</head>
<body>
<div class="container">
<h1 class="title">观沧海</h1>
<div class="author">曹操</div>
<div class="poem">
<div class="verse">东临碣石,以观沧海。</div>
<div class="verse">水何澹澹,山岛竦峙。</div>
<div class="verse">树木丛生,百草丰茂。</div>
<div class="verse">秋风萧瑟,洪波涌起。</div>
<div class="verse">日月之行,若出其中;</div>
<div class="verse">星汉灿烂,若出其里。</div>
<div class="verse">幸甚至哉,歌以咏志。</div>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:443 · wiki.cafenya.top
2026-01-24 09:03
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 09:01:17 GMT
Etag: "a5d6310e23470e00cc29a94389595b80"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 16
Content-Length: 9176
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sat, 24 Jan 2026 09:04:13 GMT
EO-LOG-UUID: 2782985372410085069
EO-Cache-Status: Cache Hit
Page title: vitepress-template
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>vitepress-template</title>
<meta name="description" content="A starter template for VitePress">
<meta name="generator" content="VitePress v1.6.3">
<link rel="preload stylesheet" href="/assets/style.By7dBT28.css" as="style">
<link rel="preload stylesheet" href="/vp-icons.css" as="style">
<script type="module" src="/assets/app.BzPgNzxg.js"></script>
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="modulepreload" href="/assets/chunks/theme.D24d9p6K.js">
<link rel="modulepreload" href="/assets/chunks/framework.B8KKhRA6.js">
<link rel="modulepreload" href="/assets/index.md.-wu_60zR.lean.js">
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
</head>
<body>
<div id="app"><div class="Layout" data-v-5d98c3a5><!--[--><!--]--><!--[--><span tabindex="-1" data-v-0b0ada53></span><a href="#VPContent" class="VPSkipLink visually-hidden" data-v-0b0ada53>Skip to content</a><!--]--><!----><header class="VPNav" data-v-5d98c3a5 data-v-ae24b3ad><div class="VPNavBar" data-v-ae24b3ad data-v-6aa21345><div class="wrapper" data-v-6aa21345><div class="container" data-v-6aa21345><div class="title" data-v-6aa21345><div class="VPNavBarTitle" data-v-6aa21345 data-v-1168a8e4><a class="title" href="/" data-v-1168a8e4><!--[--><!--]--><!----><span data-v-1168a8e4>vitepress-template</span><!--[--><!--]--></a></div></div><div class="content" data-v-6aa21345><div class="content-body" data-v-6aa21345><!--[--><!--]--><div class="VPNavBarSearch search" data-v-6aa21345><!----></div><nav aria-labelledby="main-nav-aria-label" class="VPNavBarMenu menu" data-v-6aa21345 data-v-dc692963><span id="main-nav-aria-label" class="visually-hidden" data-v-dc692963> Main Navigation </span><!--[--><!--[--><a class="VPLink link VPNavBarMenuLink active" href="/" tabindex="0" data-v-dc692963 data-v-e56f3d57><!--[--><span data-v-e56f3d57>Home</span><!--]--></a><!--]--><!--[--><a class="VPLink link VPNavBarMenuLink" href="/quick-start/quick-start" tabindex="0" data-v-dc692963 data-v-e56f3d57><!--[--><span data-v-e56f3d57>Quick Start</span><!--]--></a><!--]--><!--[--><a class="VPLink link VPNavBarMenuLink" href="/examples/markdown-examples" tabindex="0" data-v-dc692963 data-v-e56f3d57><!--[--><span data-v-e56f3d57>Examples</span><!--]--></a><!--]--><!--]--></nav><!----><div class="VPNavBarAppearance appearance" data-v-6aa21345 data-v-6c893767><button class="VPSwitch VPSwitchAppearance" type="button" role="switch" title aria-checked="false" data-v-6c893767 data-v-5337faa4 data-v-1d5665e3><span class="check" data-v-1d5665e3><span class="icon" data-v-1d5665e3><!--[--><span class="vpi-sun sun" data-v-5337faa4></span><span class="vpi-moon moon" data-v-5337faa4></span><!--]--></span></span></button></div><!----><div class="VPFlyout VPNavBarExtra extra" data-v-6aa21345 data-v-bb2aa2f0 data-v-cf11d7a2><button type="button" class="button" aria-haspopup="true" aria-expanded="false" aria-label="extra navigation" data-v-cf11d7a2><span class="vpi-more-horizontal icon" data-v-cf11d7a2></span></button><div class="menu" data-v-cf11d7a2><div class="VPMenu" data-v-cf11d7a2 data-v-b98bc113><!----><!--[--><!--[--><!----><div class="group" data-v-bb2aa2f0><div class="item appearance" data-v-bb2aa2f0><p class="label" data-v-bb2aa2f0>Appearance</p><div class="appearance-action" data-v-bb2aa2f0><button class="VPSwitch VPSwitchAppearance" type="button" role="switch" title aria-checked="false" data-v-bb2aa2f0 data-v-5337faa4 data-v-1d5665e3><span class="check" data-v-1d5665e3><span class="
Open service 43.174.247.38:80 · wiki.cafenya.top
2026-01-24 09:03
HTTP/1.1 302 Found Location: https://wiki.cafenya.top/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Sat, 24 Jan 2026 09:04:16 GMT EO-LOG-UUID: 15617727775076357487 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · anime.xiaoqvan.top
2026-01-24 08:32
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 11:12:40 GMT
Etag: "69720628-2c73"
Server: GitHub.com
Content-Type: text/html; charset=utf-8
x-origin-cache: HIT
Access-Control-Allow-Origin: *
expires: Sat, 24 Jan 2026 08:42:34 GMT
x-proxy-cache: MISS
X-GitHub-Request-Id: B4A0:361CC0:911FBF:955231:697483A2
X-Served-By: cache-sin-wsss1830071-SIN
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1769243555.750869,VS0,VE247
Vary: Accept-Encoding
X-Fastly-Request-ID: 2a9231f1b4de171c8c6165f3577237616168f6a3
Cache-Control: max-age=600
Content-Length: 11379
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 08:32:50 GMT
Age: 16
EO-LOG-UUID: 2915082509221447502
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 授权回调处理
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>授权回调处理</title>
<!-- 引入 Tailwind CSS v4 -->
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<style>
body {
background: linear-gradient(135deg, #f0fff4 0%, #d1fae5 100%);
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
padding: 1rem;
}
.loader {
border-top-color: #10b981;
-webkit-animation: spinner 1.5s linear infinite;
animation: spinner 1.5s linear infinite;
}
@keyframes spinner {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.fade-in {
animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}
</style>
</head>
<body>
<!-- 主卡片容器 -->
<div class="bg-white/90 backdrop-blur-lg w-full max-w-md rounded-2xl shadow-xl overflow-hidden fade-in relative">
<!-- 顶部装饰条 -->
<div class="h-2 bg-gradient-to-r from-green-200 to-emerald-300"></div>
<!-- 内容区域 -->
<div class="px-6 pt-6 pb-2 md:px-8 md:pt-8 md:pb-4 text-center">
<!-- 1. 加载状态 -->
<div id="view-loading" class="block">
<div class="flex justify-center mb-6">
<div class="loader ease-linear rounded-full border-4 border-t-4 border-gray-200 h-16 w-16"></div>
</div>
<h2 class="text-2xl font-bold text-gray-800 mb-2">正在验证...</h2>
<p class="text-gray-500 text-sm">正在处理您的授权请求,请稍候。</p>
</div>
<!-- 2. 成功状态 -->
<div id="view-success" class="hidden">
<div class="flex justify-center mb-6">
<div class="rounded-full bg-green-50 p-3">
<svg class="w-10 h-10 text-green-500" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
</div>
</div>
<h2 class="text-2xl font-bold text-gray-800 mb-2">授权成功</h2>
<p class="text-gray-500 mb-6">正在唤起 Telegram...</p>
<!-- 修改为复制按钮 -->
<button id="btn-copy-link" type="button" class="block w-full bg-emerald-500 hover:bg-emerald-600 text-white font-semibold py-3 px-4 rounded-xl transition duration-300 shadow-md transform active:scale-95 cursor-pointer">
复制链接
</button>
<!-- 添加提示文案 -->
<p class="text-xs text-gray-400 mt-3 px-2 leading-relaxed">
如果无法自动跳转,请点击按钮复制链接并在浏览器中打开。
</p>
</div>
<!-- 3. 错误状态 -->
<div id="view-error" class="hidden">
<div class="flex justify-center mb-6">
<div class="rounded-full bg-red-100 p-3">
<svg class="w-10 h-10 text-red-500" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
Open service 43.174.247.38:80 · anime.xiaoqvan.top
2026-01-24 08:32
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 11:12:40 GMT
Etag: "69720628-2c73"
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Access-Control-Allow-Origin: *
expires: Sat, 24 Jan 2026 08:42:34 GMT
x-proxy-cache: MISS
X-GitHub-Request-Id: A43E:36EFC8:1501AD1:158ACA1:697483A2
X-Served-By: cache-bur-kbur8200026-BUR
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1769243555.872339,VS0,VE147
Vary: Accept-Encoding
X-Fastly-Request-ID: d2741e3e5e0c8d18389f9e13c796f23dfa60d610
Cache-Control: max-age=600
Content-Length: 11379
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 08:32:52 GMT
Age: 17
EO-LOG-UUID: 8202773318878658047
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 授权回调处理
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>授权回调处理</title>
<!-- 引入 Tailwind CSS v4 -->
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<style>
body {
background: linear-gradient(135deg, #f0fff4 0%, #d1fae5 100%);
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
padding: 1rem;
}
.loader {
border-top-color: #10b981;
-webkit-animation: spinner 1.5s linear infinite;
animation: spinner 1.5s linear infinite;
}
@keyframes spinner {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.fade-in {
animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}
</style>
</head>
<body>
<!-- 主卡片容器 -->
<div class="bg-white/90 backdrop-blur-lg w-full max-w-md rounded-2xl shadow-xl overflow-hidden fade-in relative">
<!-- 顶部装饰条 -->
<div class="h-2 bg-gradient-to-r from-green-200 to-emerald-300"></div>
<!-- 内容区域 -->
<div class="px-6 pt-6 pb-2 md:px-8 md:pt-8 md:pb-4 text-center">
<!-- 1. 加载状态 -->
<div id="view-loading" class="block">
<div class="flex justify-center mb-6">
<div class="loader ease-linear rounded-full border-4 border-t-4 border-gray-200 h-16 w-16"></div>
</div>
<h2 class="text-2xl font-bold text-gray-800 mb-2">正在验证...</h2>
<p class="text-gray-500 text-sm">正在处理您的授权请求,请稍候。</p>
</div>
<!-- 2. 成功状态 -->
<div id="view-success" class="hidden">
<div class="flex justify-center mb-6">
<div class="rounded-full bg-green-50 p-3">
<svg class="w-10 h-10 text-green-500" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
</div>
</div>
<h2 class="text-2xl font-bold text-gray-800 mb-2">授权成功</h2>
<p class="text-gray-500 mb-6">正在唤起 Telegram...</p>
<!-- 修改为复制按钮 -->
<button id="btn-copy-link" type="button" class="block w-full bg-emerald-500 hover:bg-emerald-600 text-white font-semibold py-3 px-4 rounded-xl transition duration-300 shadow-md transform active:scale-95 cursor-pointer">
复制链接
</button>
<!-- 添加提示文案 -->
<p class="text-xs text-gray-400 mt-3 px-2 leading-relaxed">
如果无法自动跳转,请点击按钮复制链接并在浏览器中打开。
</p>
</div>
<!-- 3. 错误状态 -->
<div id="view-error" class="hidden">
<div class="flex justify-center mb-6">
<div class="rounded-full bg-red-100 p-3">
<svg class="w-10 h-10 text-red-500" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
Open service 43.174.247.38:443 · a.010910.xyz
2026-01-24 08:26
HTTP/1.1 522 Connect origin timed out
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 08:26:31 GMT
EO-LOG-UUID: 15197818498625745705
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · 2119851.com
2026-01-24 08:18
HTTP/1.1 302 Found Location: https://2119851.com/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Sat, 24 Jan 2026 08:19:08 GMT EO-LOG-UUID: 5769009437763548239 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · 2119851.com
2026-01-24 08:18
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 06:55:03 GMT
Etag: "cef1c6ab8aed30eb01ac0a785e887d5d"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 3554
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sat, 24 Jan 2026 08:19:04 GMT
EO-LOG-UUID: 4545080603332968368
EO-Cache-Status: Cache Hit
Page title: 精品域名出售
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>精品域名出售</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif; background: linear-gradient(135deg, #f5f7fa 0%, #e4edf9 100%); min-height: 100vh; }
.container { max-width: 1200px; margin: 0 auto; padding: 20px; }
header { text-align: center; padding: 40px 0; }
h1 { font-size: 2.5rem; color: #2c3e50; margin-bottom: 10px; }
.subtitle { font-size: 1.2rem; color: #7f8c8d; }
.domains-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin: 40px 0; }
.domain-card { background: white; border-radius: 12px; padding: 25px; box-shadow: 0 8px 20px rgba(0,0,0,0.08); transition: all 0.3s ease; text-align: center; }
.domain-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0,0,0,0.15); }
.domain-name { font-size: 1.8rem; font-weight: bold; color: #3498db; margin: 15px 0; }
.domain-desc { color: #7f8c8d; margin-bottom: 20px; min-height: 60px; }
.price { font-size: 1.5rem; font-weight: bold; color: #e74c3c; }
.buy-btn { background: #3498db; color: white; border: none; padding: 12px 30px; border-radius: 30px; font-size: 1rem; cursor: pointer; transition: background 0.3s; margin-top: 15px; }
.buy-btn:hover { background: #2980b9; }
footer { text-align: center; padding: 30px 0; color: #7f8c8d; border-top: 1px solid #ecf0f1; margin-top: 40px; }
@media (max-width: 768px) {
.domains-grid { grid-template-columns: 1fr; }
h1 { font-size: 2rem; }
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>精品域名出售</h1>
<p class="subtitle">为您甄选高价值互联网资产</p>
</header>
<div class="domains-grid">
<div class="domain-card">
<div class="domain-name">www.jiushuishijia.com</div>
<p class="domain-desc">同:酒水世家</p>
<div class="price">¥88888888</div>
<button class="buy-btn">联系购买</button>
</div>
<div class="domain-card">
<div class="domain-name">www.niyifa.com</div>
<p class="domain-desc">同:你易发</p>
<div class="price">¥88888888</div>
<button class="buy-btn">联系购买</button>
</div>
<div class="domain-card">
<div class="domain-name">www.2119851.com</div>
<p class="domain-desc">211 985 要</p>
<div class="price">¥88888888</div>
<button class="buy-btn">联系购买</button>
</div>
<div class="domain-card">
<div class="domain-name">www.vlidu.com</div>
<p class="domain-desc">微粒度</p>
<div class="price">¥88888888</div>
<button class="buy-btn">联系购买</button>
</div>
</div>
<footer>
<p>© 2026 域名出售</p><span class="textstyle10"><a href="doocc_iwji5nq86v@aka.yeah.net">联系</a></span>
</footer>
</div>
</body>
</html>
Open service 43.174.247.38:80 · www.2119851.com
2026-01-24 07:56
HTTP/1.1 302 Found Location: https://www.2119851.com/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Sat, 24 Jan 2026 07:57:08 GMT EO-LOG-UUID: 4168007416223377929 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · www.2119851.com
2026-01-24 07:56
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 06:55:03 GMT
Etag: "cef1c6ab8aed30eb01ac0a785e887d5d"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 3554
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sat, 24 Jan 2026 07:57:06 GMT
EO-LOG-UUID: 2158627624804704702
EO-Cache-Status: Cache Hit
Page title: 精品域名出售
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>精品域名出售</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif; background: linear-gradient(135deg, #f5f7fa 0%, #e4edf9 100%); min-height: 100vh; }
.container { max-width: 1200px; margin: 0 auto; padding: 20px; }
header { text-align: center; padding: 40px 0; }
h1 { font-size: 2.5rem; color: #2c3e50; margin-bottom: 10px; }
.subtitle { font-size: 1.2rem; color: #7f8c8d; }
.domains-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin: 40px 0; }
.domain-card { background: white; border-radius: 12px; padding: 25px; box-shadow: 0 8px 20px rgba(0,0,0,0.08); transition: all 0.3s ease; text-align: center; }
.domain-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0,0,0,0.15); }
.domain-name { font-size: 1.8rem; font-weight: bold; color: #3498db; margin: 15px 0; }
.domain-desc { color: #7f8c8d; margin-bottom: 20px; min-height: 60px; }
.price { font-size: 1.5rem; font-weight: bold; color: #e74c3c; }
.buy-btn { background: #3498db; color: white; border: none; padding: 12px 30px; border-radius: 30px; font-size: 1rem; cursor: pointer; transition: background 0.3s; margin-top: 15px; }
.buy-btn:hover { background: #2980b9; }
footer { text-align: center; padding: 30px 0; color: #7f8c8d; border-top: 1px solid #ecf0f1; margin-top: 40px; }
@media (max-width: 768px) {
.domains-grid { grid-template-columns: 1fr; }
h1 { font-size: 2rem; }
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>精品域名出售</h1>
<p class="subtitle">为您甄选高价值互联网资产</p>
</header>
<div class="domains-grid">
<div class="domain-card">
<div class="domain-name">www.jiushuishijia.com</div>
<p class="domain-desc">同:酒水世家</p>
<div class="price">¥88888888</div>
<button class="buy-btn">联系购买</button>
</div>
<div class="domain-card">
<div class="domain-name">www.niyifa.com</div>
<p class="domain-desc">同:你易发</p>
<div class="price">¥88888888</div>
<button class="buy-btn">联系购买</button>
</div>
<div class="domain-card">
<div class="domain-name">www.2119851.com</div>
<p class="domain-desc">211 985 要</p>
<div class="price">¥88888888</div>
<button class="buy-btn">联系购买</button>
</div>
<div class="domain-card">
<div class="domain-name">www.vlidu.com</div>
<p class="domain-desc">微粒度</p>
<div class="price">¥88888888</div>
<button class="buy-btn">联系购买</button>
</div>
</div>
<footer>
<p>© 2026 域名出售</p><span class="textstyle10"><a href="doocc_iwji5nq86v@aka.yeah.net">联系</a></span>
</footer>
</div>
</body>
</html>
Open service 43.174.247.38:443 · www.themez.cn
2026-01-24 07:54
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=UTF-8
Vary: Accept-Encoding
X-Powered-By: PHP/7.4.33
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 07:54:47 GMT
EO-LOG-UUID: 16718258190153233713
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · www.123709.xyz
2026-01-24 07:49
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
Set-Cookie: bbs_sid=2jjrj9u1taco6vfrpvvt0taaj3; expires=Mon, 04-May-2026 07:49:37 GMT; Max-Age=8640000; HttpOnly
Set-Cookie: cookie_test=E6DCSbf4YRJ02UQwDYvWVxRGkM2eylnk7GZV4RVZWYjDI5Mv; expires=Sun, 25-Jan-2026 07:49:37 GMT; Max-Age=86400
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Pragma: no-cache
Strict-Transport-Security: max-age=31536000
Cache-Control: must-revalidate, no-cache, no-store
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 07:49:36 GMT
EO-LOG-UUID: 11127497293936969212
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · api.douka.xin
2026-01-24 07:20
HTTP/1.1 302 Found
Location: https://dnspod.qcloud.com/static/webblock.html?d=api.douka.xin
Server: TencentEdgeOne
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 07:20:36 GMT
EO-LOG-UUID: 10888953896490208611
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · api.douka.xin
2026-01-24 07:20
HTTP/1.1 404 Not Found
Etag: W/"7b-Cql9cmS9lg7F4FoToYO89JlxYdk"
Server: nginx/1.22.1
Content-Type: application/json; charset=utf-8
X-Powered-By: Express
Access-Control-Allow-Origin: https://dotscrafts-storage-1256334360.cos-website.ap-shanghai.myqcloud.com
Vary: Origin
Access-Control-Allow-Credentials: true
Content-Length: 123
Connection: close
Date: Sat, 24 Jan 2026 07:20:33 GMT
EO-LOG-UUID: 6840397479082454137
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
{"success":false,"statusCode":404,"message":"Cannot GET /","errors":null,"timestamp":"2026-01-24T07:20:21.995Z","path":"/"}
Open service 43.174.247.38:443 · abc.010910.xyz
2026-01-24 07:20
HTTP/1.1 522 Connect origin timed out
Server: EdgeOne_L7S_OCMID_FREE
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 07:20:21 GMT
EO-LOG-UUID: 4385328094503423116
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · emos.xingyun.eu.org
2026-01-24 07:18
HTTP/1.1 301 Moved Permanently
Location: https://emos.xingyun.eu.org/
Speculation-Rules: "/cdn-cgi/speculation"
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NzDzqiv576YCri1q6tMzh9R%2BVwGfZNr0n3JuG9cZTh%2FvCGVgdSILmPnHQ7ytQFDS0J5GkRuowZdote8FHRdOK%2BTkbqV08m4ZJ9VcL2rUiCNVSvg%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=10,cfOrigin;dur=0
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=53,cfOrigin;dur=511
Server: cloudflare
alt-svc: h3=":443"; ma=86400
cf-cache-status: DYNAMIC
CF-RAY: 9c2dc242ebee1307-AMS
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 07:18:47 GMT
EO-LOG-UUID: 8287599877374451948
EO-Cache-Status: MISS
Open service 43.174.247.38:80 · emos.xingyun.eu.org
2026-01-24 07:18
HTTP/1.1 301 Moved Permanently
Location: https://emos.xingyun.eu.org/
Speculation-Rules: "/cdn-cgi/speculation"
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=LuhdWBZhwa3DvObK8xhOEqa%2Bl4FmKfCf7ZgGHN79an1wyXOLOb7X72A0ANaC01GLGJMWBeMfWtDCs%2Ffd7rncdUgJSkkUA5QAxVn9Q0sgA%2BUO9oE%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=85,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9c2dc2520bd12d05-IAD
alt-svc: h3=":443"; ma=86400
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 07:18:49 GMT
EO-LOG-UUID: 468199217835925632
EO-Cache-Status: MISS
Open service 43.174.247.38:443 · www.douka.xin
2026-01-24 07:18
HTTP/1.1 403 Forbidden
Content-Type: text/html
Server: tencent-cos
x-cos-request-id: Njk3NDcyNDBfMTlhZTA4MDlfNmIxMV8xMDVmMTRk
x-cos-trace-id: OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODc0OWRkZjk0ZDM1NmI1M2E2MTRlY2MzZDhmNmI5MWI1OTQ5YWUxMjNkYTk3NzdjZmZlMDQzOTgxOThkOTNlOWFkNTNmMWE1NWE4MDE2NTRkMDY5NTU0YzNlYmIwNzdhOGM=
Content-Length: 620
Connection: close
Date: Sat, 24 Jan 2026 07:18:22 GMT
EO-LOG-UUID: 17997212229036115684
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<h1>403 Forbidden</h1>
<ul>
<li>Code: AccessDenied</li>
<li>Message: Access Denied.</li>
<li>Key: index.html</li>
<li>RequestId: Njk3NDcyNDBfMTlhZTA4MDlfNmIxMV8xMDVmMTRk</li>
<li>TraceId: OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODc0OWRkZjk0ZDM1NmI1M2E2MTRlY2MzZDhmNmI5MWI1OTQ5YWUxMjNkYTk3NzdjZmZlMDQzOTgxOThkOTNlOWFkNTNmMWE1NWE4MDE2NTRkMDY5NTU0YzNlYmIwNzdhOGM=</li>
</ul>
<h3>An Error Occured While Attempting to Retrieve a Custom Error Document</h3>
<ul>
<li>Code: AccessDenied</li>
<li>Message: Access Denied.</li>
<li>Key: index.html</li>
</ul>
</body>
</html>
Open service 43.174.247.38:80 · www.douka.xin
2026-01-24 07:18
HTTP/1.1 403 Forbidden
Content-Type: text/html
Server: tencent-cos
x-cos-request-id: Njk3NDcyNDJfZWI0YjBmMWVfOTMwZF8xNTRkYTdi
x-cos-trace-id: OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODc0OWRkZjk0ZDM1NmI1M2E2MTRlY2MzZDhmNmI5MWI1OTQ5YWUxMjNkYTk3NzdjZmZlMDQzOTgxOThkOTNlOWFkNTNmMWE1NWE4MDE2NTRkMDY5NTU0YzNlYmIwNzdhOGM=
Content-Length: 620
Connection: close
Date: Sat, 24 Jan 2026 07:18:25 GMT
EO-LOG-UUID: 15948920116264080335
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<h1>403 Forbidden</h1>
<ul>
<li>Code: AccessDenied</li>
<li>Message: Access Denied.</li>
<li>Key: index.html</li>
<li>RequestId: Njk3NDcyNDJfZWI0YjBmMWVfOTMwZF8xNTRkYTdi</li>
<li>TraceId: OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODc0OWRkZjk0ZDM1NmI1M2E2MTRlY2MzZDhmNmI5MWI1OTQ5YWUxMjNkYTk3NzdjZmZlMDQzOTgxOThkOTNlOWFkNTNmMWE1NWE4MDE2NTRkMDY5NTU0YzNlYmIwNzdhOGM=</li>
</ul>
<h3>An Error Occured While Attempting to Retrieve a Custom Error Document</h3>
<ul>
<li>Code: AccessDenied</li>
<li>Message: Access Denied.</li>
<li>Key: index.html</li>
</ul>
</body>
</html>
Open service 43.174.247.38:443 · www.muchen63.cn
2026-01-24 07:01
HTTP/1.1 520 Origin Return Unknown Error
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 07:02:00 GMT
EO-LOG-UUID: 13601200630438453098
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · muchen63.cn
2026-01-24 07:01
HTTP/1.1 520 Origin Return Unknown Error
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 07:02:00 GMT
EO-LOG-UUID: 16057530307272422574
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · www.muchen63.cn
2026-01-24 07:01
HTTP/1.1 301 Moved Permanently
Server: nginx
Content-Type: text/html
Location: https://www.muchen63.cn/
Strict-Transport-Security: max-age=31536000
Content-Length: 162
Connection: close
Date: Sat, 24 Jan 2026 07:02:02 GMT
EO-LOG-UUID: 10022515994815361130
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · edge-test.you-yong.cn
2026-01-24 06:53
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 04:31:16 GMT
Etag: "69ca1ae4192200423e4d99c34da47d18"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 461
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sat, 24 Jan 2026 06:53:23 GMT
EO-LOG-UUID: 9222373220912633124
EO-Cache-Status: Cache Hit
Page title: thera-edge-one
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>thera-edge-one</title>
<script type="module" crossorigin src="/assets/index-Cqkfv1Xj.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-uSYgmTfK.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Open service 43.174.247.38:80 · edge-test.you-yong.cn
2026-01-24 06:53
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 04:31:16 GMT
Etag: "69ca1ae4192200423e4d99c34da47d18"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 461
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sat, 24 Jan 2026 06:53:26 GMT
EO-LOG-UUID: 13723165569726264765
EO-Cache-Status: Cache Hit
Page title: thera-edge-one
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>thera-edge-one</title>
<script type="module" crossorigin src="/assets/index-Cqkfv1Xj.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-uSYgmTfK.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Open service 43.174.247.38:443 · dm.zg123.net
2026-01-24 06:14
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS
Access-Control-Allow-Headers: Content-Type
Set-Cookie: server_name_session=4b5cf9babc1fcbabb1111f50fdad9771; Max-Age=86400; httponly; path=/
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 06:14:28 GMT
EO-LOG-UUID: 2038864913289233340
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 弹幕API - 统一弹幕数据接口
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>弹幕API - 统一弹幕数据接口</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; margin: 40px auto; max-width: 800px; line-height: 1.6; color: #333; }
.header { text-align: center; margin-bottom: 40px; }
.title { color: #2c3e50; margin-bottom: 10px; }
.subtitle { color: #7f8c8d; font-size: 18px; }
.section { background: #f8f9fa; padding: 20px; border-radius: 8px; margin: 20px 0; }
.example { background: #fff; padding: 15px; border: 1px solid #e9ecef; border-radius: 5px; margin: 10px 0; font-family: "Courier New", monospace; font-size: 14px; overflow-x: auto; }
.platform { display: inline-block; background: #007bff; color: white; padding: 4px 8px; border-radius: 4px; margin: 2px; font-size: 12px; }
.method { color: #28a745; font-weight: bold; }
.url { color: #dc3545; }
table { width: 100%; border-collapse: collapse; margin: 15px 0; }
th, td { border: 1px solid #dee2e6; padding: 12px; text-align: left; }
th { background: #e9ecef; font-weight: bold; }
.footer { text-align: center; margin-top: 40px; color: #6c757d; font-size: 14px; }
</style>
</head>
<body>
<div class="header">
<h1 class="title">🎈 弹幕API</h1>
<p class="subtitle">统一视频弹幕数据接口</p>
</div>
<div class="section">
<h2>📖 接口说明</h2>
<p>本接口支持获取主流视频平台的弹幕数据,支持JSON和XML两种输出格式。</p>
<div class="example">GET https://dm.zg123.net/?url=视频地址&type=格式</div>
</div>
<div class="section">
<h2>📋 参数说明</h2>
<table>
<tr><th>参数</th><th>说明</th><th>必填</th><th>示例</th></tr>
<tr><td><code>url</code></td><td>视频页面地址</td><td>是</td><td>https://www.iqiyi.com/v_xxx.html</td></tr>
<tr><td><code>type</code></td><td>返回格式:json 或 xml</td><td>否</td><td>json(默认xml)</td></tr>
</table>
</div>
<div class="section">
<h2>🎯 支持平台</h2>
<span class="platform">B站 bilibili.com</span>
<span class="platform">爱奇艺 iqiyi.com</span>
<span class="platform">腾讯视频 v.qq.com</span>
<span class="platform">优酷 youku.com</span>
<span class="platform">芒果TV mgtv.com</span>
</div>
<div class="section">
<h2>💡 使用示例</h2>
<h3>JSON格式</h3>
<div class="example">
<span class="method">GET</span> <span class="url">/?url=https://www.iqiyi.com/v_ery42adklc.html&type=json</span>
</div>
<h3>XML格式</h3>
<div class="example">
<span class="method">GET</span> <span class="url">/?url=https://www.iqiyi.com/v_ery42adklc.html&type=xml</span>
</div>
</div>
<div class="section">
<h2>📊 返回格式</h2>
<h3>JSON格式示例</h3>
<div class="example">{
"code": 200,
"message": "success",
"data": {
"total": 1234,
"danmu_list": [
{
"time": 12.5,
"type": 1,
"color": "#FFFFFF",
"author": "anonymous",
"content": "弹幕内容"
}
]
}
}</div>
<h3>字段说明</h3>
<table>
<tr><th>字段</th><th>说明</th><th>类型</th></tr>
<tr><td>time</td><td>弹幕出现时间(秒)</td><td>number</td></tr>
<tr><td>type</td><td>弹幕类型(1=普通,4=顶部,5=底部)</td><td>number</td></tr>
<tr><td>color</td><td>弹幕颜色(十六进制)</td><td>string</td></tr>
<tr><td>author</td><td>发送者</td><td>string</td></tr>
<tr><td>content</td><td>弹幕内容</td><td>string</td></tr>
</table>
</div>
<d
Open service 43.174.247.38:443 · qq.yc520.top
2026-01-24 05:54
HTTP/1.1 200 OK
Last-Modified: Tue, 06 Jan 2026 02:12:22 GMT
Keep-Alive: timeout=5, max=100
Expires: Tue, 27 Jan 2026 05:54:33 GMT
Content-Type: text/html
Server: LiteSpeed
Vary: User-Agent
Cache-Control: public, max-age=259200
Content-Length: 231780
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 05:54:48 GMT
Age: 15
EO-LOG-UUID: 3516488726563921759
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: QQ模拟器
https<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>QQ模拟器</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Top Navigation Bar -->
<div id="topNavbar" class="top-navbar" style="display: none;"></div>
<!-- Top Buttons -->
<div class="top-icons">
<img id="leftTopIcon" src="img/18.png" class="left-icon" alt="左侧按钮">
<div class="right-icons">
<img id="rightTopIcon1" src="img/17.1.png" class="right-icon" alt="右侧按钮1">
<img id="rightTopIcon2" src="img/17.2.png" class="right-icon" alt="右侧按钮2">
<img id="rightTopIcon3" src="img/17.png" class="right-icon" alt="右侧按钮3">
</div>
</div>
<div id="editModal" class="modal">
<div class="modal-content">
<span class="close" id="closeEditModal">×</span>
<h2 style="margin-bottom: 15px; text-align: center;">编辑资料</h2>
<form id="editForm">
<!-- Category Tabs Bar -->
<div class="category-tabs">
<button class="tab-btn active" data-category="all">全部</button>
<button class="tab-btn" data-category="avatar">头像</button>
<button class="tab-btn" data-category="frame">相框</button>
<button class="tab-btn" data-category="vip">大会</button>
<button class="tab-btn" data-category="svip">超会</button>
<button class="tab-btn" data-category="energy">能量</button>
<button class="tab-btn" data-category="level">等级</button>
<button class="tab-btn" data-category="medal">铭牌</button>
<button class="tab-btn" data-category="hz">黄钻</button>
<button class="tab-btn" data-category="other">其他</button>
</div>
<div class="form-group category-avatar">
<label for="profileImageInput">头像</label>
<input type="file" id="profileImageInput" accept="image/*">
</div>
<div class="form-group category-frame">
<label>像框</label>
<div class="icon-options">
<div class="icon-option" onclick="toggleFrameVisibility()">
<div class="toggle-button">
<span class="toggle-icon">xl侠岚.谣</span>
<label id="frameToggleLabel">隐藏头像框</label>
</div>
</div>
<div class="icon-option" onclick="selectFrame('http://92223.cn/qqimage/avatarframe/67.png')" style="width: 100px; height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 8px; border: 2px solid transparent; border-radius: 6px; cursor: pointer; transition: all 0.2s; background: white;">
<img src="http://92223.cn/qqimage/avatarframe/67.png" loading="lazy" alt="头像框1" style="width: 60px; height: 60px; object-fit: cover; border-radius: 4px; margin-bottom: 6px;">
<label style="font-size: 12px; color: #333; text-align: center; line-height: 1.2;">头像框1</label>
</div>
<div class="icon-option" onclick="selectFrame('http://92223.cn/qqimage/avatarframe/68.png')" style="width: 100px; height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 8px; border: 2px solid transparent; border-radius: 6px; cursor: pointer; transition: all 0.2s; background: white;">
<img src="http://92223.cn/qqimage/avatarframe/68.png" loading="lazy" alt="头像框2" style="width: 60px; height: 60px; object-fit: cover; border-radius: 4px; margin-bottom: 6px;">
<label style="font-size: 12px; color: #333; text-ali
Open service 43.174.247.38:80 · qq.yc520.top
2026-01-24 05:54
HTTP/1.1 200 OK
Last-Modified: Tue, 06 Jan 2026 02:12:22 GMT
Keep-Alive: timeout=5, max=100
Expires: Tue, 27 Jan 2026 05:54:33 GMT
Content-Type: text/html
Server: LiteSpeed
Vary: User-Agent
Cache-Control: public, max-age=259200
Content-Length: 231780
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 05:54:50 GMT
Age: 17
EO-LOG-UUID: 17531375988388486254
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: QQ模拟器
https<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>QQ模拟器</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Top Navigation Bar -->
<div id="topNavbar" class="top-navbar" style="display: none;"></div>
<!-- Top Buttons -->
<div class="top-icons">
<img id="leftTopIcon" src="img/18.png" class="left-icon" alt="左侧按钮">
<div class="right-icons">
<img id="rightTopIcon1" src="img/17.1.png" class="right-icon" alt="右侧按钮1">
<img id="rightTopIcon2" src="img/17.2.png" class="right-icon" alt="右侧按钮2">
<img id="rightTopIcon3" src="img/17.png" class="right-icon" alt="右侧按钮3">
</div>
</div>
<div id="editModal" class="modal">
<div class="modal-content">
<span class="close" id="closeEditModal">×</span>
<h2 style="margin-bottom: 15px; text-align: center;">编辑资料</h2>
<form id="editForm">
<!-- Category Tabs Bar -->
<div class="category-tabs">
<button class="tab-btn active" data-category="all">全部</button>
<button class="tab-btn" data-category="avatar">头像</button>
<button class="tab-btn" data-category="frame">相框</button>
<button class="tab-btn" data-category="vip">大会</button>
<button class="tab-btn" data-category="svip">超会</button>
<button class="tab-btn" data-category="energy">能量</button>
<button class="tab-btn" data-category="level">等级</button>
<button class="tab-btn" data-category="medal">铭牌</button>
<button class="tab-btn" data-category="hz">黄钻</button>
<button class="tab-btn" data-category="other">其他</button>
</div>
<div class="form-group category-avatar">
<label for="profileImageInput">头像</label>
<input type="file" id="profileImageInput" accept="image/*">
</div>
<div class="form-group category-frame">
<label>像框</label>
<div class="icon-options">
<div class="icon-option" onclick="toggleFrameVisibility()">
<div class="toggle-button">
<span class="toggle-icon">xl侠岚.谣</span>
<label id="frameToggleLabel">隐藏头像框</label>
</div>
</div>
<div class="icon-option" onclick="selectFrame('http://92223.cn/qqimage/avatarframe/67.png')" style="width: 100px; height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 8px; border: 2px solid transparent; border-radius: 6px; cursor: pointer; transition: all 0.2s; background: white;">
<img src="http://92223.cn/qqimage/avatarframe/67.png" loading="lazy" alt="头像框1" style="width: 60px; height: 60px; object-fit: cover; border-radius: 4px; margin-bottom: 6px;">
<label style="font-size: 12px; color: #333; text-align: center; line-height: 1.2;">头像框1</label>
</div>
<div class="icon-option" onclick="selectFrame('http://92223.cn/qqimage/avatarframe/68.png')" style="width: 100px; height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 8px; border: 2px solid transparent; border-radius: 6px; cursor: pointer; transition: all 0.2s; background: white;">
<img src="http://92223.cn/qqimage/avatarframe/68.png" loading="lazy" alt="头像框2" style="width: 60px; height: 60px; object-fit: cover; border-radius: 4px; margin-bottom: 6px;">
<label style="font-size: 12px; color: #333; text-ali
Open service 43.174.247.38:443 · zhutao.zgjx.org
2026-01-24 05:46
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 11:34:13 GMT
Etag: "69720b35-2e2"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 738
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 05:46:38 GMT
Age: 15
EO-LOG-UUID: 4252941664691016861
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: ZG解析 - 超级管理后台
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>ZG解析 - 超级管理后台</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body, #app {
height: 100%;
width: 100%;
}
</style>
<script type="module" crossorigin src="/assets/index-BUXxBJlg.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DAm30mPf.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 43.174.247.38:80 · zhutao.zgjx.org
2026-01-24 05:46
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 11:34:13 GMT
Etag: "69720b35-2e2"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 738
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 05:46:40 GMT
Age: 17
EO-LOG-UUID: 13686349917990504409
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: ZG解析 - 超级管理后台
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>ZG解析 - 超级管理后台</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body, #app {
height: 100%;
width: 100%;
}
</style>
<script type="module" crossorigin src="/assets/index-BUXxBJlg.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DAm30mPf.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 43.174.247.38:80 · jx.zgjx.org
2026-01-24 05:39
HTTP/1.1 301 Moved Permanently
Server: nginx
Content-Type: text/html
Location: https://jx.zgjx.org/
Set-Cookie: server_name_session=ce6d84e852287ac0a07b7b4575160775; Max-Age=86400; httponly; path=/
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 162
Connection: close
Date: Sat, 24 Jan 2026 05:39:28 GMT
EO-LOG-UUID: 10384800845062308772
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · jx.zgjx.org
2026-01-24 05:39
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
Set-Cookie: server_name_session=05037a620d68830e0c0e9d1a0bb7ff53; Max-Age=86400; httponly; path=/
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 05:39:25 GMT
EO-LOG-UUID: 18324946307945389066
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<div style="display:flex;align-items:center;justify-content:center;height:100vh;font-family:Arial;color:#666;background:#000;"><div style="text-align:center;"><h2>🎬 视频解析播放器</h2><p>请在URL中提供视频链接参数</p><p>使用方式: https://jx.zgjx.org/?url=视频链接</p></div></div>
Open service 43.174.247.38:443 · eo-r2.beicai.online
2026-01-24 05:32
HTTP/1.1 423 Locked
Server: cloudflare
cdn-loop: TencentEdgeOne; loops=16
nel: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
report-to: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
cf-cache-status: DYNAMIC
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=4,cfOrigin;dur=5
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=4,cfOrigin;dur=18
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=3,cfOrigin;dur=31
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=9,cfOrigin;dur=48
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=4,cfOrigin;dur=69
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=165,cfOrigin;dur=83
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=9,cfOrigin;dur=258
speculation-rules: "/cdn-cgi/speculation"
alt-svc: h3=":443"; ma=86400
CF-RAY: 9c2d27193c43cdfe-SIN
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 05:32:52 GMT
EO-LOG-UUID: 6897769171430069257
EO-Cache-Status: MISS
Open service 43.174.247.38:80 · eo-r2.beicai.online
2026-01-24 05:32
HTTP/1.1 301 Moved Permanently
Location: https://eo-r2.beicai.online/
Speculation-Rules: "/cdn-cgi/speculation"
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=jzF3muadhgRttEeHAciDbxLi8qflKDYiU7OFje2Q2mHWdwPezW0T0aypFBw1EoNbl8mRY%2BUtuzdcinkttW%2FHqQ8HQW%2BQDJl4k%2FD38yToIjWe%2F1c%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=12,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9c2d272a5840dab5-MIA
alt-svc: h3=":443"; ma=86400
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 05:32:54 GMT
EO-LOG-UUID: 16814303241556624489
EO-Cache-Status: MISS
Open service 43.174.247.38:80 · tripgeniusdb123.pandaou.cloud
2026-01-24 05:21
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 13:54:52 GMT
Etag: "957dfdfb04fd77d13490af72109024e1"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 17
Content-Length: 2741
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sat, 24 Jan 2026 05:21:54 GMT
EO-LOG-UUID: 14527193612697609926
EO-Cache-Status: Cache Hit
Page title: TripGenius - AI Travel Planner
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TripGenius - AI Travel Planner</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.10.1/html2pdf.bundle.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', sans-serif;
}
h1, h2, h3, .font-serif {
font-family: 'Playfair Display', serif;
}
/* Hide scrollbar for clean UI but keep functionality */
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
/* Print styles for PDF export */
@media print {
@page {
margin: 0;
size: auto;
}
body, html, #root {
height: auto !important;
width: 100% !important;
overflow: visible !important;
}
.no-print, header, footer {
display: none !important;
border: none !important;
}
main {
display: block !important;
overflow: visible !important;
}
* {
-webkit-print-color-adjust: exact !important;
print-color-adjust: exact !important;
}
/* Ensure backgrounds render */
.bg-slate-50, .bg-slate-900, .bg-blue-600 {
print-color-adjust: exact !important;
}
.page-break {
page-break-before: always;
break-before: page;
min-height: 100vh;
}
.break-inside-avoid {
break-inside: avoid;
page-break-inside: avoid;
}
}
</style>
<script type="importmap">
{
"imports": {
"react": "https://esm.sh/react@^19.2.3",
"react-dom/": "https://esm.sh/react-dom@^19.2.3/",
"react/": "https://esm.sh/react@^19.2.3/",
"vite": "https://esm.sh/vite@^7.3.1",
"@vitejs/plugin-react": "https://esm.sh/@vitejs/plugin-react@^5.1.2",
"@google/genai": "https://esm.sh/@google/genai@^1.38.0"
}
}
</script>
<script type="module" crossorigin src="/assets/index-Be1pRugH.js"></script>
</head>
<body class="bg-slate-50 text-slate-900 antialiased h-screen overflow-hidden">
<div id="root" class="h-full w-full"></div>
</body>
</html>
Open service 43.174.247.38:443 · tripgeniusdb123.pandaou.cloud
2026-01-24 05:21
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 13:54:52 GMT
Etag: "957dfdfb04fd77d13490af72109024e1"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 2741
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sat, 24 Jan 2026 05:21:52 GMT
EO-LOG-UUID: 5560421251163302509
EO-Cache-Status: Cache Hit
Page title: TripGenius - AI Travel Planner
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TripGenius - AI Travel Planner</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.10.1/html2pdf.bundle.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', sans-serif;
}
h1, h2, h3, .font-serif {
font-family: 'Playfair Display', serif;
}
/* Hide scrollbar for clean UI but keep functionality */
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
/* Print styles for PDF export */
@media print {
@page {
margin: 0;
size: auto;
}
body, html, #root {
height: auto !important;
width: 100% !important;
overflow: visible !important;
}
.no-print, header, footer {
display: none !important;
border: none !important;
}
main {
display: block !important;
overflow: visible !important;
}
* {
-webkit-print-color-adjust: exact !important;
print-color-adjust: exact !important;
}
/* Ensure backgrounds render */
.bg-slate-50, .bg-slate-900, .bg-blue-600 {
print-color-adjust: exact !important;
}
.page-break {
page-break-before: always;
break-before: page;
min-height: 100vh;
}
.break-inside-avoid {
break-inside: avoid;
page-break-inside: avoid;
}
}
</style>
<script type="importmap">
{
"imports": {
"react": "https://esm.sh/react@^19.2.3",
"react-dom/": "https://esm.sh/react-dom@^19.2.3/",
"react/": "https://esm.sh/react@^19.2.3/",
"vite": "https://esm.sh/vite@^7.3.1",
"@vitejs/plugin-react": "https://esm.sh/@vitejs/plugin-react@^5.1.2",
"@google/genai": "https://esm.sh/@google/genai@^1.38.0"
}
}
</script>
<script type="module" crossorigin src="/assets/index-Be1pRugH.js"></script>
</head>
<body class="bg-slate-50 text-slate-900 antialiased h-screen overflow-hidden">
<div id="root" class="h-full w-full"></div>
</body>
</html>
Open service 43.174.247.38:443 · fff.wuai.ai
2026-01-24 04:29
HTTP/1.1 301 Moved Permanently
Server: openresty
Content-Type: text/html
Location: https://fff.wuai.ai/
Strict-Transport-Security: max-age=31536000
Content-Length: 166
Connection: close
Date: Sat, 24 Jan 2026 04:29:57 GMT
EO-LOG-UUID: 6305335778324778283
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>openresty</center>
</body>
</html>
Open service 43.174.247.38:80 · fff.wuai.ai
2026-01-24 04:29
HTTP/1.1 301 Moved Permanently
Server: openresty
Content-Type: text/html
Location: https://fff.wuai.ai/
Strict-Transport-Security: max-age=31536000
Content-Length: 166
Connection: close
Date: Sat, 24 Jan 2026 04:30:00 GMT
EO-LOG-UUID: 13413842766909462969
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>openresty</center>
</body>
</html>
Open service 43.174.247.38:443 · mg.088425.xyz
2026-01-24 03:31
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 03:31:44 GMT
EO-LOG-UUID: 13170384866299938735
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · antrack.angeek.com.cn
2026-01-24 03:31
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 02:47:49 GMT
Etag: "d8a18e4e1f123259a5a2f66c92c651f9"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 1807
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sat, 24 Jan 2026 03:31:17 GMT
EO-LOG-UUID: 12207660460658535257
EO-Cache-Status: Cache Hit
Page title: 网络舆情数据中心 | 态势感知平台
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>网络舆情数据中心 | 态势感知平台</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
slate: {
850: '#151f32',
900: '#0f172a',
950: '#020617',
},
primary: {
500: '#3b82f6',
600: '#2563eb',
}
},
fontFamily: {
sans: ['Inter', 'system-ui', 'sans-serif'],
},
},
},
}
</script>
<style>
/* Custom scrollbar for modern light feel */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track {
background: #f8fafc;
}
::-webkit-scrollbar-thumb {
background: #cbd5e1;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: #94a3b8;
}
</style>
<link rel="stylesheet" href="/index.css">
<script type="importmap">
{
"imports": {
"react/": "https://esm.sh/react@^19.2.3/",
"react": "https://esm.sh/react@^19.2.3",
"recharts": "https://esm.sh/recharts@^3.6.0",
"lucide-react": "https://esm.sh/lucide-react@^0.562.0",
"@google/genai": "https://esm.sh/@google/genai@^1.37.0",
"react-dom/": "https://esm.sh/react-dom@^19.2.3/"
}
}
</script>
<script type="module" crossorigin src="/assets/index-C31JY1ci.js"></script>
</head>
<body class="bg-gray-50 text-gray-900 overflow-hidden">
<div id="root"></div>
</body>
</html>
Open service 43.174.247.38:80 · antrack.angeek.com.cn
2026-01-24 03:31
HTTP/1.1 302 Found Location: https://antrack.angeek.com.cn/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Sat, 24 Jan 2026 03:31:19 GMT EO-LOG-UUID: 17223943372936124674 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · 99yu.top
2026-01-24 03:29
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html
Vary: Accept-Encoding
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Content-Language: zh-CN
Pragma: no-cache
Expires: 0
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
Referrer-Policy: strict-origin-when-cross-origin
set-cookie: XSRF-TOKEN=0a4d3915-c033-497d-aa90-989af68eec5e; Path=/; HTTPOnly
Strict-Transport-Security: max-age=31536000; includeSubDomains
Cache-Control: must-revalidate, no-cache, no-store, max-age=0
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 03:30:12 GMT
EO-LOG-UUID: 3091586877015178120
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 烟雨Blog
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2" />
<title>烟雨Blog</title>
<link rel="stylesheet" href="/themes/theme-earth/assets/dist/style.css?v=1.13.1" />
<script>
window.i18nResources = {
"jsModule.colorSchemeSwitcher.dark": `暗色`,
"jsModule.colorSchemeSwitcher.light": `亮色`,
"jsModule.colorSchemeSwitcher.auto": `跟随系统`,
"jsModule.share.qzone": `QQ 空间`,
"jsModule.share.weibo": `微博`,
"jsModule.share.douban": `豆瓣`,
"jsModule.share.wechat": `微信`,
"jsModule.share.native": `系统分享`,
"jsModule.share.windowTitle": `分享`,
"jsModule.upvote.networkError": `网络请求失败,请稍后再试`,
};
</script>
<script src="/themes/theme-earth/assets/dist/main.iife.js?v=1.13.1"></script>
<script>
main.initColorScheme("system",true)
</script>
<meta content="Halo 2.22.11" name="generator"/><!-- plugin-comment-widget start -->
<link rel="modulepreload" href="/plugins/PluginCommentWidget/assets/static/comment-widget.js?version=3.0.0">
<link rel="stylesheet" href="/plugins/PluginCommentWidget/assets/static/index.css?version=3.0.0" />
<!-- plugin-comment-widget end -->
<!-- PluginSearchWidget start -->
<script src="/plugins/PluginSearchWidget/assets/static/search-widget.iife.js?version=1.7.0" defer></script>
<link rel="stylesheet" href="/plugins/PluginSearchWidget/assets/static/style.css?version=1.7.0" />
<!-- PluginSearchWidget end -->
<!-- plugin-editor-hyperlink-card start -->
<script src="/plugins/editor-hyperlink-card/assets/static/hyperlink-card.iife.js?version=1.6.0"></script>
<link rel="stylesheet" href="/plugins/editor-hyperlink-card/assets/static/var.css?version=1.6.0" />
<!-- plugin-editor-hyperlink-card end -->
<!-- plugin-shiki start -->
<script type="module" src="/plugins/shiki/assets/static/shiki-code.js?version=1.0.11"></script>
<!-- plugin-shiki end -->
</head>
<body class="bg-slate-50 dark:bg-slate-900">
<header
id="header-menu"
class="sticky top-0 z-10 flex h-16 bg-white py-3 shadow-sm transition-all dark:bg-gray-800"
x-data="{ open : false }"
>
<div class="mx-auto flex h-full w-full max-w-7xl justify-between px-4 lg:px-6">
<div class="flex h-full items-center gap-6">
<div class="mr-2 h-full">
<a href="/" class="inline-flex h-full items-center">
<span
id="site-title"
class="text-lg font-medium text-gray-900 dark:text-slate-100"
>烟雨Blog</span>
</a>
</div>
<ul class="hidden items-center gap-8 sm:flex">
<li
class="relative cursor-pointer text-sm font-medium transition-all"
x-data="dropdown"
@mouseenter="open()"
@mouseleave="close()"
>
<a
class="text-gray-600 hover:text-blue-600 dark:text-slate-50 dark:hover:text-gray-300"
href="/"
>首页</a>
</li>
<li
class="relative cursor-pointer text-sm font-medium transition-all"
x-data="dropdown"
@mouseenter="open()"
@mouseleave="close()"
>
<a
class="text-gray-600 hover:text-blue-600 dark:text-slate-50 dark:hover:text-gray-300"
href="/archives/hello-halo"
>Hello Halo</a>
</li>
<li
class="relative cursor-pointer text-sm font-medium transition-all"
x-data="dropdown"
@mouseenter="open()"
@mouseleave="close()"
>
<a
class="text-gray-600 hover:text-blue-600 dark:text-slate-50 dark:hover:text-gray-300"
href="/tags/halo"
>Halo</a>
</li>
<li
class="relative cursor-pointer text-sm font-medium transition-all"
x-data="dropdown"
@mouseenter="open()"
@mouseleave="close()"
>
Open service 43.174.247.38:80 · 99yu.top
2026-01-24 03:29
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 12:42:51 GMT
Etag: "69736ccb-82"
Server: openresty
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Content-Length: 130
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 03:30:14 GMT
Age: 15
EO-LOG-UUID: 11705203271571561182
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 404 Not Found
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
Open service 43.174.247.38:443 · dcs.icegl.cn
2026-01-24 03:29
HTTP/1.1 200 OK
Last-Modified: Sat, 24 Jan 2026 03:16:20 GMT
Etag: "f8b601aa41d29c50db236ad2aca4074b"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 816
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Sat, 24 Jan 2026 03:29:37 GMT
EO-LOG-UUID: 13288644528571638545
EO-Cache-Status: Cache Hit
Page title: tvt.js 动态组件服务
<!--
* @Description:
* @Version: 1.668
* @Autor: 地虎降天龙
* @Date: 2025-12-26 08:14:02
* @LastEditors: 地虎降天龙
* @LastEditTime: 2025-12-29 15:42:11
-->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>tvt.js 动态组件服务</title>
<script type="module" crossorigin src="/assets/index-mDyxdHNQ.js"></script>
<link rel="modulepreload" crossorigin href="/assets/@tresjs/cientos-Fu3TvEY7.js">
<link rel="modulepreload" crossorigin href="/assets/preload-helper-BXl3LOEh.js">
<link rel="stylesheet" crossorigin href="/assets/index-IDhqPLYi.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 43.174.247.38:80 · dcs.icegl.cn
2026-01-24 03:29
HTTP/1.1 302 Found Location: https://dcs.icegl.cn/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Sat, 24 Jan 2026 03:29:39 GMT EO-LOG-UUID: 847615454365865361 EO-Cache-Status: Return Directly
Open service 43.174.247.38:80 · 876855.xyz
2026-01-24 03:24
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=UTF-8
Vary: Accept-Encoding
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Cache-Control: public, max-age=3600, s-maxage=3600
Content-Length: 103778
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 03:25:10 GMT
Age: 18
EO-LOG-UUID: 10749353645371258296
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 老付blog
<!DOCTYPE HTML>
<html lang="zh-Hans">
<head>
<meta charset="UTF-8">
<link rel="dns-prefetch" href="//apps.bdimg.com">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=0.0, viewport-fit=cover">
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name='robots' content='max-image-preview:large' />
<title>老付blog</title><meta name="keywords" content="老付博客, 随记, 心得, 备忘录, 思考与反思, 生活记录, 创作心得, 随笔, 思维导图, 个人成长, 励志日志, 工作笔记, 日常生活, 创新思维, 时间管理, 自我提升, 生活感悟, 反思与总结, 博客随记">
<meta name="description" content="思考、复盘与实践的笔记集。老付记录生活、工作与创作的点滴,在随记中寻找规律,在心得中沉淀经验。">
<link rel="canonical" href="https://876855.xyz/" /><link rel='dns-prefetch' href='//876855.xyz' />
<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel='stylesheet' id='dashicons-css' href='https://876855.xyz/wp-includes/css/dashicons.min.css?ver=6.9' type='text/css' media='all' />
<link rel='stylesheet' id='menu-icons-extra-css' href='https://876855.xyz/wp-content/plugins/menu-icons/css/extra.min.css?ver=0.13.20' type='text/css' media='all' />
<style id='wp-block-library-inline-css' type='text/css'>
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:bloc
Open service 43.174.247.38:443 · 876855.xyz
2026-01-24 03:24
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=UTF-8
Vary: Accept-Encoding
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Cache-Control: public, max-age=3600, s-maxage=3600
Content-Length: 103778
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 03:25:07 GMT
Age: 15
EO-LOG-UUID: 5418992132327932237
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 老付blog
<!DOCTYPE HTML>
<html lang="zh-Hans">
<head>
<meta charset="UTF-8">
<link rel="dns-prefetch" href="//apps.bdimg.com">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=0.0, viewport-fit=cover">
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name='robots' content='max-image-preview:large' />
<title>老付blog</title><meta name="keywords" content="老付博客, 随记, 心得, 备忘录, 思考与反思, 生活记录, 创作心得, 随笔, 思维导图, 个人成长, 励志日志, 工作笔记, 日常生活, 创新思维, 时间管理, 自我提升, 生活感悟, 反思与总结, 博客随记">
<meta name="description" content="思考、复盘与实践的笔记集。老付记录生活、工作与创作的点滴,在随记中寻找规律,在心得中沉淀经验。">
<link rel="canonical" href="https://876855.xyz/" /><link rel='dns-prefetch' href='//876855.xyz' />
<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel='stylesheet' id='dashicons-css' href='https://876855.xyz/wp-includes/css/dashicons.min.css?ver=6.9' type='text/css' media='all' />
<link rel='stylesheet' id='menu-icons-extra-css' href='https://876855.xyz/wp-content/plugins/menu-icons/css/extra.min.css?ver=0.13.20' type='text/css' media='all' />
<style id='wp-block-library-inline-css' type='text/css'>
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:bloc
Open service 43.174.247.38:443 · embymai2.maimai520.top
2026-01-24 02:11
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 02:11:16 GMT
EO-LOG-UUID: 10960072822189984596
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · embymai.maimai520.top
2026-01-24 02:06
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 02:06:33 GMT
EO-LOG-UUID: 9956127043019379036
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · embymai.maimai520.top
2026-01-24 02:06
HTTP/1.1 302 Found
Location: web/index.html
Referrer-Policy: same-origin
Server: TencentEdgeOne
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 02:06:36 GMT
EO-LOG-UUID: 3588996028053747419
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · zs.wuyangmotor.com
2026-01-24 02:06
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 00:43:01 GMT
Etag: "3e69933a18cdc1:0"
Content-Type: text/html
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Content-Length: 91
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 02:06:18 GMT
Age: 15
EO-LOG-UUID: 11480330829731340291
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<head>
<meta http-equiv="refresh" content="0;url=http://192.168.8.8/scan/files/">
</head>
Open service 43.174.247.38:80 · zs.wuyangmotor.com
2026-01-24 02:06
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 00:43:01 GMT
Etag: "3e69933a18cdc1:0"
Content-Type: text/html
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Content-Length: 91
Accept-Ranges: bytes
Connection: close
Date: Sat, 24 Jan 2026 02:06:20 GMT
Age: 17
EO-LOG-UUID: 9218141582711651469
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<head>
<meta http-equiv="refresh" content="0;url=http://192.168.8.8/scan/files/">
</head>
Open service 43.174.247.38:80 · www.enzymeym.top
2026-01-24 00:58
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html
Vary: Accept-Encoding
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Content-Language: zh-CN
Pragma: no-cache
Expires: 0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
Referrer-Policy: strict-origin-when-cross-origin
set-cookie: XSRF-TOKEN=d5d30285-22b3-43cd-998f-d04c4cde6665; Path=/; HTTPOnly
Cache-Control: must-revalidate, no-cache, no-store, max-age=0
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 00:59:03 GMT
EO-LOG-UUID: 14130038087940768138
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · www.enzymeym.top
2026-01-24 00:58
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Sat, 24 Jan 2026 00:59:00 GMT
EO-LOG-UUID: 8158617859215516687
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · easycool.xeonsky.com
2026-01-24 00:06
HTTP/1.1 302 Found
Location: https://easycool.xeonsky.com/
Content-Length: 0
Connection: close
Server: EdgeOne_L7S_OC_FREE
Strict-Transport-Security: max-age=3600;includeSubDomains;preload
Date: Sat, 24 Jan 2026 00:07:02 GMT
EO-LOG-UUID: 5036790468790883896
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · easycool.xeonsky.com
2026-01-24 00:06
HTTP/1.1 200 OK
Last-Modified: Thu, 13 Nov 2025 09:15:25 GMT
Etag: "6915a1ad-9ea"
server: nginx
content-type: text/html
vary: Accept-Encoding
alt-svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 2538
Accept-Ranges: bytes
Connection: close
Strict-Transport-Security: max-age=3600;includeSubDomains;preload
Date: Sat, 24 Jan 2026 00:06:58 GMT
Age: 731344
EO-LOG-UUID: 5771645516896745600
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 易云智酷 - 霄易云科 XEonSKY
<!DOCTYPE html>
<html lang="zh">
<head>
<link rel="icon" href="/favicon.ico">
<title>易云智酷 - 霄易云科 XEonSKY</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta name="description" content="易云智酷,一个多功能的工具类软件">
<meta name="keywords" content="易云智酷, EasyCool, 工具">
<meta name="author" content="霄易云科">
<meta name="theme-color" content="#A5CFE6">
<meta property="og:title" content="易云智酷">
<script type="module" crossorigin src="/assets/index-CrLmTK-r.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Bpq-wj00.css">
</head>
<body>
<div id="app">
<style>
.Loading_Body {
top: 50%;
left: 50%;
font-weight: lighter;
text-align: center;
transform: translate(-50%, -50%);
font-size: 28px;
position: fixed;
}
.Loading_Body .Info {
opacity: 0;
display: none;
}
.Loading_Body .Loading_Content {
user-select: none;
}
.load_1 {
display: inline-block;
width: 64px;
height: 64px;
}
.load_1:after {
content: ' ';
display: block;
width: 46px;
height: 46px;
margin: 1px;
border-radius: 50%;
border: 5px solid #0080ff;
border-color: #0080ff transparent #0080ff transparent;
animation: load_1 1.2s linear infinite;
}
@keyframes load_1 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
</style>
<div class="Loading_Body">
<h1 class="Info">易云智酷 - 霄易云科 XEonSKY</h1>
<main class="Info">易云智酷,一个多功能的工具类软件。 霄易云科,为了填补这个不完美的世界</main>
<div class="Loading_Content">
<div class="load_1"></div>
</div>
</div>
</div>
<script src="https://v-cn.vaptcha.com/v3.js" defer></script>
</body>
</html>
Open service 43.174.247.38:443 · ip.douyy.cc
2026-01-24 00:05
HTTP/1.1 403 Forbidden
Server: ESA
Content-Type: text/html
X-Tengine-Error: non-existent domain
Via: ens-cache1.tw8[,0]
Timing-Allow-Origin: *
EagleId: 2ff6269517692131465256575e
Content-Length: 4266
Connection: close
Date: Sat, 24 Jan 2026 00:05:45 GMT
EO-LOG-UUID: 5530289926323070672
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Document
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0,maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style> * { box-sizing: border-box; } html { height: 100%; font-style: normal; } body{ height: 100%; margin: 0; padding: 0; font-style: normal; font-family: PingFang SC; .error-page{ position: absolute; left: 50%; transform: translateX(-50%); height: 100%; width: 70%; padding-top: 150px; max-width: 920px; .http-status { font-size: 68px; font-weight: 500; line-height: normal; letter-spacing: normal; color: #FF6A00; } .title { font-size: 24px; font-weight: 500; line-height: normal; letter-spacing: normal; color: #333333; } .desc { margin-top: 4px; font-size: 16px; font-weight: 500; line-height: 24px; letter-spacing: normal; color: #333333; } .request{ margin-top: 16px; width: 100%; height: 84px; border-radius: 6px; background: #F9F9F9; box-sizing: border-box; border: 1px solid #F4F4F4; padding: 16px 24px; font-size: 14px; font-weight: 500; line-height: 22px; letter-spacing: normal; color: #555555; .request-time { margin-top: 8px; }} .error-img { margin-top: 16px; width: 100%; img{ width: 100%; } } } .footer{ border-top: 1px solid #F4F4F4; position: fixed; text-align: center; line-height: 45px; height: 45px; width: 100%; bottom: 0; font-size: 16px; font-weight: 500; letter-spacing: normal; color: #AAAAAA; a{ color: #0064C8; text-decoration:none } } } </style>
<script>
window.__ESA_ERROR_PAGE_INFO = {
http_status: 403
,title: "Forbidden"
,desc: "This error indicates that the client's request was understood by the server but cannot be fulfilled due to insufficient permissions to access the requested resource."
,datetime: new Date().toUTCString()
,traceid: "2ff6269517692131465256575e"
,x_site_origin_resp_info: ""
};
</script>
</head>
<body>
<div class="error-page">
<div class="http-status"></div>
<div class="title"></div>
<div class="desc">
</div>
<div class="request">
<div class="request-id"></div>
<div class="request-time"></div>
</div>
<div class="error-img"></div>
</div>
<div class="footer">Performance & Security by <a href="https://www.alibabacloud.com/help/en/edge-security-acceleration/esa/product-overview/what-is-esa">ESA</a></div>
</body>
<script>
var { http_status, title, desc, traceid, datetime, x_site_origin_resp_info } = window.__ESA_ERROR_PAGE_INFO
var hundredDigit = Math.floor(http_status / 100);
var imgLinks = {
'clientError': 'https://img.alicdn.com/imgextra/i1/O1CN01UFU7Za20FcE57RuJ0_!!6000000006820-2-tps-1840-504.png',
'esaError': 'https://img.alicdn.com/imgextra/i2/O1CN01JGkrte1mu0XIkuUx2_!!6000000005013-2-tps-1840-504.png',
'serverError': 'https://img.alicdn.com/imgextra/i4/O1CN01fhinso28KfWUOinu6_!!6000000007914-2-tps-1840-504.png'
}
var imgSrc = undefined
var flag5xx = x_site_origin_resp_info.split('||')[1]
if (hundredDigit === 4) {
if (http_status === 403) {
imgSrc = undefined
} else {
imgSrc = imgLinks['clientError']
}
} else if (hundredDigit === 5) {
if (flag5xx === '2' || flag5xx === '0') {
imgSrc = imgLinks['serverError']
}else if(flag5xx === '1') {
imgSrc = imgLinks['esaError']
}else{
imgSrc = imgLinks['esaError']
}
}
window.onload = function () {
var httpStatus = document.getElementsByClassName('http-status')[0];
httpStatus.innerHTML = http_status;
var errorTitle = document.getElementsByClassName('title')[0];
errorTitle.innerHTML = title;
var subContent = document.getElementsByClassName('desc')[0];
subContent.innerHTML = desc;
var requestId = document.getElementsByClassName('request-id')[0];
requestId.innerHTML = `Request ID: ${traceid}`;
var requestTime = document.getElementsByClassName('request-time')[0];
requestTime.innerHTML = datetim
Open service 43.174.247.38:443 · www.douyy.cc
2026-01-24 00:04
HTTP/1.1 403 Forbidden
Server: ESA
Content-Type: text/html
X-Tengine-Error: non-existent domain
Via: ens-cache12.tw8[,0]
Timing-Allow-Origin: *
EagleId: 2ff626a017692131039995854e
Content-Length: 4266
Connection: close
Date: Sat, 24 Jan 2026 00:05:03 GMT
EO-LOG-UUID: 10939554516168674808
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Document
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0,maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style> * { box-sizing: border-box; } html { height: 100%; font-style: normal; } body{ height: 100%; margin: 0; padding: 0; font-style: normal; font-family: PingFang SC; .error-page{ position: absolute; left: 50%; transform: translateX(-50%); height: 100%; width: 70%; padding-top: 150px; max-width: 920px; .http-status { font-size: 68px; font-weight: 500; line-height: normal; letter-spacing: normal; color: #FF6A00; } .title { font-size: 24px; font-weight: 500; line-height: normal; letter-spacing: normal; color: #333333; } .desc { margin-top: 4px; font-size: 16px; font-weight: 500; line-height: 24px; letter-spacing: normal; color: #333333; } .request{ margin-top: 16px; width: 100%; height: 84px; border-radius: 6px; background: #F9F9F9; box-sizing: border-box; border: 1px solid #F4F4F4; padding: 16px 24px; font-size: 14px; font-weight: 500; line-height: 22px; letter-spacing: normal; color: #555555; .request-time { margin-top: 8px; }} .error-img { margin-top: 16px; width: 100%; img{ width: 100%; } } } .footer{ border-top: 1px solid #F4F4F4; position: fixed; text-align: center; line-height: 45px; height: 45px; width: 100%; bottom: 0; font-size: 16px; font-weight: 500; letter-spacing: normal; color: #AAAAAA; a{ color: #0064C8; text-decoration:none } } } </style>
<script>
window.__ESA_ERROR_PAGE_INFO = {
http_status: 403
,title: "Forbidden"
,desc: "This error indicates that the client's request was understood by the server but cannot be fulfilled due to insufficient permissions to access the requested resource."
,datetime: new Date().toUTCString()
,traceid: "2ff626a017692131039995854e"
,x_site_origin_resp_info: ""
};
</script>
</head>
<body>
<div class="error-page">
<div class="http-status"></div>
<div class="title"></div>
<div class="desc">
</div>
<div class="request">
<div class="request-id"></div>
<div class="request-time"></div>
</div>
<div class="error-img"></div>
</div>
<div class="footer">Performance & Security by <a href="https://www.alibabacloud.com/help/en/edge-security-acceleration/esa/product-overview/what-is-esa">ESA</a></div>
</body>
<script>
var { http_status, title, desc, traceid, datetime, x_site_origin_resp_info } = window.__ESA_ERROR_PAGE_INFO
var hundredDigit = Math.floor(http_status / 100);
var imgLinks = {
'clientError': 'https://img.alicdn.com/imgextra/i1/O1CN01UFU7Za20FcE57RuJ0_!!6000000006820-2-tps-1840-504.png',
'esaError': 'https://img.alicdn.com/imgextra/i2/O1CN01JGkrte1mu0XIkuUx2_!!6000000005013-2-tps-1840-504.png',
'serverError': 'https://img.alicdn.com/imgextra/i4/O1CN01fhinso28KfWUOinu6_!!6000000007914-2-tps-1840-504.png'
}
var imgSrc = undefined
var flag5xx = x_site_origin_resp_info.split('||')[1]
if (hundredDigit === 4) {
if (http_status === 403) {
imgSrc = undefined
} else {
imgSrc = imgLinks['clientError']
}
} else if (hundredDigit === 5) {
if (flag5xx === '2' || flag5xx === '0') {
imgSrc = imgLinks['serverError']
}else if(flag5xx === '1') {
imgSrc = imgLinks['esaError']
}else{
imgSrc = imgLinks['esaError']
}
}
window.onload = function () {
var httpStatus = document.getElementsByClassName('http-status')[0];
httpStatus.innerHTML = http_status;
var errorTitle = document.getElementsByClassName('title')[0];
errorTitle.innerHTML = title;
var subContent = document.getElementsByClassName('desc')[0];
subContent.innerHTML = desc;
var requestId = document.getElementsByClassName('request-id')[0];
requestId.innerHTML = `Request ID: ${traceid}`;
var requestTime = document.getElementsByClassName('request-time')[0];
requestTime.innerHTML = datetim
Open service 43.174.247.38:80 · www.douyy.cc
2026-01-24 00:04
HTTP/1.1 403 Forbidden
Server: ESA
Content-Type: text/html
X-Tengine-Error: non-existent domain
Via: ens-cache4.tw8[,0]
Timing-Allow-Origin: *
EagleId: 2ff6269817692131067667869e
Content-Length: 4266
Connection: close
Date: Sat, 24 Jan 2026 00:05:06 GMT
EO-LOG-UUID: 6684678382090314002
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Document
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0,maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style> * { box-sizing: border-box; } html { height: 100%; font-style: normal; } body{ height: 100%; margin: 0; padding: 0; font-style: normal; font-family: PingFang SC; .error-page{ position: absolute; left: 50%; transform: translateX(-50%); height: 100%; width: 70%; padding-top: 150px; max-width: 920px; .http-status { font-size: 68px; font-weight: 500; line-height: normal; letter-spacing: normal; color: #FF6A00; } .title { font-size: 24px; font-weight: 500; line-height: normal; letter-spacing: normal; color: #333333; } .desc { margin-top: 4px; font-size: 16px; font-weight: 500; line-height: 24px; letter-spacing: normal; color: #333333; } .request{ margin-top: 16px; width: 100%; height: 84px; border-radius: 6px; background: #F9F9F9; box-sizing: border-box; border: 1px solid #F4F4F4; padding: 16px 24px; font-size: 14px; font-weight: 500; line-height: 22px; letter-spacing: normal; color: #555555; .request-time { margin-top: 8px; }} .error-img { margin-top: 16px; width: 100%; img{ width: 100%; } } } .footer{ border-top: 1px solid #F4F4F4; position: fixed; text-align: center; line-height: 45px; height: 45px; width: 100%; bottom: 0; font-size: 16px; font-weight: 500; letter-spacing: normal; color: #AAAAAA; a{ color: #0064C8; text-decoration:none } } } </style>
<script>
window.__ESA_ERROR_PAGE_INFO = {
http_status: 403
,title: "Forbidden"
,desc: "This error indicates that the client's request was understood by the server but cannot be fulfilled due to insufficient permissions to access the requested resource."
,datetime: new Date().toUTCString()
,traceid: "2ff6269817692131067667869e"
,x_site_origin_resp_info: ""
};
</script>
</head>
<body>
<div class="error-page">
<div class="http-status"></div>
<div class="title"></div>
<div class="desc">
</div>
<div class="request">
<div class="request-id"></div>
<div class="request-time"></div>
</div>
<div class="error-img"></div>
</div>
<div class="footer">Performance & Security by <a href="https://www.alibabacloud.com/help/en/edge-security-acceleration/esa/product-overview/what-is-esa">ESA</a></div>
</body>
<script>
var { http_status, title, desc, traceid, datetime, x_site_origin_resp_info } = window.__ESA_ERROR_PAGE_INFO
var hundredDigit = Math.floor(http_status / 100);
var imgLinks = {
'clientError': 'https://img.alicdn.com/imgextra/i1/O1CN01UFU7Za20FcE57RuJ0_!!6000000006820-2-tps-1840-504.png',
'esaError': 'https://img.alicdn.com/imgextra/i2/O1CN01JGkrte1mu0XIkuUx2_!!6000000005013-2-tps-1840-504.png',
'serverError': 'https://img.alicdn.com/imgextra/i4/O1CN01fhinso28KfWUOinu6_!!6000000007914-2-tps-1840-504.png'
}
var imgSrc = undefined
var flag5xx = x_site_origin_resp_info.split('||')[1]
if (hundredDigit === 4) {
if (http_status === 403) {
imgSrc = undefined
} else {
imgSrc = imgLinks['clientError']
}
} else if (hundredDigit === 5) {
if (flag5xx === '2' || flag5xx === '0') {
imgSrc = imgLinks['serverError']
}else if(flag5xx === '1') {
imgSrc = imgLinks['esaError']
}else{
imgSrc = imgLinks['esaError']
}
}
window.onload = function () {
var httpStatus = document.getElementsByClassName('http-status')[0];
httpStatus.innerHTML = http_status;
var errorTitle = document.getElementsByClassName('title')[0];
errorTitle.innerHTML = title;
var subContent = document.getElementsByClassName('desc')[0];
subContent.innerHTML = desc;
var requestId = document.getElementsByClassName('request-id')[0];
requestId.innerHTML = `Request ID: ${traceid}`;
var requestTime = document.getElementsByClassName('request-time')[0];
requestTime.innerHTML = datetim
Open service 43.174.247.38:443 · gh.douyy.cc
2026-01-24 00:02
HTTP/1.1 403 Forbidden
Server: ESA
Content-Type: text/html
X-Tengine-Error: non-existent domain
Via: ens-cache5.us23[,0]
Timing-Allow-Origin: *
EagleId: 9b66a99917692129805792172e
Content-Length: 4266
Connection: close
Date: Sat, 24 Jan 2026 00:03:00 GMT
EO-LOG-UUID: 12344247559074911617
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Document
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0,maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style> * { box-sizing: border-box; } html { height: 100%; font-style: normal; } body{ height: 100%; margin: 0; padding: 0; font-style: normal; font-family: PingFang SC; .error-page{ position: absolute; left: 50%; transform: translateX(-50%); height: 100%; width: 70%; padding-top: 150px; max-width: 920px; .http-status { font-size: 68px; font-weight: 500; line-height: normal; letter-spacing: normal; color: #FF6A00; } .title { font-size: 24px; font-weight: 500; line-height: normal; letter-spacing: normal; color: #333333; } .desc { margin-top: 4px; font-size: 16px; font-weight: 500; line-height: 24px; letter-spacing: normal; color: #333333; } .request{ margin-top: 16px; width: 100%; height: 84px; border-radius: 6px; background: #F9F9F9; box-sizing: border-box; border: 1px solid #F4F4F4; padding: 16px 24px; font-size: 14px; font-weight: 500; line-height: 22px; letter-spacing: normal; color: #555555; .request-time { margin-top: 8px; }} .error-img { margin-top: 16px; width: 100%; img{ width: 100%; } } } .footer{ border-top: 1px solid #F4F4F4; position: fixed; text-align: center; line-height: 45px; height: 45px; width: 100%; bottom: 0; font-size: 16px; font-weight: 500; letter-spacing: normal; color: #AAAAAA; a{ color: #0064C8; text-decoration:none } } } </style>
<script>
window.__ESA_ERROR_PAGE_INFO = {
http_status: 403
,title: "Forbidden"
,desc: "This error indicates that the client's request was understood by the server but cannot be fulfilled due to insufficient permissions to access the requested resource."
,datetime: new Date().toUTCString()
,traceid: "9b66a99917692129805792172e"
,x_site_origin_resp_info: ""
};
</script>
</head>
<body>
<div class="error-page">
<div class="http-status"></div>
<div class="title"></div>
<div class="desc">
</div>
<div class="request">
<div class="request-id"></div>
<div class="request-time"></div>
</div>
<div class="error-img"></div>
</div>
<div class="footer">Performance & Security by <a href="https://www.alibabacloud.com/help/en/edge-security-acceleration/esa/product-overview/what-is-esa">ESA</a></div>
</body>
<script>
var { http_status, title, desc, traceid, datetime, x_site_origin_resp_info } = window.__ESA_ERROR_PAGE_INFO
var hundredDigit = Math.floor(http_status / 100);
var imgLinks = {
'clientError': 'https://img.alicdn.com/imgextra/i1/O1CN01UFU7Za20FcE57RuJ0_!!6000000006820-2-tps-1840-504.png',
'esaError': 'https://img.alicdn.com/imgextra/i2/O1CN01JGkrte1mu0XIkuUx2_!!6000000005013-2-tps-1840-504.png',
'serverError': 'https://img.alicdn.com/imgextra/i4/O1CN01fhinso28KfWUOinu6_!!6000000007914-2-tps-1840-504.png'
}
var imgSrc = undefined
var flag5xx = x_site_origin_resp_info.split('||')[1]
if (hundredDigit === 4) {
if (http_status === 403) {
imgSrc = undefined
} else {
imgSrc = imgLinks['clientError']
}
} else if (hundredDigit === 5) {
if (flag5xx === '2' || flag5xx === '0') {
imgSrc = imgLinks['serverError']
}else if(flag5xx === '1') {
imgSrc = imgLinks['esaError']
}else{
imgSrc = imgLinks['esaError']
}
}
window.onload = function () {
var httpStatus = document.getElementsByClassName('http-status')[0];
httpStatus.innerHTML = http_status;
var errorTitle = document.getElementsByClassName('title')[0];
errorTitle.innerHTML = title;
var subContent = document.getElementsByClassName('desc')[0];
subContent.innerHTML = desc;
var requestId = document.getElementsByClassName('request-id')[0];
requestId.innerHTML = `Request ID: ${traceid}`;
var requestTime = document.getElementsByClassName('request-time')[0];
requestTime.innerHTML = datetim
Open service 43.174.247.38:80 · gh.douyy.cc
2026-01-24 00:02
HTTP/1.1 403 Forbidden
Server: ESA
Content-Type: text/html
X-Tengine-Error: non-existent domain
Via: ens-cache4.tw8[,0]
Timing-Allow-Origin: *
EagleId: 2ff6269817692129836592201e
Content-Length: 4266
Connection: close
Date: Sat, 24 Jan 2026 00:03:03 GMT
EO-LOG-UUID: 9628491626890693860
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Document
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0,maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style> * { box-sizing: border-box; } html { height: 100%; font-style: normal; } body{ height: 100%; margin: 0; padding: 0; font-style: normal; font-family: PingFang SC; .error-page{ position: absolute; left: 50%; transform: translateX(-50%); height: 100%; width: 70%; padding-top: 150px; max-width: 920px; .http-status { font-size: 68px; font-weight: 500; line-height: normal; letter-spacing: normal; color: #FF6A00; } .title { font-size: 24px; font-weight: 500; line-height: normal; letter-spacing: normal; color: #333333; } .desc { margin-top: 4px; font-size: 16px; font-weight: 500; line-height: 24px; letter-spacing: normal; color: #333333; } .request{ margin-top: 16px; width: 100%; height: 84px; border-radius: 6px; background: #F9F9F9; box-sizing: border-box; border: 1px solid #F4F4F4; padding: 16px 24px; font-size: 14px; font-weight: 500; line-height: 22px; letter-spacing: normal; color: #555555; .request-time { margin-top: 8px; }} .error-img { margin-top: 16px; width: 100%; img{ width: 100%; } } } .footer{ border-top: 1px solid #F4F4F4; position: fixed; text-align: center; line-height: 45px; height: 45px; width: 100%; bottom: 0; font-size: 16px; font-weight: 500; letter-spacing: normal; color: #AAAAAA; a{ color: #0064C8; text-decoration:none } } } </style>
<script>
window.__ESA_ERROR_PAGE_INFO = {
http_status: 403
,title: "Forbidden"
,desc: "This error indicates that the client's request was understood by the server but cannot be fulfilled due to insufficient permissions to access the requested resource."
,datetime: new Date().toUTCString()
,traceid: "2ff6269817692129836592201e"
,x_site_origin_resp_info: ""
};
</script>
</head>
<body>
<div class="error-page">
<div class="http-status"></div>
<div class="title"></div>
<div class="desc">
</div>
<div class="request">
<div class="request-id"></div>
<div class="request-time"></div>
</div>
<div class="error-img"></div>
</div>
<div class="footer">Performance & Security by <a href="https://www.alibabacloud.com/help/en/edge-security-acceleration/esa/product-overview/what-is-esa">ESA</a></div>
</body>
<script>
var { http_status, title, desc, traceid, datetime, x_site_origin_resp_info } = window.__ESA_ERROR_PAGE_INFO
var hundredDigit = Math.floor(http_status / 100);
var imgLinks = {
'clientError': 'https://img.alicdn.com/imgextra/i1/O1CN01UFU7Za20FcE57RuJ0_!!6000000006820-2-tps-1840-504.png',
'esaError': 'https://img.alicdn.com/imgextra/i2/O1CN01JGkrte1mu0XIkuUx2_!!6000000005013-2-tps-1840-504.png',
'serverError': 'https://img.alicdn.com/imgextra/i4/O1CN01fhinso28KfWUOinu6_!!6000000007914-2-tps-1840-504.png'
}
var imgSrc = undefined
var flag5xx = x_site_origin_resp_info.split('||')[1]
if (hundredDigit === 4) {
if (http_status === 403) {
imgSrc = undefined
} else {
imgSrc = imgLinks['clientError']
}
} else if (hundredDigit === 5) {
if (flag5xx === '2' || flag5xx === '0') {
imgSrc = imgLinks['serverError']
}else if(flag5xx === '1') {
imgSrc = imgLinks['esaError']
}else{
imgSrc = imgLinks['esaError']
}
}
window.onload = function () {
var httpStatus = document.getElementsByClassName('http-status')[0];
httpStatus.innerHTML = http_status;
var errorTitle = document.getElementsByClassName('title')[0];
errorTitle.innerHTML = title;
var subContent = document.getElementsByClassName('desc')[0];
subContent.innerHTML = desc;
var requestId = document.getElementsByClassName('request-id')[0];
requestId.innerHTML = `Request ID: ${traceid}`;
var requestTime = document.getElementsByClassName('request-time')[0];
requestTime.innerHTML = datetim
Open service 43.174.247.38:443 · www.partnertech.com.cn
2026-01-24 00:02
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
X-Frame-Options: sameorigin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Pragma: no-cache
Set-Cookie: PHPSESSID=6j9hbba0m5fths4156krnge4k0; path=/; domain=www.partnertech.com.cn; secure; HttpOnly; SameSite=none
Upgrade: h2
Vary: Accept-Encoding
X-Cache: MISS
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 00:02:46 GMT
EO-LOG-UUID: 9573122785013496645
EO-Cache-Status: MISS
Cache-Control: max-age=1
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · www.partnertech.com.cn
2026-01-24 00:02
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
X-Frame-Options: sameorigin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Pragma: no-cache
Set-Cookie: PHPSESSID=8ejtll51183dv1tmghn9op2c5j; path=/; domain=www.partnertech.com.cn; secure; HttpOnly; SameSite=none
Upgrade: h2
Vary: Accept-Encoding
X-Cache: MISS
Transfer-Encoding: chunked
Connection: close
Date: Sat, 24 Jan 2026 00:02:48 GMT
EO-LOG-UUID: 9439674844228853077
EO-Cache-Status: MISS
Cache-Control: max-age=1
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · kaoshi.hk-gov.com
2026-01-23 21:55
HTTP/1.1 520 Origin Return Unknown Error
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 21:55:40 GMT
EO-LOG-UUID: 17240688358369272155
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · kaoshi.hk-gov.com
2026-01-23 21:55
HTTP/1.1 520 Origin Return Unknown Error
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 21:55:43 GMT
EO-LOG-UUID: 9027781220681147298
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · citu.hk-gov.com
2026-01-23 21:49
HTTP/1.1 200 OK
Last-Modified: Tue, 19 Aug 2025 13:54:22 GMT
Etag: "68a4820e-1b31"
server: nginx
content-type: text/html
vary: Accept-Encoding
strict-transport-security: max-age=31536000
Content-Length: 6961
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 21:50:09 GMT
Age: 15
EO-LOG-UUID: 8700689295232562295
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 词途 - 让单词学习更高效 | 英语单词记忆学习平台
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>词途 - 让单词学习更高效 | 英语单词记忆学习平台</title>
<!-- SEO Meta Tags -->
<meta name="description" content="词途是一个高效的英语单词学习平台,提供科学的记忆方法、个性化学习计划和打卡功能,帮助用户轻松掌握英语词汇。">
<meta name="keywords" content="英语单词,单词学习,英语学习,词汇记忆,英语教育,在线学习">
<meta name="author" content="词途">
<meta name="robots" content="index, follow">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="词途 - 让单词学习更高效">
<meta property="og:description" content="科学高效的英语单词学习平台,个性化学习计划,让英语学习更轻松">
<meta property="og:url" content="https://citu.heng.ink">
<meta property="og:type" content="website">
<meta property="og:site_name" content="词途">
<meta property="og:locale" content="zh_CN">
<!-- 网站图标 -->
<link rel="icon" type="image/x-icon" href="/favicon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-48x48.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<!-- Canonical URL -->
<link rel="canonical" href="https://citu.heng.ink">
<link rel="stylesheet" href="styles/home-daily.css" />
<link rel="stylesheet" href="styles/tabbar.css" />
<link href="styles/all.min.css" rel="stylesheet" />
</head>
<body>
<div class="page">
<!-- 顶部搜索与图标 -->
<header class="top">
<button class="icon-btn" aria-label="菜单"><i class="fas fa-grip"></i></button>
<div class="search-pill" id="searchPill">
<i class="fas fa-magnifying-glass"></i>
<input placeholder="输入中英文|查词、翻译、润色…" readonly />
</div>
<button class="icon-btn" aria-label="通知"><i class="far fa-bell"></i><i class="dot"></i></button>
</header>
<!-- 打卡天数 -->
<section class="streak">
<div class="label">已打卡天数 <i class="flame">🔥</i></div>
<div class="days" id="streakDays">0</div>
</section>
<!-- 主要内容滑动区域 -->
<section class="main-slider" id="mainSlider">
<div class="main-slides" id="mainSlides">
<!-- Slide 1: 词书进度页面 -->
<div class="main-slide">
<!-- 词书进度卡片 -->
<div class="book-card slide" id="bookCard">
<div class="row-1">
<div class="title">四级真题核心词(正序版)</div>
<div class="enter" id="wordListBtn">词表</div>
</div>
<div class="row-2">
<div class="progress">
<div class="bar"><span style="width:63.3%"></span></div>
<div class="meta"><span class="learned">已学63.3%</span><span class="total">1510/2384词</span></div>
</div>
</div>
</div>
<!-- 统计 -->
<section class="stats stats-book active" id="statsBook">
<div class="stat"><div class="label">新学词</div><div class="value"><b id="newCount">0</b>/10</div></div>
<div class="stat"><div class="label">复习词</div><div class="value"><b id="reviewCount">0</b>/30</div></div>
</section>
<!-- 开始学习按钮 -->
<section class="cta">
<button class="start" id="startBtn">
<span class="circle"><i class="fas fa-arrow-right"></i></span>
开始学习
</button>
</section>
</div>
<!-- Slide 2: 生词本页面 -->
<div class="main-slide">
<!-- 生词本卡片 -->
<div class="book-card slide vocab-card" id="vocabCard">
<div class="row-1">
<div class="title">我的生词本</div>
<div class="enter">生词词表</div>
Open service 43.174.247.38:443 · citu.hk-gov.com
2026-01-23 21:49
HTTP/1.1 200 OK
Last-Modified: Tue, 19 Aug 2025 13:54:22 GMT
Etag: "68a4820e-1b31"
server: nginx
content-type: text/html
vary: Accept-Encoding
strict-transport-security: max-age=31536000
Content-Length: 6961
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 21:50:06 GMT
Age: 16
EO-LOG-UUID: 9621486993878001691
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 词途 - 让单词学习更高效 | 英语单词记忆学习平台
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>词途 - 让单词学习更高效 | 英语单词记忆学习平台</title>
<!-- SEO Meta Tags -->
<meta name="description" content="词途是一个高效的英语单词学习平台,提供科学的记忆方法、个性化学习计划和打卡功能,帮助用户轻松掌握英语词汇。">
<meta name="keywords" content="英语单词,单词学习,英语学习,词汇记忆,英语教育,在线学习">
<meta name="author" content="词途">
<meta name="robots" content="index, follow">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="词途 - 让单词学习更高效">
<meta property="og:description" content="科学高效的英语单词学习平台,个性化学习计划,让英语学习更轻松">
<meta property="og:url" content="https://citu.heng.ink">
<meta property="og:type" content="website">
<meta property="og:site_name" content="词途">
<meta property="og:locale" content="zh_CN">
<!-- 网站图标 -->
<link rel="icon" type="image/x-icon" href="/favicon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-48x48.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<!-- Canonical URL -->
<link rel="canonical" href="https://citu.heng.ink">
<link rel="stylesheet" href="styles/home-daily.css" />
<link rel="stylesheet" href="styles/tabbar.css" />
<link href="styles/all.min.css" rel="stylesheet" />
</head>
<body>
<div class="page">
<!-- 顶部搜索与图标 -->
<header class="top">
<button class="icon-btn" aria-label="菜单"><i class="fas fa-grip"></i></button>
<div class="search-pill" id="searchPill">
<i class="fas fa-magnifying-glass"></i>
<input placeholder="输入中英文|查词、翻译、润色…" readonly />
</div>
<button class="icon-btn" aria-label="通知"><i class="far fa-bell"></i><i class="dot"></i></button>
</header>
<!-- 打卡天数 -->
<section class="streak">
<div class="label">已打卡天数 <i class="flame">🔥</i></div>
<div class="days" id="streakDays">0</div>
</section>
<!-- 主要内容滑动区域 -->
<section class="main-slider" id="mainSlider">
<div class="main-slides" id="mainSlides">
<!-- Slide 1: 词书进度页面 -->
<div class="main-slide">
<!-- 词书进度卡片 -->
<div class="book-card slide" id="bookCard">
<div class="row-1">
<div class="title">四级真题核心词(正序版)</div>
<div class="enter" id="wordListBtn">词表</div>
</div>
<div class="row-2">
<div class="progress">
<div class="bar"><span style="width:63.3%"></span></div>
<div class="meta"><span class="learned">已学63.3%</span><span class="total">1510/2384词</span></div>
</div>
</div>
</div>
<!-- 统计 -->
<section class="stats stats-book active" id="statsBook">
<div class="stat"><div class="label">新学词</div><div class="value"><b id="newCount">0</b>/10</div></div>
<div class="stat"><div class="label">复习词</div><div class="value"><b id="reviewCount">0</b>/30</div></div>
</section>
<!-- 开始学习按钮 -->
<section class="cta">
<button class="start" id="startBtn">
<span class="circle"><i class="fas fa-arrow-right"></i></span>
开始学习
</button>
</section>
</div>
<!-- Slide 2: 生词本页面 -->
<div class="main-slide">
<!-- 生词本卡片 -->
<div class="book-card slide vocab-card" id="vocabCard">
<div class="row-1">
<div class="title">我的生词本</div>
<div class="enter">生词词表</div>
Open service 43.174.247.38:80 · ys.ynas88.icu
2026-01-23 21:23
HTTP/1.1 200 OK
Accept-Ranges: bytes
Access-Control-Allow-Credentials: true
Access-Control-Allow-Headers: Origin, Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization
Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: Content-Length
Content-Type: text/html; charset=utf-8
X-Request-Id: 1769203445926402033
Server: TencentEdgeOne
Last-Modified: Sun, 11 Jan 2026 02:57:27 GMT
Content-Length: 2041
Connection: close
Date: Fri, 23 Jan 2026 21:24:05 GMT
EO-LOG-UUID: 14457043875123970514
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: OmniBox - 在线观影
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- 网站基本信息 -->
<title>OmniBox - 在线观影</title>
<meta name="description" content="OmniBox 是一个多媒体聚合平台,提供在线观影服务" />
<meta name="keywords" content="在线观影,多媒体,视频,OmniBox" />
<meta name="author" content="OmniBox Team" />
<!-- 主题颜色 -->
<!-- <meta name="theme-color" content="#FF6633" />
<meta name="msapplication-TileColor" content="#000000" /> -->
<!-- 网站图标 -->
<!-- <link rel="shortcut icon" type="image/ico" href="/favicon.ico" /> -->
<link rel="icon" type="image/png" href="/images/logo.png" />
<link rel="apple-touch-icon" href="/images/logo.png" />
<!-- PWA 配置 -->
<!-- <link rel="manifest" href="/manifest.json" /> -->
<!-- Open Graph 标签 -->
<!-- <meta property="og:title" content="OmniBox - 在线观影" />
<meta property="og:description" content="OmniBox 是一个多媒体聚合平台,提供在线观影服务" />
<meta property="og:image" content="/images/logo.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="/" /> -->
<!-- Twitter Card 标签 -->
<!-- <meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="OmniBox - 在线观影" />
<meta name="twitter:description" content="OmniBox 是一个多媒体聚合平台,提供在线观影服务" />
<meta name="twitter:image" content="/images/logo.png" /> -->
<script type="module" crossorigin src="/assets/index-3N1Qx5EI.js"></script>
<link rel="modulepreload" crossorigin href="/assets/player-CjURZJqN.js">
<link rel="modulepreload" crossorigin href="/assets/vendor-0Kurxb2h.js">
<link rel="stylesheet" crossorigin href="/assets/index-C-AjlWm7.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Open service 43.174.247.38:443 · ys.ynas88.icu
2026-01-23 21:23
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 21:24:03 GMT
EO-LOG-UUID: 11633177885705892488
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · tool.hk-gov.com
2026-01-23 21:23
HTTP/1.1 403 Forbidden
server: nginx
content-type: text/html
set-cookie: server_name_session=f498c4a9846349cbf33f8ddd6df01177; Max-Age=86400; httponly; path=/
Content-Length: 146
Connection: close
Date: Fri, 23 Jan 2026 21:23:37 GMT
EO-LOG-UUID: 12410501662132335602
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · tool.hk-gov.com
2026-01-23 21:23
HTTP/1.1 403 Forbidden
server: nginx
content-type: text/html
set-cookie: server_name_session=87ce90a603317cb161a5ad39b527e8d1; Max-Age=86400; httponly; path=/
Content-Length: 146
Connection: close
Date: Fri, 23 Jan 2026 21:23:35 GMT
EO-LOG-UUID: 3140773853615188447
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · word.hk-gov.com
2026-01-23 21:18
HTTP/1.1 520 Origin Return Unknown Error
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 21:18:46 GMT
EO-LOG-UUID: 8144173372022634361
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · rank.hk-gov.com
2026-01-23 21:16
HTTP/1.1 520 Origin Return Unknown Error
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 21:17:02 GMT
EO-LOG-UUID: 17494801822267872511
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · fn.ynas88.icu
2026-01-23 21:13
HTTP/1.1 200 OK
Last-Modified: Fri, 16 Jan 2026 06:53:31 GMT
Etag: "6969e06b-b21"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Content-Length: 2849
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 21:13:49 GMT
Age: 18
EO-LOG-UUID: 5483563607330950473
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 飞牛 fnOS
<!DOCTYPE html>
<html class="light" lang="zh-CN">
<head>
<script type="module" crossorigin src="/assets/polyfills-Rhxe3oXd.js"></script>
<meta charset="UTF-8" />
<!-- <meta name="viewport" content="width=device-width, initial-scale=0.5 minimum-scale=0.5" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
html,
body {
background: linear-gradient(110deg, #4a5568 0.26%, #3a424f 97.78%);
}
.incompatible-box {
display: flex;
width: 100%;
height: 100vh;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: white;
}
.incompatible-box h1 {
margin: 0;
font-size: 32px;
line-height: 44px;
font-weight: 600;
color: #202327;
margin-bottom: 20px;
}
.incompatible-box .item1 {
margin-right: 60px;
}
.incompatible-box .logo {
position: absolute;
display: flex;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
}
.incompatible-box .logo div {
font-size: 20px;
line-height: 32px;
font-weight: 600;
color: #202327;
margin-left: 8px;
}
.incompatible-box p {
margin: 0;
font-size: 18px;
line-height: 24px;
color: #4a5568;
margin-bottom: 60px;
}
.incompatible-box span {
display: inline-block;
margin-top: 14px;
}
</style>
<title>飞牛 fnOS</title>
<script type="module" crossorigin src="/assets/index-D56DJccp.js"></script>
<link rel="modulepreload" crossorigin href="/assets/lottie-react-CqywrBZ_.js">
<link rel="modulepreload" crossorigin href="/assets/rc-select-B53SQcGG.js">
<link rel="modulepreload" crossorigin href="/assets/lodash-Cpp1HsCD.js">
<link rel="stylesheet" crossorigin href="/assets/index-yARUmOBS.css">
</head>
<body>
<div id="root"></div>
<script>
function isIE() {
var myNav = navigator.userAgent.toLowerCase();
return myNav.indexOf('msie') != -1 || myNav.indexOf('trident') != -1 ? true : false;
}
if (isIE()) {
document.querySelector('#root').innerHTML =
'<div class="incompatible-box"><h1>当前浏览器不兼容飞牛</h1><p>我们建议您使用以下浏览器的最新版获取更好的体验</p><div><img src="static/img/chrome.png" class="item1" alt="" width="auto" height="100" /><img src="static/img/edge.png" alt="" width="auto" height="100" /></div><div><span class="item1">Google Chrome</span><span>Microsoft Edge</span></div><div class="logo"><img src="static/img/trim-logo.png" width="32" height="32" /><div>飞牛</div></div></div>';
}
</script>
</body>
</html>
Open service 43.174.247.38:443 · fn.ynas88.icu
2026-01-23 21:13
HTTP/1.1 200 OK
Last-Modified: Fri, 16 Jan 2026 06:53:31 GMT
Etag: "6969e06b-b21"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Content-Length: 2849
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 21:13:46 GMT
Age: 15
EO-LOG-UUID: 9691642979897693382
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 飞牛 fnOS
<!DOCTYPE html>
<html class="light" lang="zh-CN">
<head>
<script type="module" crossorigin src="/assets/polyfills-Rhxe3oXd.js"></script>
<meta charset="UTF-8" />
<!-- <meta name="viewport" content="width=device-width, initial-scale=0.5 minimum-scale=0.5" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
html,
body {
background: linear-gradient(110deg, #4a5568 0.26%, #3a424f 97.78%);
}
.incompatible-box {
display: flex;
width: 100%;
height: 100vh;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: white;
}
.incompatible-box h1 {
margin: 0;
font-size: 32px;
line-height: 44px;
font-weight: 600;
color: #202327;
margin-bottom: 20px;
}
.incompatible-box .item1 {
margin-right: 60px;
}
.incompatible-box .logo {
position: absolute;
display: flex;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
}
.incompatible-box .logo div {
font-size: 20px;
line-height: 32px;
font-weight: 600;
color: #202327;
margin-left: 8px;
}
.incompatible-box p {
margin: 0;
font-size: 18px;
line-height: 24px;
color: #4a5568;
margin-bottom: 60px;
}
.incompatible-box span {
display: inline-block;
margin-top: 14px;
}
</style>
<title>飞牛 fnOS</title>
<script type="module" crossorigin src="/assets/index-D56DJccp.js"></script>
<link rel="modulepreload" crossorigin href="/assets/lottie-react-CqywrBZ_.js">
<link rel="modulepreload" crossorigin href="/assets/rc-select-B53SQcGG.js">
<link rel="modulepreload" crossorigin href="/assets/lodash-Cpp1HsCD.js">
<link rel="stylesheet" crossorigin href="/assets/index-yARUmOBS.css">
</head>
<body>
<div id="root"></div>
<script>
function isIE() {
var myNav = navigator.userAgent.toLowerCase();
return myNav.indexOf('msie') != -1 || myNav.indexOf('trident') != -1 ? true : false;
}
if (isIE()) {
document.querySelector('#root').innerHTML =
'<div class="incompatible-box"><h1>当前浏览器不兼容飞牛</h1><p>我们建议您使用以下浏览器的最新版获取更好的体验</p><div><img src="static/img/chrome.png" class="item1" alt="" width="auto" height="100" /><img src="static/img/edge.png" alt="" width="auto" height="100" /></div><div><span class="item1">Google Chrome</span><span>Microsoft Edge</span></div><div class="logo"><img src="static/img/trim-logo.png" width="32" height="32" /><div>飞牛</div></div></div>';
}
</script>
</body>
</html>
Open service 43.174.247.38:80 · www.shotai.io
2026-01-23 21:10
HTTP/1.1 301 Moved Permanently
Location: https://www.shotai.io/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GOnx9VCM35YcWjVwN9OY2K7G%2F7Uu1K96zZ0QmhwiKCJE5rsddNMD5vZ%2FVp5nY94O2cB99RIVmEUeg%2BgdGC3bZq5wdI6Vv0Dp0NyTK9k%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=11,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9c2a479cabcb6380-MIA
alt-svc: h3=":443"; ma=86400
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 21:10:46 GMT
EO-LOG-UUID: 3089196293137384895
EO-Cache-Status: MISS
Open service 43.174.247.38:443 · www.shotai.io
2026-01-23 21:10
HTTP/1.1 423 Locked
cdn-loop: TencentEdgeOne; loops=16
Server: cloudflare
nel: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
report-to: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
cf-cache-status: DYNAMIC
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=8,cfOrigin;dur=4
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=6,cfOrigin;dur=27
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=2,cfOrigin;dur=47
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=6,cfOrigin;dur=61
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=2,cfOrigin;dur=80
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=2,cfOrigin;dur=89
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=334,cfOrigin;dur=613
alt-svc: h3=":443"; ma=86400
CF-RAY: 9c2a478e1bfcd955-MIA
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 21:10:44 GMT
EO-LOG-UUID: 7334390718601892202
EO-Cache-Status: MISS
Open service 43.174.247.38:443 · fgsk.yuwan.shop
2026-01-23 20:14
HTTP/1.1 403 Forbidden
Server: nginx
Content-Type: text/html
Content-Length: 146
Connection: close
Date: Fri, 23 Jan 2026 20:14:18 GMT
EO-LOG-UUID: 10411577301157472395
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:80 · fgsk.yuwan.shop
2026-01-23 20:14
HTTP/1.1 403 Forbidden
Server: nginx
Content-Type: text/html
Content-Length: 146
Connection: close
Date: Fri, 23 Jan 2026 20:14:20 GMT
EO-LOG-UUID: 10679967078857500852
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:80 · blog.emumu.xyz
2026-01-23 20:10
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 19:59:07 GMT
Etag: "98501a0cfec71fb978976e71b4eadb14"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 17
Content-Length: 113438
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Fri, 23 Jan 2026 20:10:41 GMT
EO-LOG-UUID: 13724893953803630800
EO-Cache-Status: Cache Hit
Page title: 絵夢の小站 - 满载的梦化与字句飘落
<!DOCTYPE html><html lang="zh-CN" class="bg-[var(--page-bg)] transition text-[14px] md:text-[16px]" data-overlayscrollbars-initialize data-astro-cid-sckkx6r4 style="--bannerOffset: 15vh;--banner-height-home: 65vh;--banner-height: 35vh;--banner2-height-home-desktop: 70vh;--banner2-content-height-home-desktop: 65vh;--banner2-height-nonhome-desktop: 35vh;--banner2-content-height-nonhome-desktop: 30vh;--banner2-dbg: url(/assets/desktop-banner/db0.webp);--banner2-height-home-mobile: 90vh;--banner2-content-height-home-mobile: 90vh;--banner2-height-nonhome-mobile: 35vh;--banner2-content-height-nonhome-mobile: 35vh;--banner2-mbg: url(/assets/desktop-banner/db0.webp);--main-panel-top: 5.5rem;--configHue: 325;--page-width: 75rem;"> <head><title>絵夢の小站 - 满载的梦化与字句飘落</title><meta charset="UTF-8"><meta name="description" content="絵夢の小站 - 满载的梦化与字句飘落"><meta name="author" content="月宮絵夢"><meta property="og:site_name" content="絵夢の小站"><meta property="og:url" content="https://blog.emumu.xyz/"><meta property="og:title" content="絵夢の小站 - 满载的梦化与字句飘落"><meta property="og:description" content="絵夢の小站 - 满载的梦化与字句飘落"><meta property="og:type" content="website"><meta name="twitter:card" content="summary_large_image"><meta property="twitter:url" content="https://blog.emumu.xyz/"><meta name="twitter:title" content="絵夢の小站 - 满载的梦化与字句飘落"><meta name="twitter:description" content="絵夢の小站 - 满载的梦化与字句飘落"><meta name="viewport" content="width=device-width"><meta name="generator" content="Astro v5.13.10"><link rel="icon" href="/favicon/favicon-light-32.png" sizes="32x32" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-light-128.png" sizes="128x128" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-light-180.png" sizes="180x180" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-light-192.png" sizes="192x192" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-dark-32.png" sizes="32x32" media="(prefers-color-scheme: dark)"><link rel="icon" href="/favicon/favicon-dark-128.png" sizes="128x128" media="(prefers-color-scheme: dark)"><link rel="icon" href="/favicon/favicon-dark-180.png" sizes="180x180" media="(prefers-color-scheme: dark)"><link rel="icon" href="/favicon/favicon-dark-192.png" sizes="192x192" media="(prefers-color-scheme: dark)"><!-- Set the theme before the page is rendered to avoid a flash --><script>(function(){const DEFAULT_THEME = "auto";
const LIGHT_MODE = "light";
const DARK_MODE = "dark";
const AUTO_MODE = "auto";
const BANNER_HEIGHT_EXTEND = 30;
const PAGE_WIDTH = 75;
const configHue = 325;
// Load the theme from local storage
const theme = localStorage.getItem('theme') || DEFAULT_THEME;
switch (theme) {
case LIGHT_MODE:
document.documentElement.classList.remove('dark');
break
case DARK_MODE:
document.documentElement.classList.add('dark');
break
case AUTO_MODE:
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.documentElement.classList.add('dark');
} else {
document.documentElement.classList.remove('dark');
}
}
// Load the hue from local storage
const hue = localStorage.getItem('hue') || configHue;
document.documentElement.style.setProperty('--hue', hue);
// calculate the --banner-height-extend, which needs to be a multiple of 4 to avoid blurry text
let offset = Math.floor(window.innerHeight * (BANNER_HEIGHT_EXTEND / 100));
offset = offset - offset % 4;
document.documentElement.style.setProperty('--banner-height-extend', `${offset}px`);
})();</script><div data-astro-cid-sckkx6r4 style="--bannerOffset: 15vh;--banner-height-home: 65vh;--banner-height: 35vh;--banner2-height-home-desktop: 70vh;--banner2-content-height-home-desktop: 65vh;--banner2-height-nonhome-desktop: 35vh;--banner2-content-height-nonhome-desktop: 30vh;--banner2-dbg
Open service 43.174.247.38:443 · blog.emumu.xyz
2026-01-23 20:10
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 19:59:07 GMT
Etag: "98501a0cfec71fb978976e71b4eadb14"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 113438
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Fri, 23 Jan 2026 20:10:39 GMT
EO-LOG-UUID: 807929741790345743
EO-Cache-Status: Cache Hit
Page title: 絵夢の小站 - 满载的梦化与字句飘落
<!DOCTYPE html><html lang="zh-CN" class="bg-[var(--page-bg)] transition text-[14px] md:text-[16px]" data-overlayscrollbars-initialize data-astro-cid-sckkx6r4 style="--bannerOffset: 15vh;--banner-height-home: 65vh;--banner-height: 35vh;--banner2-height-home-desktop: 70vh;--banner2-content-height-home-desktop: 65vh;--banner2-height-nonhome-desktop: 35vh;--banner2-content-height-nonhome-desktop: 30vh;--banner2-dbg: url(/assets/desktop-banner/db0.webp);--banner2-height-home-mobile: 90vh;--banner2-content-height-home-mobile: 90vh;--banner2-height-nonhome-mobile: 35vh;--banner2-content-height-nonhome-mobile: 35vh;--banner2-mbg: url(/assets/desktop-banner/db0.webp);--main-panel-top: 5.5rem;--configHue: 325;--page-width: 75rem;"> <head><title>絵夢の小站 - 满载的梦化与字句飘落</title><meta charset="UTF-8"><meta name="description" content="絵夢の小站 - 满载的梦化与字句飘落"><meta name="author" content="月宮絵夢"><meta property="og:site_name" content="絵夢の小站"><meta property="og:url" content="https://blog.emumu.xyz/"><meta property="og:title" content="絵夢の小站 - 满载的梦化与字句飘落"><meta property="og:description" content="絵夢の小站 - 满载的梦化与字句飘落"><meta property="og:type" content="website"><meta name="twitter:card" content="summary_large_image"><meta property="twitter:url" content="https://blog.emumu.xyz/"><meta name="twitter:title" content="絵夢の小站 - 满载的梦化与字句飘落"><meta name="twitter:description" content="絵夢の小站 - 满载的梦化与字句飘落"><meta name="viewport" content="width=device-width"><meta name="generator" content="Astro v5.13.10"><link rel="icon" href="/favicon/favicon-light-32.png" sizes="32x32" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-light-128.png" sizes="128x128" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-light-180.png" sizes="180x180" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-light-192.png" sizes="192x192" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-dark-32.png" sizes="32x32" media="(prefers-color-scheme: dark)"><link rel="icon" href="/favicon/favicon-dark-128.png" sizes="128x128" media="(prefers-color-scheme: dark)"><link rel="icon" href="/favicon/favicon-dark-180.png" sizes="180x180" media="(prefers-color-scheme: dark)"><link rel="icon" href="/favicon/favicon-dark-192.png" sizes="192x192" media="(prefers-color-scheme: dark)"><!-- Set the theme before the page is rendered to avoid a flash --><script>(function(){const DEFAULT_THEME = "auto";
const LIGHT_MODE = "light";
const DARK_MODE = "dark";
const AUTO_MODE = "auto";
const BANNER_HEIGHT_EXTEND = 30;
const PAGE_WIDTH = 75;
const configHue = 325;
// Load the theme from local storage
const theme = localStorage.getItem('theme') || DEFAULT_THEME;
switch (theme) {
case LIGHT_MODE:
document.documentElement.classList.remove('dark');
break
case DARK_MODE:
document.documentElement.classList.add('dark');
break
case AUTO_MODE:
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.documentElement.classList.add('dark');
} else {
document.documentElement.classList.remove('dark');
}
}
// Load the hue from local storage
const hue = localStorage.getItem('hue') || configHue;
document.documentElement.style.setProperty('--hue', hue);
// calculate the --banner-height-extend, which needs to be a multiple of 4 to avoid blurry text
let offset = Math.floor(window.innerHeight * (BANNER_HEIGHT_EXTEND / 100));
offset = offset - offset % 4;
document.documentElement.style.setProperty('--banner-height-extend', `${offset}px`);
})();</script><div data-astro-cid-sckkx6r4 style="--bannerOffset: 15vh;--banner-height-home: 65vh;--banner-height: 35vh;--banner2-height-home-desktop: 70vh;--banner2-content-height-home-desktop: 65vh;--banner2-height-nonhome-desktop: 35vh;--banner2-content-height-nonhome-desktop: 30vh;--banner2-dbg
Open service 43.174.247.38:80 · rv-img2.101114105.xyz
2026-01-23 17:46
HTTP/1.1 301 Moved Permanently
Content-Type: text/html
Expires: Fri, 23 Jan 2026 18:47:16 GMT
Location: https://redviewer.a81d94d55bebab797ddce3f5e2a3fae8.r2.cloudflarestorage.com/
Server: cloudflare
CF-RAY: 9c291d8419a3f79d-LAX
Cache-Control: max-age=3600
Content-Length: 167
Connection: close
Date: Fri, 23 Jan 2026 17:47:16 GMT
EO-LOG-UUID: 1804420801219078779
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>cloudflare</center>
</body>
</html>
Open service 43.174.247.38:443 · rv-img2.101114105.xyz
2026-01-23 17:46
HTTP/1.1 200 OK
Content-Type: application/xml
Server: cloudflare
CF-RAY: 9c291d776bac66f6-AMS
Content-Length: 45208
Connection: close
Date: Fri, 23 Jan 2026 17:47:14 GMT
EO-LOG-UUID: 2333031298963408093
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<?xml version="1.0" encoding="UTF-8"?><ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>redviewer</Name><Contents><Key>_index.json</Key><Size>3016</Size><LastModified>2026-01-10T13:09:06.662Z</LastModified><Owner><ID>a81d94d55bebab797ddce3f5e2a3fae8</ID><DisplayName>a81d94d55bebab797ddce3f5e2a3fae8</DisplayName></Owner><ETag>"41e65b0da4ae583c7e6fc51376340962"</ETag><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>_本子/GQuuuuuuX/官方设定1/01.png</Key><Size>1698498</Size><LastModified>2026-01-10T06:40:55.410Z</LastModified><Owner><ID>a81d94d55bebab797ddce3f5e2a3fae8</ID><DisplayName>a81d94d55bebab797ddce3f5e2a3fae8</DisplayName></Owner><ETag>"d861b7a858d58110a4f2a7240391cc49"</ETag><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>_本子/GQuuuuuuX/官方设定1/02.png</Key><Size>419339</Size><LastModified>2026-01-10T06:42:40.178Z</LastModified><Owner><ID>a81d94d55bebab797ddce3f5e2a3fae8</ID><DisplayName>a81d94d55bebab797ddce3f5e2a3fae8</DisplayName></Owner><ETag>"32544bd2fe0e96cd7081b90a8a817c25"</ETag><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>_本子/GQuuuuuuX/官方设定1/03.png</Key><Size>418236</Size><LastModified>2026-01-10T06:42:41.143Z</LastModified><Owner><ID>a81d94d55bebab797ddce3f5e2a3fae8</ID><DisplayName>a81d94d55bebab797ddce3f5e2a3fae8</DisplayName></Owner><ETag>"3e0aa020e24d79d28d053ccbcd8b97a1"</ETag><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>_本子/GQuuuuuuX/官方设定1/04.png</Key><Size>369923</Size><LastModified>2026-01-10T06:42:34.601Z</LastModified><Owner><ID>a81d94d55bebab797ddce3f5e2a3fae8</ID><DisplayName>a81d94d55bebab797ddce3f5e2a3fae8</DisplayName></Owner><ETag>"7e78bf8f45afdf32fa258fef63845fc6"</ETag><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>_本子/GQuuuuuuX/官方设定1/05.png</Key><Size>282076</Size><LastModified>2026-01-10T06:42:35.789Z</LastModified><Owner><ID>a81d94d55bebab797ddce3f5e2a3fae8</ID><DisplayName>a81d94d55bebab797ddce3f5e2a3fae8</DisplayName></Owner><ETag>"d62182a53176ba43ee47f4ba46fc5d98"</ETag><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>_本子/GQuuuuuuX/官方设定2/01.png</Key><Size>1487078</Size><LastModified>2026-01-10T06:41:25.644Z</LastModified><Owner><ID>a81d94d55bebab797ddce3f5e2a3fae8</ID><DisplayName>a81d94d55bebab797ddce3f5e2a3fae8</DisplayName></Owner><ETag>"d381f72bb76f64f21e21044c14421d87"</ETag><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>_本子/GQuuuuuuX/官方设定2/02.png</Key><Size>97542</Size><LastModified>2026-01-10T06:40:56.759Z</LastModified><Owner><ID>a81d94d55bebab797ddce3f5e2a3fae8</ID><DisplayName>a81d94d55bebab797ddce3f5e2a3fae8</DisplayName></Owner><ETag>"d6dcbf3cda91bc5745f2c43095d49ea1"</ETag><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>_本子/GQuuuuuuX/官方设定2/03.png</Key><Size>98800</Size><LastModified>2026-01-10T06:40:56.852Z</LastModified><Owner><ID>a81d94d55bebab797ddce3f5e2a3fae8</ID><DisplayName>a81d94d55bebab797ddce3f5e2a3fae8</DisplayName></Owner><ETag>"d1c8d94aeb2fe9e908f8c17f398fd604"</ETag><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>_本子/GQuuuuuuX/官方设定2/04.png</Key><Size>89746</Size><LastModified>2026-01-10T06:41:05.303Z</LastModified><Owner><ID>a81d94d55bebab797ddce3f5e2a3fae8</ID><DisplayName>a81d94d55bebab797ddce3f5e2a3fae8</DisplayName></Owner><ETag>"de7e92cbad291bad86e84cf07caed00b"</ETag><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>_本子/_index.json</Key><Size>1495</Size><LastModified>2026-01-10T13:09:04.799Z</LastModified><Owner><ID>a81d94d55bebab797ddce3f5e2a3fae8</ID><DisplayName>a81d94d55bebab797ddce3f5e2a3fae8</DisplayName></Owner><ETag>"f2feeda75e38f3a334ac7e78ae024608"</ETag><StorageClass>STANDARD</StorageClass></Contents><Contents><Key>_本子/ゴーイング マイペース (ラブライブ!)/01.jpg</Key><Size>364330</Size><LastModified>2026-01-10T06:41:00.616Z</LastModified><O
Open service 43.174.247.38:443 · www.bjdh.top
2026-01-23 17:24
HTTP/1.1 200 OK
Last-Modified: Fri, 18 Oct 2024 11:16:40 GMT
Etag: "67124398-8a"
Server: nginx
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Content-Length: 138
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 17:25:00 GMT
Age: 158960
EO-LOG-UUID: 12199795888229905961
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 404 Not Found
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:80 · www.bjdh.top
2026-01-23 17:24
HTTP/1.1 200 OK
Last-Modified: Fri, 18 Oct 2024 11:16:40 GMT
Etag: "67124398-8a"
Server: nginx
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Content-Length: 138
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 17:25:03 GMT
Age: 141609
EO-LOG-UUID: 16120006058115838413
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 404 Not Found
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:80 · csilent.top
2026-01-23 17:14
HTTP/1.1 301 Moved Permanently
Location: https://csilent.top/
Content-Length: 0
Connection: close
Server: EdgeOne_L7S_OC_FREE
Date: Fri, 23 Jan 2026 17:14:26 GMT
EO-LOG-UUID: 5989404762817651789
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · csilent.top
2026-01-23 17:14
HTTP/1.1 200 OK
Last-Modified: Wed, 05 Nov 2025 03:08:15 GMT
Etag: "690abf9f-82"
Server: openresty
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Content-Length: 130
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 17:14:23 GMT
Age: 344572
EO-LOG-UUID: 10550021625488361210
EO-Cache-Status: HIT
Cache-Control: max-age=86400
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 404 Not Found
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
Open service 43.174.247.38:80 · file.pub1.cc
2026-01-23 17:12
HTTP/1.1 301 Moved Permanently
Server: openresty
Content-Type: text/html
Location: https://file.pub1.cc/
Strict-Transport-Security: max-age=31536000; includeSubDomains
Content-Length: 166
Connection: close
Date: Fri, 23 Jan 2026 17:12:34 GMT
EO-LOG-UUID: 3326176895466098794
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>openresty</center>
</body>
</html>
Open service 43.174.247.38:443 · file.pub1.cc
2026-01-23 17:12
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 17:03:02 GMT
Etag: "6973a9c6-2c3"
Server: openresty
Content-Type: text/html
Strict-Transport-Security: max-age=31536000; includeSubDomains
Content-Length: 707
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 17:12:32 GMT
Age: 16
EO-LOG-UUID: 8209528809619321071
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 恭喜,站点创建成功!
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex,nofollow" />
<title>恭喜,站点创建成功!</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>恭喜, 站点创建成功!</h1>
<h3>这是默认index.html,本页面由系统自动生成</h3>
</div>
</body>
</html>
Open service 43.174.247.38:443 · hy.mspg.top
2026-01-23 17:09
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=UTF-8
Vary: Accept-Encoding
Set-Cookie: XSRF-TOKEN=eyJpdiI6IjhQUWQ5c1pwTFVncVUxaU1BVHJFOEE9PSIsInZhbHVlIjoicXdpcTV1OXRvZko1Rk4wVTJ0VGw2aUtqTU15WlJnNndmTktPNm1pa3ZVVkQ1L21rKytOL2ZmME5PeHpTZDBBenpQZ2dwK1JMaDJqQk9Dc2NIdWZub2NOcGhzN28vNTg2N0xnRmdybzNkd2Ezak55UDdrR3VvbDFaUVFzRkZ1V0kiLCJtYWMiOiJmZmJiZDMzYTUwNWQzYWUxY2IyMjkzNWZkYTVjYTcxZjg4OGIzZGI3YjkwYTIyODNmOTVjZDhlMDE0Yjk4NmY1IiwidGFnIjoiIn0%3D; expires=Fri, 23 Jan 2026 19:10:14 GMT; Max-Age=7200; path=/; samesite=lax
Set-Cookie: sdfaka_pro_session=eyJpdiI6IjRyUEdKTEZ6VTRNWDAvOURydldHM1E9PSIsInZhbHVlIjoidXBlNzhhemlLMGNxbkNiUCtzWVVSRkhpbm9jTjZGQnZDNjRnUUFIb2FiUUZlSzBiSURZcytydG02eE9iZVBYRmJaeHFyN3A0UHlzNm1LaXhQa3JpYXIvaFltVlVibHJOMHFtSDk1dG43SGlnZGtxYkJDS282S2oweld0N2lNN3ciLCJtYWMiOiI4ZDE3ZmRhMmUwYTdjNjNlZjMwOTQ1YjdjMjEzMDIzZDk3MWVjMTdiMDJiYjNmMmIyZDM0OTRhYjEzMzE1YTJkIiwidGFnIjoiIn0%3D; expires=Fri, 23 Jan 2026 19:10:14 GMT; Max-Age=7200; path=/; httponly; samesite=lax
Strict-Transport-Security: max-age=31536000
Cache-Control: private, no-cache
Transfer-Encoding: chunked
Connection: close
Date: Fri, 23 Jan 2026 17:10:13 GMT
EO-LOG-UUID: 5970492978954396837
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 加载中
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title> 加载中 </title>
<meta name="renderer" content="webkit">
<meta content="木森瓶盖货源,个人自动云商城免签约支付接口,24小时自动发货" name="Keywords">
<meta name="description" content="木森瓶盖货源是一款个人版全新的一款商城系统,支持微信、支付宝、QQ钱包支付,支持7X24无人值守自动发货" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="stylesheet" href="/static/css/pc-style.css?v=1.1.76">
<link rel="stylesheet" href="https://hy.mspg.top/static/layuiadmin/layui/css/layui.css?v=5" media="all">
<script src="https://hy.mspg.top/static/layuiadmin/layui/layui.js"></script>
<script src="https://hy.mspg.top/static/js/jquery-3.4.1.min.js"></script>
<link href="//at.alicdn.com/t/font_486278_r6hr3npwof.css" rel="stylesheet" type="text/css">
<style>
.fa a{padding: 0 30px;font-size: 16px;font-weight: bold}
body{margin: 0 !important;}
</style>
<!-- 让IE8/9支持媒体查询,从而兼容栅格 -->
<!--[if lt IE 9]>
<script src="https://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
<script src="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
.layui-card {
margin-bottom: 15px;
border-radius: 2px;
background-color: #fff;
box-shadow: 0 1px 20px 15px rgba(.07,0,0,.07);
}
.layui-container{
width: 1300px;
}
#homeNav a,#homeNav a i{
font-size: 17px;
}
.left_nav{
position:fixed;
left:30px;
top:144px;
z-index:1000;
}
/*去除滚动条*/
.layui-nav-child::-webkit-scrollbar{
display:none;
}
::-webkit-scrollbar{display:none;}
</style>
<link rel="stylesheet" href="/static/layuiadmin/style/template.css?v=1.1.11" media="all">
<link rel="stylesheet" href="/static/css/pc-style.css?v=1.1.62">
<script src="/static/js/base64.js"></script>
<script src="/static/js/swiper.min.js"></script>
</head>
<body style="background-color: #f4f8ff; background-size: 100% 100% ;">
<header style="box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);height: 82px">
<div class="site-nav-b" style="width: 1250px">
<form action="https://hy.mspg.top/queryGood" method="get">
<div class="site-nav-search-logo" style="width: 200px"><a href="/"><img src="/static/images/8ccbc94ba6393a2d71bcac6012925ec.png" style="vertical-align: middle;width: 150px;height: 38px" alt=" 加载中 "></a></div>
<div class="site-nav-search-input">
<input name="keywords" type="text" placeholder="输入关键词搜索商品" required="" style="border: 1px solid #e1e0e0;width: 250px">
</div>
<div class="fa" style="display: flex;height: 100%;margin-left: 200px;margin-top: -10px;z-index: 999">
<a href="/">首页</a>
<a href="https://hy.mspg.top/cat">商品分类</a>
<a href="https://hy.mspg.top/query">订单查询</a>
<a href="https://hy.mspg.top/customer_service">联系客服</a>
<a href="https://hy.mspg.top/articleList">帮助中心</a>
<a href="https://hy.mspg.top/member/index">会员中心</a>
</div>
<div class="site-nav-search-btn">
<button type="submit" style="background-color: #59f"> <i class="layui-icon layui-icon-search"></i> 搜索</button>
</div>
</form>
</div>
</header>
<div class="layui-container" style="padding: 5px;z-index: 0;">
<div style="margin-top: 100px;">
<div id="view"></div>
<script id="indexTpl" type="text/html">
<%# if(d.data.set.gonggao) { %>
<div class="layui-card" >
<div class="layui-card-body"><%- d.data.set.gonggao %></div>
</div>
<%# } %>
<%# if(typeof(d.data.h
Open service 43.174.247.38:80 · hy.mspg.top
2026-01-23 17:09
HTTP/1.1 301 Moved Permanently
Server: nginx
Content-Type: text/html
Location: https://hy.mspg.top/
Strict-Transport-Security: max-age=31536000
Content-Length: 162
Connection: close
Date: Fri, 23 Jan 2026 17:10:16 GMT
EO-LOG-UUID: 7977737798655726551
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · laikm.top
2026-01-23 16:42
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 08:11:28 GMT
Etag: "69732d30-f59b"
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Access-Control-Allow-Origin: *
expires: Fri, 23 Jan 2026 16:52:57 GMT
x-proxy-cache: MISS
X-GitHub-Request-Id: 09AE:62BF9:1029A1C:1226A8D:6973A511
X-Served-By: cache-iad-kcgs7200146-IAD
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1769186577.353443,VS0,VE16
Vary: Accept-Encoding
X-Fastly-Request-ID: 9addcdacfdc7de69ba78d467c40be99f8d05c134
Cache-Control: max-age=600
Content-Length: 62875
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 16:43:12 GMT
Age: 15
EO-LOG-UUID: 11712720973819571954
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Lai - Yu
<!DOCTYPE html><html lang="zh-CN" class="bg-[var(--page-bg)] transition text-[14px] md:text-[16px]" data-overlayscrollbars-initialize data-astro-cid-sckkx6r4 style="--bannerOffset: 15vh;--banner-height-home: 65vh;--banner-height: 35vh;--configHue: 275;--page-width: 75rem;"> <head><title>Lai - Yu</title><meta charset="UTF-8"><meta name="description" content="Lai - Yu"><meta name="author" content="Laik"><meta property="og:site_name" content="Lai"><meta property="og:url" content="https://laikmm.top/"><meta property="og:title" content="Lai - Yu"><meta property="og:description" content="Lai - Yu"><meta property="og:type" content="website"><meta name="twitter:card" content="summary_large_image"><meta property="twitter:url" content="https://laikmm.top/"><meta name="twitter:title" content="Lai - Yu"><meta name="twitter:description" content="Lai - Yu"><meta name="viewport" content="width=device-width"><meta name="generator" content="Astro v5.13.10"><link rel="icon" href="/favicon/favicon-light-32.png" sizes="32x32" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-light-128.png" sizes="128x128" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-light-180.png" sizes="180x180" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-light-192.png" sizes="192x192" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-dark-32.png" sizes="32x32" media="(prefers-color-scheme: dark)"><link rel="icon" href="/favicon/favicon-dark-128.png" sizes="128x128" media="(prefers-color-scheme: dark)"><link rel="icon" href="/favicon/favicon-dark-180.png" sizes="180x180" media="(prefers-color-scheme: dark)"><link rel="icon" href="/favicon/favicon-dark-192.png" sizes="192x192" media="(prefers-color-scheme: dark)"><!-- Set the theme before the page is rendered to avoid a flash --><script>(function(){const DEFAULT_THEME = "light";
const LIGHT_MODE = "light";
const DARK_MODE = "dark";
const AUTO_MODE = "auto";
const BANNER_HEIGHT_EXTEND = 30;
const PAGE_WIDTH = 75;
const configHue = 275;
// Load the theme from local storage
const theme = localStorage.getItem('theme') || DEFAULT_THEME;
switch (theme) {
case LIGHT_MODE:
document.documentElement.classList.remove('dark');
break
case DARK_MODE:
document.documentElement.classList.add('dark');
break
case AUTO_MODE:
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.documentElement.classList.add('dark');
} else {
document.documentElement.classList.remove('dark');
}
}
// Load the hue from local storage
const hue = localStorage.getItem('hue') || configHue;
document.documentElement.style.setProperty('--hue', hue);
// calculate the --banner-height-extend, which needs to be a multiple of 4 to avoid blurry text
let offset = Math.floor(window.innerHeight * (BANNER_HEIGHT_EXTEND / 100));
offset = offset - offset % 4;
document.documentElement.style.setProperty('--banner-height-extend', `${offset}px`);
})();</script><!-- defines global css variables. This will be applied to <html> <body> and some other elements idk why --><link rel="alternate" type="application/rss+xml" title="Laik" href="https://laikmm.top/rss.xml"><link rel="stylesheet" href="/_astro/Layout.DSulWsr7.css">
<link rel="stylesheet" href="/_astro/Layout.y4KPJ9hc.css">
<link rel="stylesheet" href="/_astro/_page_.CSMrO1ep.css">
<link rel="stylesheet" href="/_astro/_page_.CjAefN3Q.css">
<link rel="stylesheet" href="/_astro/about.BtniRLn_.css">
<style>input.svelte-1wah7ro:focus{outline:0}.search-panel.svelte-1wah7ro{max-height:calc(100vh - 100px);overflow-y:auto}#display-setting.svelte-d7tq3k input[type=range]:where(.svelte-d7tq3k){-webkit-appearance:none;height:1.5rem;background-image:var(--color-selection-bar);transition:background-image .15s ease-in-out}#display-setting.svelte-d7tq3k input[type=range]:where(.svelte-d7tq3k)::-webkit-slider-thumb{-webkit-appearance:none;height:1rem;width:.5rem;border-radius:.125rem;background:#ffffffb3;box-shado
Open service 43.174.247.38:80 · laikm.top
2026-01-23 16:42
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 08:11:28 GMT
Etag: "69732d30-f59b"
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Access-Control-Allow-Origin: *
expires: Fri, 23 Jan 2026 16:52:57 GMT
x-proxy-cache: MISS
X-GitHub-Request-Id: 09AE:62BF9:1029A1C:1226A8D:6973A511
X-Served-By: cache-iad-kcgs7200146-IAD
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1769186577.353443,VS0,VE16
Vary: Accept-Encoding
X-Fastly-Request-ID: 9addcdacfdc7de69ba78d467c40be99f8d05c134
Cache-Control: max-age=600
Content-Length: 62875
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 16:43:15 GMT
Age: 18
EO-LOG-UUID: 4954264769865428618
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Lai - Yu
<!DOCTYPE html><html lang="zh-CN" class="bg-[var(--page-bg)] transition text-[14px] md:text-[16px]" data-overlayscrollbars-initialize data-astro-cid-sckkx6r4 style="--bannerOffset: 15vh;--banner-height-home: 65vh;--banner-height: 35vh;--configHue: 275;--page-width: 75rem;"> <head><title>Lai - Yu</title><meta charset="UTF-8"><meta name="description" content="Lai - Yu"><meta name="author" content="Laik"><meta property="og:site_name" content="Lai"><meta property="og:url" content="https://laikmm.top/"><meta property="og:title" content="Lai - Yu"><meta property="og:description" content="Lai - Yu"><meta property="og:type" content="website"><meta name="twitter:card" content="summary_large_image"><meta property="twitter:url" content="https://laikmm.top/"><meta name="twitter:title" content="Lai - Yu"><meta name="twitter:description" content="Lai - Yu"><meta name="viewport" content="width=device-width"><meta name="generator" content="Astro v5.13.10"><link rel="icon" href="/favicon/favicon-light-32.png" sizes="32x32" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-light-128.png" sizes="128x128" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-light-180.png" sizes="180x180" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-light-192.png" sizes="192x192" media="(prefers-color-scheme: light)"><link rel="icon" href="/favicon/favicon-dark-32.png" sizes="32x32" media="(prefers-color-scheme: dark)"><link rel="icon" href="/favicon/favicon-dark-128.png" sizes="128x128" media="(prefers-color-scheme: dark)"><link rel="icon" href="/favicon/favicon-dark-180.png" sizes="180x180" media="(prefers-color-scheme: dark)"><link rel="icon" href="/favicon/favicon-dark-192.png" sizes="192x192" media="(prefers-color-scheme: dark)"><!-- Set the theme before the page is rendered to avoid a flash --><script>(function(){const DEFAULT_THEME = "light";
const LIGHT_MODE = "light";
const DARK_MODE = "dark";
const AUTO_MODE = "auto";
const BANNER_HEIGHT_EXTEND = 30;
const PAGE_WIDTH = 75;
const configHue = 275;
// Load the theme from local storage
const theme = localStorage.getItem('theme') || DEFAULT_THEME;
switch (theme) {
case LIGHT_MODE:
document.documentElement.classList.remove('dark');
break
case DARK_MODE:
document.documentElement.classList.add('dark');
break
case AUTO_MODE:
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.documentElement.classList.add('dark');
} else {
document.documentElement.classList.remove('dark');
}
}
// Load the hue from local storage
const hue = localStorage.getItem('hue') || configHue;
document.documentElement.style.setProperty('--hue', hue);
// calculate the --banner-height-extend, which needs to be a multiple of 4 to avoid blurry text
let offset = Math.floor(window.innerHeight * (BANNER_HEIGHT_EXTEND / 100));
offset = offset - offset % 4;
document.documentElement.style.setProperty('--banner-height-extend', `${offset}px`);
})();</script><!-- defines global css variables. This will be applied to <html> <body> and some other elements idk why --><link rel="alternate" type="application/rss+xml" title="Laik" href="https://laikmm.top/rss.xml"><link rel="stylesheet" href="/_astro/Layout.DSulWsr7.css">
<link rel="stylesheet" href="/_astro/Layout.y4KPJ9hc.css">
<link rel="stylesheet" href="/_astro/_page_.CSMrO1ep.css">
<link rel="stylesheet" href="/_astro/_page_.CjAefN3Q.css">
<link rel="stylesheet" href="/_astro/about.BtniRLn_.css">
<style>input.svelte-1wah7ro:focus{outline:0}.search-panel.svelte-1wah7ro{max-height:calc(100vh - 100px);overflow-y:auto}#display-setting.svelte-d7tq3k input[type=range]:where(.svelte-d7tq3k){-webkit-appearance:none;height:1.5rem;background-image:var(--color-selection-bar);transition:background-image .15s ease-in-out}#display-setting.svelte-d7tq3k input[type=range]:where(.svelte-d7tq3k)::-webkit-slider-thumb{-webkit-appearance:none;height:1rem;width:.5rem;border-radius:.125rem;background:#ffffffb3;box-shado
Open service 43.174.247.38:443 · miaomiaowu.npm.zmnteam.com
2026-01-23 16:32
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: TencentEdgeOne
Content-Length: 1461
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 16:32:18 GMT
Age: 13
EO-LOG-UUID: 2566220686503569168
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 妙妙屋
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/images/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>妙妙屋</title>
<meta name="title" content="妙妙屋" />
<meta name="description" content="妙妙屋 By miaomiaowu.net" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:title" content="妙妙屋" />
<meta property="og:description" content="妙妙屋 By miaomiaowu.net" />
<meta property="og:image" content="/images/preview.png" />
<!-- Twitter -->
<meta property="twitter:card" content="/images/preview.png" />
<meta property="twitter:url" content="" />
<meta property="twitter:title" content="妙妙屋" />
<meta property="twitter:description" content="妙妙屋 By miaomiaowu.net" />
<meta property="twitter:image" content="/safari-pinned-tab.svg" />
<meta name="theme-color" content="#fff" />
<script async defer src="https://in.miaomiaowu.net/script.js" data-website-id="6972d2b9-23de-4053-8e5b-d75970cae2bf"></script>
<script type="module" crossorigin src="/assets/index-DYkT0-R0.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CI1nLuwB.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Open service 43.174.247.38:80 · miaomiaowu.npm.zmnteam.com
2026-01-23 16:32
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server: TencentEdgeOne
Content-Length: 1461
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 16:32:20 GMT
Age: 15
EO-LOG-UUID: 2184520345882524507
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 妙妙屋
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/images/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>妙妙屋</title>
<meta name="title" content="妙妙屋" />
<meta name="description" content="妙妙屋 By miaomiaowu.net" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:title" content="妙妙屋" />
<meta property="og:description" content="妙妙屋 By miaomiaowu.net" />
<meta property="og:image" content="/images/preview.png" />
<!-- Twitter -->
<meta property="twitter:card" content="/images/preview.png" />
<meta property="twitter:url" content="" />
<meta property="twitter:title" content="妙妙屋" />
<meta property="twitter:description" content="妙妙屋 By miaomiaowu.net" />
<meta property="twitter:image" content="/safari-pinned-tab.svg" />
<meta name="theme-color" content="#fff" />
<script async defer src="https://in.miaomiaowu.net/script.js" data-website-id="6972d2b9-23de-4053-8e5b-d75970cae2bf"></script>
<script type="module" crossorigin src="/assets/index-DYkT0-R0.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CI1nLuwB.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Open service 43.174.247.38:443 · csgo.ernai.net
2026-01-23 16:30
HTTP/1.1 200 OK
Content-Type: text/html
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Content-Language: en-US
Pragma: no-cache
Expires: 0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
Referrer-Policy: strict-origin-when-cross-origin
set-cookie: XSRF-TOKEN=0fda041f-93af-47df-865e-3869cc145203; Path=/; HTTPOnly
Set-Cookie: sl-session=jgdmf8bzdGltuswlrkHAAQ==; Path=/; Max-Age=86400; HttpOnly
Server: TencentEdgeOne
Cache-Control: must-revalidate, no-cache, no-store, max-age=0
Transfer-Encoding: chunked
Connection: close
Date: Fri, 23 Jan 2026 16:31:01 GMT
EO-LOG-UUID: 9792452988526931633
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · dddd.vmlogin.com.cn
2026-01-23 16:17
HTTP/1.1 404 Not Found
Content-Type: text/html
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=cQKe37EkbvSrT0zi9vYXzKuxq1gm9RllrCvqxUsr9mKG7fbvd1we%2F8FKS6qQ%2FtkdnelqFQmjw2aJvMjNMRrJYog8mVOZX9Y12bDbfMosdbZr35U%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Vary: Accept-Encoding
cf-cache-status: DYNAMIC
CF-RAY: 9c2899befe0fb88e-AMS
Transfer-Encoding: chunked
Connection: close
Date: Fri, 23 Jan 2026 16:17:19 GMT
EO-LOG-UUID: 9601248446579504525
EO-Cache-Status: MISS
Page title: Not Found
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="https://www.cloudflare.com/favicon.ico" />
<title>Not Found</title>
<style>
body {
font-family: system-ui;
font-weight: 300;
font-size: 1.25rem;
color: #36393a;
display: flex;
align-items: center;
justify-content: center;
}
main {
max-width: 1200px;
margin-top: 120px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
#text {
max-width: 60%;
margin-left: 1rem;
margin-right: 1rem;
}
main > section > div {
margin-bottom: 3.25rem;
}
svg {
margin-left: 2rem;
}
@keyframes eye-1 {
0% {
transform: translateX(0);
}
10%,
50% {
transform: translateX(-5px);
}
60% {
transform: translateX(0);
}
100% {
transform: translateX(0px);
}
}
@keyframes eye-2 {
0% {
transform: translateX(0);
}
10%,
50% {
transform: translateX(5px);
}
60% {
transform: translateX(0);
}
100% {
transform: translateX(0px);
}
}
svg > .eye-1 {
animation: eye-1 3s infinite;
}
svg > .eye-2 {
animation: eye-2 3s 0.6s infinite;
}
h1 {
font-size: 3.75rem;
font-weight: 400;
margin-bottom: 0.5rem;
}
h3 {
font-size: 2rem;
font-weight: 400;
color: #92979b;
margin: 0;
}
a {
color: #0055dc;
}
p {
margin: 0;
}
#error-title {
font-size: 2rem;
margin-bottom: 1rem;
}
#footer-title {
font-weight: 700;
margin-bottom: 0.75rem;
}
</style>
</head>
<body>
<main>
<section id="text">
<div>
<h1>Error 404</h1>
<h3>Object not found</h3>
</div>
<div>
<p>
This object does not exist or is not publicly accessible at this
URL. Check the URL of the object that you're looking for or contact
the owner to enable Public access.
</p>
</div>
<div>
<p id="footer-title">Is this your bucket?</p>
<p>
Learn how to enable
<a
href="https://developers.cloudflare.com/r2/data-access/public-buckets/"
>Public Access</a
>
</p>
</div>
</section>
<section>
<svg
width="414"
height="212"
viewBox="0 0 414 212"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<ellipse cx="208.5" cy="166.5" rx="174.5" ry="45.5" fill="#E2F5FA" />
<path
d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
fill="#C5EBF5"
/>
<path
d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
stroke="#6ECCE5"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
stroke="#6ECCE5"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<rect
x="137"
y="75"
width="70.9351"
height="9.39611"
rx="2.40792"
fill="#C5EBF5"
stroke="#6ECCE5"
stroke-width="2"
/>
<path
d="M124.566 13.277C121.053 13.277 118.204 10.4288 118.204 6.91534C118.204 3.40191 121.053 0.553711 124.566 0.553711C128.08 0.553711 130.928 3.40191 13
Open service 43.174.247.38:443 · speedup.nivekz.org
2026-01-23 15:25
HTTP/1.1 200 OK
Content-Type: text/html
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=K%2Bku2%2FoNZRF8VlbCNBnUeGO7nqJsExHZLNYrsm3lCgWxjV7S0w97r3B5QBT%2BuBtal33aAJZ3di6W6hF1bCtdle1XaxERfF9mMBDu2jw5Ow%3D%3D"}]}
content-language: zh-CN
expires: 0
pragma: no-cache
referrer-policy: strict-origin-when-cross-origin
Set-Cookie: XSRF-TOKEN=a3064b00-66cd-4d8d-a296-b037e017af76; Path=/; HTTPOnly
strict-transport-security: max-age=31536000
vary: Origin
vary: Access-Control-Request-Method
vary: Access-Control-Request-Headers
vary: accept-encoding
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 0
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c284e355855660a-AMS
alt-svc: h3=":443"; ma=86400
Cache-Control: must-revalidate, no-cache, no-store, max-age=0
Transfer-Encoding: chunked
Connection: close
Date: Fri, 23 Jan 2026 15:25:45 GMT
EO-LOG-UUID: 7092504198909222007
EO-Cache-Status: MISS
Open service 43.174.247.38:443 · www.woyoufb.com
2026-01-23 15:23
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html;charset=UTF-8
Vary: Accept-Encoding
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Content-Language: en-US
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Transfer-Encoding: chunked
Connection: close
Date: Fri, 23 Jan 2026 15:23:56 GMT
EO-LOG-UUID: 1277313357918510083
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · www.woyoufb.com
2026-01-23 15:23
HTTP/1.1 301 Moved Permanently
Server: nginx
Content-Type: text/html
Location: https://www.woyoufb.com/
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 162
Connection: close
Date: Fri, 23 Jan 2026 15:23:58 GMT
EO-LOG-UUID: 7213091111009601123
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · nas.shuainys.xyz
2026-01-23 15:12
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
ETag: "69131e44-b72"
Pragma: no-cache
Expires: 0
Accept-Ranges: bytes
Last-Modified: Tue, 11 Nov 2025 11:30:12 GMT
Cache-Control: must-revalidate, proxy-revalidate, no-cache, no-store, max-age=0
Content-Length: 2930
Connection: close
Date: Fri, 23 Jan 2026 15:12:56 GMT
EO-LOG-UUID: 14476934092078686925
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 飞牛 fnOS
<!DOCTYPE html>
<html class="light" lang="zh-CN">
<head>
<script type="module" crossorigin src="/assets/polyfills-CloYm7Dj.js"></script>
<meta charset="UTF-8" />
<!-- <meta name="viewport" content="width=device-width, initial-scale=0.5 minimum-scale=0.5" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
html,
body {
background: linear-gradient(110deg, #4a5568 0.26%, #3a424f 97.78%);
}
.incompatible-box {
display: flex;
width: 100%;
height: 100vh;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: white;
}
.incompatible-box h1 {
margin: 0;
font-size: 32px;
line-height: 44px;
font-weight: 600;
color: #202327;
margin-bottom: 20px;
}
.incompatible-box .item1 {
margin-right: 60px;
}
.incompatible-box .logo {
position: absolute;
display: flex;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
}
.incompatible-box .logo div {
font-size: 20px;
line-height: 32px;
font-weight: 600;
color: #202327;
margin-left: 8px;
}
.incompatible-box p {
margin: 0;
font-size: 18px;
line-height: 24px;
color: #4a5568;
margin-bottom: 60px;
}
.incompatible-box span {
display: inline-block;
margin-top: 14px;
}
</style>
<title>飞牛 fnOS</title>
<script type="module" crossorigin src="/assets/index-CuXVuUMI.js"></script>
<link rel="modulepreload" crossorigin href="/assets/codemirror-D-aNaB2m.js">
<link rel="modulepreload" crossorigin href="/assets/lottie-react-BfmfuY3x.js">
<link rel="modulepreload" crossorigin href="/assets/rc-select-DEf6uWek.js">
<link rel="modulepreload" crossorigin href="/assets/lodash-KZN3M1a1.js">
<link rel="stylesheet" crossorigin href="/assets/index-C6m2nhFv.css">
</head>
<body>
<div id="root"></div>
<script>
function isIE() {
var myNav = navigator.userAgent.toLowerCase();
return myNav.indexOf('msie') != -1 || myNav.indexOf('trident') != -1 ? true : false;
}
if (isIE()) {
document.querySelector('#root').innerHTML =
'<div class="incompatible-box"><h1>当前浏览器不兼容飞牛</h1><p>我们建议您使用以下浏览器的最新版获取更好的体验</p><div><img src="static/img/chrome.png" class="item1" alt="" width="auto" height="100" /><img src="static/img/edge.png" alt="" width="auto" height="100" /></div><div><span class="item1">Google Chrome</span><span>Microsoft Edge</span></div><div class="logo"><img src="static/img/trim-logo.png" width="32" height="32" /><div>飞牛</div></div></div>';
}
</script>
</body>
</html>
Open service 43.174.247.38:80 · nas.shuainys.xyz
2026-01-23 15:12
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
ETag: "69131e44-b72"
Pragma: no-cache
Expires: 0
Accept-Ranges: bytes
Last-Modified: Tue, 11 Nov 2025 11:30:12 GMT
Cache-Control: must-revalidate, proxy-revalidate, no-cache, no-store, max-age=0
Content-Length: 2930
Connection: close
Date: Fri, 23 Jan 2026 15:12:59 GMT
EO-LOG-UUID: 13506229144402751760
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 飞牛 fnOS
<!DOCTYPE html>
<html class="light" lang="zh-CN">
<head>
<script type="module" crossorigin src="/assets/polyfills-CloYm7Dj.js"></script>
<meta charset="UTF-8" />
<!-- <meta name="viewport" content="width=device-width, initial-scale=0.5 minimum-scale=0.5" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
html,
body {
background: linear-gradient(110deg, #4a5568 0.26%, #3a424f 97.78%);
}
.incompatible-box {
display: flex;
width: 100%;
height: 100vh;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: white;
}
.incompatible-box h1 {
margin: 0;
font-size: 32px;
line-height: 44px;
font-weight: 600;
color: #202327;
margin-bottom: 20px;
}
.incompatible-box .item1 {
margin-right: 60px;
}
.incompatible-box .logo {
position: absolute;
display: flex;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
}
.incompatible-box .logo div {
font-size: 20px;
line-height: 32px;
font-weight: 600;
color: #202327;
margin-left: 8px;
}
.incompatible-box p {
margin: 0;
font-size: 18px;
line-height: 24px;
color: #4a5568;
margin-bottom: 60px;
}
.incompatible-box span {
display: inline-block;
margin-top: 14px;
}
</style>
<title>飞牛 fnOS</title>
<script type="module" crossorigin src="/assets/index-CuXVuUMI.js"></script>
<link rel="modulepreload" crossorigin href="/assets/codemirror-D-aNaB2m.js">
<link rel="modulepreload" crossorigin href="/assets/lottie-react-BfmfuY3x.js">
<link rel="modulepreload" crossorigin href="/assets/rc-select-DEf6uWek.js">
<link rel="modulepreload" crossorigin href="/assets/lodash-KZN3M1a1.js">
<link rel="stylesheet" crossorigin href="/assets/index-C6m2nhFv.css">
</head>
<body>
<div id="root"></div>
<script>
function isIE() {
var myNav = navigator.userAgent.toLowerCase();
return myNav.indexOf('msie') != -1 || myNav.indexOf('trident') != -1 ? true : false;
}
if (isIE()) {
document.querySelector('#root').innerHTML =
'<div class="incompatible-box"><h1>当前浏览器不兼容飞牛</h1><p>我们建议您使用以下浏览器的最新版获取更好的体验</p><div><img src="static/img/chrome.png" class="item1" alt="" width="auto" height="100" /><img src="static/img/edge.png" alt="" width="auto" height="100" /></div><div><span class="item1">Google Chrome</span><span>Microsoft Edge</span></div><div class="logo"><img src="static/img/trim-logo.png" width="32" height="32" /><div>飞牛</div></div></div>';
}
</script>
</body>
</html>
Open service 43.174.247.38:443 · www.it102.xyz
2026-01-23 15:11
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 01:56:36 GMT
Server: kangle/3.5
Content-Type: text/html
X-Cache: MISS from kangle web server
Content-Length: 430
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 15:11:38 GMT
Age: 16
EO-LOG-UUID: 650090089579601957
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Vite + Vue
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
<script type="module" crossorigin src="/assets/index-cc4a4658.js"></script>
<link rel="stylesheet" href="/assets/index-c667626b.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 43.174.247.38:80 · www.it102.xyz
2026-01-23 15:11
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 01:56:36 GMT
Server: kangle/3.5
Content-Type: text/html
X-Cache: MISS from kangle web server
Content-Length: 430
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 15:11:40 GMT
Age: 15
EO-LOG-UUID: 13628545931332133966
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Vite + Vue
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
<script type="module" crossorigin src="/assets/index-cc4a4658.js"></script>
<link rel="stylesheet" href="/assets/index-c667626b.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 43.174.247.38:443 · rfchost-jp-co-lite.littlediary.org
2026-01-23 15:09
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Server: TencentEdgeOne
Content-Length: 1490
Connection: close
Date: Fri, 23 Jan 2026 15:09:36 GMT
EO-LOG-UUID: 10721863484465880105
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Node Exporter
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Node Exporter</title>
<style>body {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
margin: 0;
}
header {
background-color: #e6522c;
color: #fff;
font-size: 1rem;
padding: 1rem;
}
main {
padding: 1rem;
}
label {
display: inline-block;
width: 0.5em;
}
#pprof {
border: black 2px solid;
padding: 1rem;
width: fit-content;
}
</style>
</head>
<body>
<header>
<h1>Node Exporter</h1>
</header>
<main>
<h2>Prometheus Node Exporter</h2>
<div>Version: (version=1.10.2, branch=HEAD, revision=654f19dee6a0c41de78a8d6d870e8c742cdb43b9)</div>
<div>
<ul>
<li><a href="/metrics">Metrics</a></li>
</ul>
</div>
<div id="pprof">
Download a detailed report of resource usage (pprof format, from the Go runtime):
<ul>
<li><a href="/debug/pprof/heap">heap usage (memory)</a>
<li><a href="/debug/pprof/profile?seconds=60">CPU usage (60 second profile)</a>
</ul>
To visualize and share profiles you can upload to <a href="https://pprof.me" target="_blank" rel="noopener noreferrer">pprof.me</a>
</div>
</main>
</body>
</html>
Open service 43.174.247.38:80 · rfchost-jp-co-lite.littlediary.org
2026-01-23 15:09
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Server: TencentEdgeOne
Content-Length: 1490
Connection: close
Date: Fri, 23 Jan 2026 15:09:39 GMT
EO-LOG-UUID: 9804832923293863116
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Node Exporter
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Node Exporter</title>
<style>body {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
margin: 0;
}
header {
background-color: #e6522c;
color: #fff;
font-size: 1rem;
padding: 1rem;
}
main {
padding: 1rem;
}
label {
display: inline-block;
width: 0.5em;
}
#pprof {
border: black 2px solid;
padding: 1rem;
width: fit-content;
}
</style>
</head>
<body>
<header>
<h1>Node Exporter</h1>
</header>
<main>
<h2>Prometheus Node Exporter</h2>
<div>Version: (version=1.10.2, branch=HEAD, revision=654f19dee6a0c41de78a8d6d870e8c742cdb43b9)</div>
<div>
<ul>
<li><a href="/metrics">Metrics</a></li>
</ul>
</div>
<div id="pprof">
Download a detailed report of resource usage (pprof format, from the Go runtime):
<ul>
<li><a href="/debug/pprof/heap">heap usage (memory)</a>
<li><a href="/debug/pprof/profile?seconds=60">CPU usage (60 second profile)</a>
</ul>
To visualize and share profiles you can upload to <a href="https://pprof.me" target="_blank" rel="noopener noreferrer">pprof.me</a>
</div>
</main>
</body>
</html>
Open service 43.174.247.38:80 · www.hainzcn.top
2026-01-23 15:08
HTTP/1.1 301 Moved Permanently Location: https://www.hainzcn.top/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Fri, 23 Jan 2026 15:08:30 GMT EO-LOG-UUID: 10979288799453437959 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · www.hainzcn.top
2026-01-23 15:08
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 14:57:31 GMT
Etag: "341af8164a8f0a24f0dda6ea40e090cc"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 6926
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Fri, 23 Jan 2026 15:08:28 GMT
EO-LOG-UUID: 11883321561822551957
EO-Cache-Status: Cache Hit
Page title: Hexo
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hexo</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:type" content="website">
<meta property="og:title" content="Hexo">
<meta property="og:url" content="http://example.com/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="John Doe">
<meta name="twitter:card" content="summary">
<link rel="alternate" href="/atom.xml" title="Hexo" type="application/atom+xml">
<link rel="shortcut icon" href="/favicon.png">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/fancybox/jquery.fancybox.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css">
<meta name="generator" content="Hexo 8.1.1"></head>
<body>
<div id="container">
<div id="wrap">
<header id="header">
<div id="banner"></div>
<div id="header-outer" class="outer">
<div id="header-title" class="inner">
<h1 id="logo-wrap">
<a href="/" id="logo">Hexo</a>
</h1>
</div>
<div id="header-inner" class="inner">
<nav id="main-nav">
<a id="main-nav-toggle" class="nav-icon"><span class="fa fa-bars"></span></a>
<a class="main-nav-link" href="/">Home</a>
<a class="main-nav-link" href="/archives">Archives</a>
</nav>
<nav id="sub-nav">
<a class="nav-icon" href="/atom.xml" title="RSS Feed"><span class="fa fa-rss"></span></a>
<a class="nav-icon nav-search-btn" title="Search"><span class="fa fa-search"></span></a>
</nav>
<div id="search-form-wrap">
<form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit"></button><input type="hidden" name="sitesearch" value="http://example.com"></form>
</div>
</div>
</div>
</header>
<div class="outer">
<section id="main">
<article id="post-hello-world" class="h-entry article article-type-post" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
<div class="article-meta">
<a href="/2026/01/23/hello-world/" class="article-date">
<time class="dt-published" datetime="2026-01-23T14:56:58.734Z" itemprop="datePublished">2026-01-23</time>
</a>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="p-name article-title" href="/2026/01/23/hello-world/">Hello World</a>
</h1>
</header>
<div class="e-content article-entry" itemprop="articleBody">
<p>Welcome to <a target="_blank" rel="noopener" href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a target="_blank" rel="noopener" href="https://hexo.io/docs/">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a target="_blank" rel="noopener" href="https://hexo.io/docs/troubleshooting.html">troubleshooting</a> or you can ask me on <a target="_blank" rel="noopener" href="https://github.com/hexojs/hexo/issues">GitHub</a>.</p>
<h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo new <span class="string">"My New Post"</span></span><br></pre></td></tr></table></figure>
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/writing.html">Writing</a></p>
<h3 id="Run-server"><a href="#Run-server" class="headerlink" tit
Open service 43.174.247.38:443 · rv-img.101114105.xyz
2026-01-23 15:00
HTTP/1.1 403 Forbidden
Content-Type: application/xml
Server: cloudflare
CF-RAY: 9c282927fbb8258e-MIA
Content-Length: 110
Connection: close
Date: Fri, 23 Jan 2026 15:00:27 GMT
EO-LOG-UUID: 10312915411055227879
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<?xml version="1.0" encoding="UTF-8"?><Error><Code>AccessDenied</Code><Message>Access Denied</Message></Error>
Open service 43.174.247.38:80 · rv-img.101114105.xyz
2026-01-23 15:00
HTTP/1.1 403 Forbidden
Content-Type: application/xml
Server: cloudflare
CF-RAY: 9c282938f936c9df-MIA
Content-Length: 110
Connection: close
Date: Fri, 23 Jan 2026 15:00:30 GMT
EO-LOG-UUID: 9533882633276649133
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<?xml version="1.0" encoding="UTF-8"?><Error><Code>AccessDenied</Code><Message>Access Denied</Message></Error>
Open service 43.174.247.38:80 · www.cnesa.cn
2026-01-23 14:55
HTTP/1.1 301 Moved Permanently
Server: nginx
Content-Type: text/html
Location: https://www.cnesa.cn/
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 162
Connection: close
Date: Fri, 23 Jan 2026 14:55:52 GMT
EO-LOG-UUID: 3130877331504501133
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · www.cnesa.cn
2026-01-23 14:55
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=UTF-8
Vary: Accept-Encoding
Link: <https://www.cnesa.cn/wp-json/>; rel="https://api.w.org/"
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Transfer-Encoding: chunked
Connection: close
Date: Fri, 23 Jan 2026 14:55:49 GMT
EO-LOG-UUID: 13816745742362079618
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · irandoc.info
2026-01-23 14:50
HTTP/1.1 301 Moved Permanently
Keep-Alive: timeout=5, max=100
Content-Type: text/html
Server: LiteSpeed
Location: https://irandoc.info/
Vary: User-Agent
Content-Length: 795
Connection: close
Date: Fri, 23 Jan 2026 14:50:48 GMT
EO-LOG-UUID: 113630247698674533
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<!DOCTYPE html>
<html style="height:100%">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title> 301 Moved Permanently
</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
<body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
<div style="height:auto; min-height:100%; "> <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
<h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
<h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
</h2>
<p>The document has been permanently moved.</p>
</div></div></body></html>
Open service 43.174.247.38:443 · irandoc.info
2026-01-23 14:50
HTTP/1.1 200 OK
Last-Modified: Sat, 03 Jan 2026 19:42:14 GMT
Etag: "1c110-69597116-aea4ca35d05a7192;;;"
content-type: text/html
server: LiteSpeed
vary: User-Agent
alt-svc: h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46"
Content-Length: 114960
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 14:50:45 GMT
Age: 1364594
EO-LOG-UUID: 13103383038192901354
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: irandoc.info
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>irandoc.info</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA4OCAxMDIuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODggMTAyLjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDY4MkI0O30KCS5zdDF7ZmlsbDojMzFCN0U5O30KCS5zdDJ7ZmlsbDpub25lO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8Zz4KCQkJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSI4OCw1Mi42IDg4LDUyLjYgMzguNCwzIDI0LjIsMTcuMiA1OS43LDUyLjYgMjQuMyw4OCAzOC40LDEwMi4yIAkJCSIvPgoJCTwvZz4KCQk8Zz4KCQkJPHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSI4NSw0OS42IDg1LDQ5LjYgMzUuNCwwIDIxLjIsMTQuMiA1Ni43LDQ5LjYgMjEuMyw4NSAzNS40LDk5LjIgCQkJIi8+CgkJPC9nPgoJPC9nPgoJPGxpbmUgY2xhc3M9InN0MiIgeDE9IjQwLjMiIHkxPSIxMDMuOCIgeDI9IjkwLjEiIHkyPSI1NC4yIi8+Cgk8Zz4KCQk8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIxMC41LDc0LjQgMTQuMSw3OCA0Mi40LDQ5LjYgMzguNyw0NS44IAkJIi8+CgkJPHBvbHlsaW5lIGNsYXNzPSJzdDEiIHBvaW50cz0iMzguNyw0NS45IDE0LjIsMjEuMyAwLDM1LjQgMTQuMiw0OS42IDAsNjMuOCAxMC42LDc0LjQgCQkiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K" />
<style>
* {
box-sizing: border-box;
margin: 0;
}
html {
font-size: 10px;
font-family: 'Open Sans', sans-serif;
color: #1d2a3b;
}
.container {
max-width: 960px;
margin: 0 auto;
}
.container.card {
margin-top: 12.3rem;
background-color: #ffffff;
border-radius: 10px;
box-shadow: -5px -4px 47px 3px rgba(198, 198, 198, 0.3);
text-align: center;
padding: 3.6rem;
/* padding-bottom: 3.6rem; */
}
.title-main {
font-size: 3.6rem;
font-weight: 700;
margin-top: 0;
margin-bottom: 2.1rem;
}
.main-image svg {
max-width: 61rem;
margin-bottom: 2rem;
}
.subheading{
font-size: 1.6rem;
font-weight: 600;
margin-bottom: 3rem;
}
.card .text {
font-size: 13px;
letter-spacing: 0.26px;
}
footer {
color: #b1b1b1;
font-size: 12px;
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 1.7rem;
}
footer .logo svg {
width: 145px;
padding-left: 11px;
}
footer .left-side {
display: flex;
align-items: center;
}
/* Medias */
@media screen and (max-width: 1024px){
.container {max-width: 90%;}
@media screen and (max-width: 768px){
html {font-size: 7px;}
.container {
max-width: 90%;}
.container.card {margin-top: 6rem;}
.card .text { font-size: 1.6rem;}
}
@media screen and (max-width: 480px){
html {font-size: 5.7px;}
.container {max-width: 95%;}
.title-main {font-size: 6.6vw;}
/* .container.card {margin-top: 2rem;} */
.subheading{font-size: 13px;}
.card .text { font-size: 12px;}
footer {flex-direction: column;}
}
}
</style>
</head>
<body>
<section id="default-card" class="default-card">
<div class="container card">
Open service 43.174.247.38:443 · eo.r136c.com
2026-01-23 14:40
HTTP/1.1 567 Unknown Status
Cache-Control: no-cache
Connection: close
Server: EdgeOne_L7S_OC_FREE
Date: Fri, 23 Jan 2026 14:40:30 GMT
EO-LOG-UUID: 8628935309323347284
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
content-type: text/html; charset=UTF-8
Content-Length: 1224
Page title: AccessDeny
<!DOCTYPE html><html><meta charset="UTF-8"><meta content="width=device-width,initial-scale=1" name="viewport"><title>AccessDeny</title><style>html{font-size:30px;font-family:PingFangSC-Regular}.content{padding:0 30px 0;width:1200px}.text1{font-size:1.25em}.text2{font-size:.625em}.text3{font-size:.75em;margin:100px 0}.footer-line{border-top:1px solid #000}</style><body style="display:none"><div class="content"><h1 class="err">Restricted Access</h1><p class="text2"><span id="id1">Request ID:</span><span>8628935309323347284</span></p><p class="text3">The security policy of this website has blocked you from further access.</p><div class="footer-line"><p class="text2"><span id="id3">Protected by Tencent Cloud EdgeOne</span></p></div></div></body><script>function changeLang(){["zh-cn","zh"].includes((navigator.userLanguage||navigator.language).toLowerCase())&&(document.querySelector(".err").innerHTML="访问受限",document.querySelector(".text3").innerHTML="您的请求已被该站点的安全策略拦截。",document.querySelector("#id1").innerHTML="请求 ID:",document.querySelector("#id3").innerHTML="由 Tencent Cloud EdgeOne 提供防护"),document.body.style="display: block"}changeLang()</script></html>
Open service 43.174.247.38:80 · eo.r136c.com
2026-01-23 14:40
HTTP/1.1 567 Unknown Status
Cache-Control: no-cache
Connection: close
Server: EdgeOne_L7S_OC_FREE
Date: Fri, 23 Jan 2026 14:40:33 GMT
EO-LOG-UUID: 1457928682757254509
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
content-type: text/html; charset=UTF-8
Content-Length: 1224
Page title: AccessDeny
<!DOCTYPE html><html><meta charset="UTF-8"><meta content="width=device-width,initial-scale=1" name="viewport"><title>AccessDeny</title><style>html{font-size:30px;font-family:PingFangSC-Regular}.content{padding:0 30px 0;width:1200px}.text1{font-size:1.25em}.text2{font-size:.625em}.text3{font-size:.75em;margin:100px 0}.footer-line{border-top:1px solid #000}</style><body style="display:none"><div class="content"><h1 class="err">Restricted Access</h1><p class="text2"><span id="id1">Request ID:</span><span>1457928682757254509</span></p><p class="text3">The security policy of this website has blocked you from further access.</p><div class="footer-line"><p class="text2"><span id="id3">Protected by Tencent Cloud EdgeOne</span></p></div></div></body><script>function changeLang(){["zh-cn","zh"].includes((navigator.userLanguage||navigator.language).toLowerCase())&&(document.querySelector(".err").innerHTML="访问受限",document.querySelector(".text3").innerHTML="您的请求已被该站点的安全策略拦截。",document.querySelector("#id1").innerHTML="请求 ID:",document.querySelector("#id3").innerHTML="由 Tencent Cloud EdgeOne 提供防护"),document.body.style="display: block"}changeLang()</script></html>
Open service 43.174.247.38:443 · vaultwarden.npm.zmnteam.com
2026-01-23 14:39
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html; charset=utf-8
expires: Fri, 23 Jan 2026 14:49:35 GMT
x-frame-options: SAMEORIGIN
permissions-policy: accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(), geolocation=(), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=()
x-content-type-options: nosniff
referrer-policy: same-origin
x-robots-tag: noindex, nofollow
x-xss-protection: 0
cross-origin-resource-policy: same-origin
content-security-policy: default-src 'none'; font-src 'self'; manifest-src 'self'; base-uri 'self'; form-action 'self'; object-src 'self' blob:; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; child-src 'self' https://*.duosecurity.com https://*.duofederal.com; frame-src 'self' https://*.duosecurity.com https://*.duofederal.com; frame-ancestors 'self' chrome-extension://nngceckbapebfimnlniiiahkandclblb chrome-extension://jbkfoedolllekgbhcbcoahefnbanhhlh moz-extension://* ; img-src 'self' data: https://haveibeenpwned.com ; connect-src 'self' https://api.pwnedpasswords.com https://api.2fa.directory https://app.simplelogin.io/api/ https://app.addy.io/api/ https://api.fastmail.com/ https://api.forwardemail.net ;
X-Served-By: vaultwarden.npm.zmnteam.com
Cache-Control: public, max-age=600
Content-Length: 1347
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 14:39:51 GMT
Age: 15
EO-LOG-UUID: 15630856589452768320
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Vaultwarden Web
<!doctype html><html class="theme_light"><head><meta charset="utf-8"/><meta name="viewport" content="width=1010"/><meta name="theme-color" content="#175DDC"/><title page-title>Vaultwarden Web</title><link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png"/><link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#175DDC"/><link rel="manifest" href="cca56971e438d22818d6.json"/><link rel="stylesheet" href="css/vaultwarden.css"/><script defer="defer" src="theme_head.4cb181fc19f2a308ba73.js"></script><link href="styles.210448eea764e08cd3db.css" rel="stylesheet"></head><body class="layout_frontend"><app-root><div class="tw-p-8 tw-flex"><img class="new-logo-themed" alt="Vaultwarden"/><div class="spinner-container tw-justify-center"><i class="bwi bwi-spinner bwi-spin bwi-3x tw-text-muted" title="Loading" aria-hidden="true"></i></div></div></app-root><script defer="defer" src="app/polyfills.c5a5bb8e63f572e1aad3.js"></script><script defer="defer" src="app/vendor.a472624478da807c2f59.js"></script><script defer="defer" src="app/main.d867124a6761f6de6826.js"></script><script defer="defer" src="styles.31d6cfe0d16ae931b73c.js"></script></body></html>
Open service 43.174.247.38:443 · xborad.npm.zmnteam.com
2026-01-23 14:35
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html; charset=UTF-8
X-Served-By: xborad.npm.zmnteam.com
Cache-Control: private, no-cache
Content-Length: 2109
Connection: close
Date: Fri, 23 Jan 2026 14:35:56 GMT
EO-LOG-UUID: 10582809398060622683
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: XBoard
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/theme/v2board/assets/components.chunk.css?v=20250319-3d254c0">
<link rel="stylesheet" href="/theme/v2board/assets/umi.css?v=20250319-3d254c0">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
<meta name="theme-color" content="#0665d0">
<title>XBoard</title>
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700"> -->
<script>window.routerBase = "/";</script>
<script>
window.settings = {
title: 'XBoard',
assets_path: '/theme/v2board/assets',
theme: {
sidebar: 'light',
header: 'dark',
color: 'default',
},
version: '20250319-3d254c0',
background_url: '',
description: 'XBoard is best!',
i18n: [
'zh-CN',
'en-US',
'ja-JP',
'vi-VN',
'ko-KR',
'zh-TW',
'fa-IR'
],
logo: ''
}
</script>
<script src="/theme/v2board/assets/i18n/zh-CN.js?v=20250319-3d254c0"></script>
<script src="/theme/v2board/assets/i18n/zh-TW.js?v=20250319-3d254c0"></script>
<script src="/theme/v2board/assets/i18n/en-US.js?v=20250319-3d254c0"></script>
<script src="/theme/v2board/assets/i18n/ja-JP.js?v=20250319-3d254c0"></script>
<script src="/theme/v2board/assets/i18n/vi-VN.js?v=20250319-3d254c0"></script>
<script src="/theme/v2board/assets/i18n/ko-KR.js?v=20250319-3d254c0"></script>
<script src="/theme/v2board/assets/i18n/fa-IR.js?v=20250319-3d254c0"></script>
</head>
<body>
<div id="root"></div>
<script src="/theme/v2board/assets/vendors.async.js?v=20250319-3d254c0"></script>
<script src="/theme/v2board/assets/components.async.js?v=20250319-3d254c0"></script>
<script src="/theme/v2board/assets/umi.js?v=20250319-3d254c0"></script>
</body>
</html>
Open service 43.174.247.38:443 · www.kovs.club
2026-01-23 14:24
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
X-Powered-By: PHP/7.4.33
Content-Length: 9687
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 14:24:44 GMT
Age: 12
EO-LOG-UUID: 4136344841202605950
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 提示信息 - 协佳网络|实况之家|数据联赛|公司项目网站|实况足球8|WEH对战平台 - Powered by Discuz!
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>提示信息 - 协佳网络|实况之家|数据联赛|公司项目网站|实况足球8|WEH对战平台 - Powered by Discuz!</title>
<meta name="keywords" content="" />
<meta name="description" content=",协佳网络|实况之家|数据联赛|公司项目网站|实况足球8|WEH对战平台" />
<meta name="generator" content="Discuz! X3.5" />
<meta name="author" content="Discuz! Team and Comsenz UI Team" />
<meta name="copyright" content="2001-2026 Discuz! Team." />
<meta name="MSSmartTagsPreventParsing" content="True" />
<meta http-equiv="MSThemeCompatible" content="Yes" />
<base href="https://www.kovs.club/" /><link rel="stylesheet" type="text/css" href="data/cache/style_1_common.css?o0H" /><link rel="stylesheet" type="text/css" href="data/cache/style_1_forum_index.css?o0H" /><link rel="stylesheet" id="css_extstyle" type="text/css" href="t5/style.css?o0H" /><!--[if IE]><link rel="stylesheet" type="text/css" href="data/cache/style_1_iefix.css?o0H" /><![endif]--><script type="text/javascript">var STYLEID = '1', STATICURL = 'static/', IMGDIR = 'static/image/common', VERHASH = 'o0H', charset = 'utf-8', discuz_uid = '0', cookiepre = 'o8qW_2132_', cookiedomain = '', cookiepath = '/', showusercard = '1', attackevasive = '0', disallowfloat = 'tradeorder|debate|usergroups', creditnotice = '1|威望|,2|金钱|,3|贡献|,4|W币|,5|抽奖|,7|X币|', defaultstyle = 't5', REPORTURL = '', SITEURL = 'https://www.kovs.club/', JSPATH = 'data/cache/', CSSPATH = 'data/cache/style_', DYNAMICURL = '';</script>
<script src="data/cache/common.js?o0H" type="text/javascript"></script>
<meta name="application-name" content="协佳网络|实况之家|数据联赛|公司项目网站|实况足球8|WEH对战平台" />
<meta name="msapplication-tooltip" content="协佳网络|实况之家|数据联赛|公司项目网站|实况足球8|WEH对战平台" />
<meta name="msapplication-task" content="name=文章;action-uri=https://www.kovs.club/portal.php;icon-uri=https://www.kovs.club/static/image/common/portal.ico" /><meta name="msapplication-task" content="name=实况之家;action-uri=https://www.kovs.club/forum.php;icon-uri=https://www.kovs.club/static/image/common/bbs.ico" />
<meta name="msapplication-task" content="name=群组;action-uri=https://www.kovs.club/group.php;icon-uri=https://www.kovs.club/static/image/common/group.ico" /><meta name="msapplication-task" content="name=动态;action-uri=https://www.kovs.club/home.php;icon-uri=https://www.kovs.club/static/image/common/home.ico" /><link rel="archives" title="协佳网络|实况之家|数据联赛|公司项目网站|实况足球8|WEH对战平台" href="https://www.kovs.club/archiver/" />
<link rel="stylesheet" id="css_widthauto" type="text/css" href='data/cache/style_1_widthauto.css?o0H' />
<script type="text/javascript">HTMLNODE.className += ' widthauto'</script>
<script src="data/cache/forum.js?o0H" type="text/javascript"></script>
</head>
<body id="nv_forum" class="pg_index" onkeydown="if(event.keyCode==27) return false;">
<div id="append_parent"></div><div id="ajaxwaitid"></div>
<div id="toptb" class="cl">
<div class="wp">
<div class="z"><a href="javascript:;" onclick="setHomepage('https://www.kovs.club/');">设为首页</a><a href="https://www.kovs.club/" onclick="addFavorite(this.href, '协佳网络|实况之家|数据联赛|公司项目网站|实况足球8|WEH对战平台');return false;">收藏本站</a></div>
<div class="y">
<a id="switchblind" href="javascript:;" onclick="toggleBlind(this)" title="开启辅助访问" class="switchblind"></a>
<a href="javascript:;" id="switchwidth" onclick="widthauto(this)" title="切换到窄版" class="switchwidth">切换到窄版</a>
</div>
</div>
</div>
<div id="qmenu_menu" class="p_pop blk" style="display: none;">
<div class="ptm pbw hm">
请 <a href="javascript:;" class="xi2" onclick="lsSubmit()"><strong>登录</strong></a> 后使用快捷导航<b
Open service 43.174.247.38:80 · www.kovs.club
2026-01-23 14:24
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
X-Powered-By: PHP/7.4.33
Content-Length: 9687
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 14:24:46 GMT
Age: 16
EO-LOG-UUID: 771118796730452813
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 提示信息 - 协佳网络|实况之家|数据联赛|公司项目网站|实况足球8|WEH对战平台 - Powered by Discuz!
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>提示信息 - 协佳网络|实况之家|数据联赛|公司项目网站|实况足球8|WEH对战平台 - Powered by Discuz!</title>
<meta name="keywords" content="" />
<meta name="description" content=",协佳网络|实况之家|数据联赛|公司项目网站|实况足球8|WEH对战平台" />
<meta name="generator" content="Discuz! X3.5" />
<meta name="author" content="Discuz! Team and Comsenz UI Team" />
<meta name="copyright" content="2001-2026 Discuz! Team." />
<meta name="MSSmartTagsPreventParsing" content="True" />
<meta http-equiv="MSThemeCompatible" content="Yes" />
<base href="https://www.kovs.club/" /><link rel="stylesheet" type="text/css" href="data/cache/style_1_common.css?o0H" /><link rel="stylesheet" type="text/css" href="data/cache/style_1_forum_index.css?o0H" /><link rel="stylesheet" id="css_extstyle" type="text/css" href="t5/style.css?o0H" /><!--[if IE]><link rel="stylesheet" type="text/css" href="data/cache/style_1_iefix.css?o0H" /><![endif]--><script type="text/javascript">var STYLEID = '1', STATICURL = 'static/', IMGDIR = 'static/image/common', VERHASH = 'o0H', charset = 'utf-8', discuz_uid = '0', cookiepre = 'o8qW_2132_', cookiedomain = '', cookiepath = '/', showusercard = '1', attackevasive = '0', disallowfloat = 'tradeorder|debate|usergroups', creditnotice = '1|威望|,2|金钱|,3|贡献|,4|W币|,5|抽奖|,7|X币|', defaultstyle = 't5', REPORTURL = '', SITEURL = 'https://www.kovs.club/', JSPATH = 'data/cache/', CSSPATH = 'data/cache/style_', DYNAMICURL = '';</script>
<script src="data/cache/common.js?o0H" type="text/javascript"></script>
<meta name="application-name" content="协佳网络|实况之家|数据联赛|公司项目网站|实况足球8|WEH对战平台" />
<meta name="msapplication-tooltip" content="协佳网络|实况之家|数据联赛|公司项目网站|实况足球8|WEH对战平台" />
<meta name="msapplication-task" content="name=文章;action-uri=https://www.kovs.club/portal.php;icon-uri=https://www.kovs.club/static/image/common/portal.ico" /><meta name="msapplication-task" content="name=实况之家;action-uri=https://www.kovs.club/forum.php;icon-uri=https://www.kovs.club/static/image/common/bbs.ico" />
<meta name="msapplication-task" content="name=群组;action-uri=https://www.kovs.club/group.php;icon-uri=https://www.kovs.club/static/image/common/group.ico" /><meta name="msapplication-task" content="name=动态;action-uri=https://www.kovs.club/home.php;icon-uri=https://www.kovs.club/static/image/common/home.ico" /><link rel="archives" title="协佳网络|实况之家|数据联赛|公司项目网站|实况足球8|WEH对战平台" href="https://www.kovs.club/archiver/" />
<link rel="stylesheet" id="css_widthauto" type="text/css" href='data/cache/style_1_widthauto.css?o0H' />
<script type="text/javascript">HTMLNODE.className += ' widthauto'</script>
<script src="data/cache/forum.js?o0H" type="text/javascript"></script>
</head>
<body id="nv_forum" class="pg_index" onkeydown="if(event.keyCode==27) return false;">
<div id="append_parent"></div><div id="ajaxwaitid"></div>
<div id="toptb" class="cl">
<div class="wp">
<div class="z"><a href="javascript:;" onclick="setHomepage('https://www.kovs.club/');">设为首页</a><a href="https://www.kovs.club/" onclick="addFavorite(this.href, '协佳网络|实况之家|数据联赛|公司项目网站|实况足球8|WEH对战平台');return false;">收藏本站</a></div>
<div class="y">
<a id="switchblind" href="javascript:;" onclick="toggleBlind(this)" title="开启辅助访问" class="switchblind"></a>
<a href="javascript:;" id="switchwidth" onclick="widthauto(this)" title="切换到窄版" class="switchwidth">切换到窄版</a>
</div>
</div>
</div>
<div id="qmenu_menu" class="p_pop blk" style="display: none;">
<div class="ptm pbw hm">
请 <a href="javascript:;" class="xi2" onclick="lsSubmit()"><strong>登录</strong></a> 后使用快捷导航<b
Open service 43.174.247.38:443 · sql.dp7575.cn
2026-01-23 14:17
HTTP/1.1 404 Not Found
Server: nginx
Content-Type: application/json
Vary: Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 1; mode=block
Content-Length: 74
Connection: close
Date: Fri, 23 Jan 2026 14:17:48 GMT
EO-LOG-UUID: 4957661821996285137
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
{"data":{},"message":"The requested resource wasn't found.","status":404}
Open service 43.174.247.38:80 · sql.dp7575.cn
2026-01-23 14:17
HTTP/1.1 301 Moved Permanently
Server: nginx
Content-Type: text/html
Location: https://sql.dp7575.cn/
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 162
Connection: close
Date: Fri, 23 Jan 2026 14:17:50 GMT
EO-LOG-UUID: 17147341014625090111
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · www.sql.dp7575.cn
2026-01-23 14:16
HTTP/1.1 404 Not Found
Server: nginx
Content-Type: application/json
Vary: Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 1; mode=block
Content-Length: 74
Connection: close
Date: Fri, 23 Jan 2026 14:17:05 GMT
EO-LOG-UUID: 8490111198799382725
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
{"data":{},"message":"The requested resource wasn't found.","status":404}
Open service 43.174.247.38:443 · emap.r136c.com
2026-01-23 14:11
HTTP/1.1 200 OK
Last-Modified: Thu, 25 Dec 2025 13:54:15 GMT
Etag: 952cc15bbcf19b55c9ec9b
Server: openresty
Content-Type: text/html
Vary: Accept-Encoding
X-Cache: MISS
Strict-Transport-Security: max-age=31536000; includeSubDomains
Cache-Control: public, max-age=86400
Content-Length: 2386
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 14:12:11 GMT
Age: 15
EO-LOG-UUID: 6354740279121029815
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: BlueMap
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description"
content="BlueMap is a tool that generates 3D maps of your Minecraft worlds and displays them in your browser">
<meta name="version" content="5.7">
<meta name="keywords" content="bluemap, map, minecraft, minecraft map">
<meta name="theme-color" content="#006EDE">
<meta name="og:site_name" content="BlueMap">
<meta name="og:title" content="BlueMap">
<meta name="og:description"
content="BlueMap is a tool that generates 3D maps of your Minecraft worlds and displays them in your browser">
<meta name="og:type" content="website">
<meta name="og:image" content="https://avatars.githubusercontent.com/u/42522657?s=200&v=4">
<meta name="robots" content="index,nofollow">
<link rel="icon" href="./assets/favicon-8768b872.png">
<link rel="manifest" href="data:application/manifest+json;base64,ew0KICAiJHNjaGVtYSI6ICJodHRwczovL2pzb24uc2NoZW1hc3RvcmUub3JnL3dlYi1tYW5pZmVzdC1jb21iaW5lZC5qc29uIiwNCiAgIm5hbWUiOiAiQmx1ZU1hcCIsDQogICJzaG9ydF9uYW1lIjogIkJsdWVNYXAiLA0KICAic3RhcnRfdXJsIjogIi4uIiwNCiAgImRpc3BsYXkiOiAic3RhbmRhbG9uZSIsDQogICJiYWNrZ3JvdW5kX2NvbG9yIjogIiMxODE4MTgiLA0KICAidGhlbWVfY29sb3IiOiAiIzAwNkVERSIsDQogICJkZXNjcmlwdGlvbiI6ICJCbHVlTWFwIGlzIGEgdG9vbCB0aGF0IGdlbmVyYXRlcyAzRCBtYXBzIG9mIHlvdXIgTWluZWNyYWZ0IHdvcmxkcyBhbmQgZGlzcGxheXMgdGhlbSBpbiB5b3VyIGJyb3dzZXIuIiwNCiAgImljb25zIjogW3sNCiAgICAic3JjIjogImxvZ29DaXJjbGU1MTIucG5nIiwNCiAgICAic2l6ZXMiOiAiNTEyeDUxMiIsDQogICAgInR5cGUiOiAiaW1hZ2UvcG5nIg0KICB9LHsNCiAgICAic3JjIjogImxvZ29DaXJjbGU2NC5wbmciLA0KICAgICJzaXplcyI6ICI2NHg2NCIsDQogICAgInR5cGUiOiAiaW1hZ2UvcG5nIg0KICB9XQ0KfQ0K">
<title>BlueMap</title>
<script type="module" crossorigin src="./assets/index-b72fc5a8.js"></script>
<link rel="stylesheet" href="./assets/index-ffb10548.css">
</head>
<body>
<noscript>
<strong>Sorry but BlueMap doesn't work without JavaScript enabled.
Please <a href="https://www.enable-javascript.com/">enable</a> it to continue.</strong>
</noscript>
<div id="map-container"></div>
<div id="app"></div>
</body>
</html>
Open service 43.174.247.38:80 · emap.r136c.com
2026-01-23 14:11
HTTP/1.1 200 OK
Last-Modified: Thu, 25 Dec 2025 13:54:15 GMT
Etag: 952cc15bbcf19b55c9ec9b
Server: openresty
Content-Type: text/html
Vary: Accept-Encoding
X-Cache: MISS
Strict-Transport-Security: max-age=31536000; includeSubDomains
Cache-Control: public, max-age=86400
Content-Length: 2386
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 14:12:13 GMT
Age: 17
EO-LOG-UUID: 3691421193506793031
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: BlueMap
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description"
content="BlueMap is a tool that generates 3D maps of your Minecraft worlds and displays them in your browser">
<meta name="version" content="5.7">
<meta name="keywords" content="bluemap, map, minecraft, minecraft map">
<meta name="theme-color" content="#006EDE">
<meta name="og:site_name" content="BlueMap">
<meta name="og:title" content="BlueMap">
<meta name="og:description"
content="BlueMap is a tool that generates 3D maps of your Minecraft worlds and displays them in your browser">
<meta name="og:type" content="website">
<meta name="og:image" content="https://avatars.githubusercontent.com/u/42522657?s=200&v=4">
<meta name="robots" content="index,nofollow">
<link rel="icon" href="./assets/favicon-8768b872.png">
<link rel="manifest" href="data:application/manifest+json;base64,ew0KICAiJHNjaGVtYSI6ICJodHRwczovL2pzb24uc2NoZW1hc3RvcmUub3JnL3dlYi1tYW5pZmVzdC1jb21iaW5lZC5qc29uIiwNCiAgIm5hbWUiOiAiQmx1ZU1hcCIsDQogICJzaG9ydF9uYW1lIjogIkJsdWVNYXAiLA0KICAic3RhcnRfdXJsIjogIi4uIiwNCiAgImRpc3BsYXkiOiAic3RhbmRhbG9uZSIsDQogICJiYWNrZ3JvdW5kX2NvbG9yIjogIiMxODE4MTgiLA0KICAidGhlbWVfY29sb3IiOiAiIzAwNkVERSIsDQogICJkZXNjcmlwdGlvbiI6ICJCbHVlTWFwIGlzIGEgdG9vbCB0aGF0IGdlbmVyYXRlcyAzRCBtYXBzIG9mIHlvdXIgTWluZWNyYWZ0IHdvcmxkcyBhbmQgZGlzcGxheXMgdGhlbSBpbiB5b3VyIGJyb3dzZXIuIiwNCiAgImljb25zIjogW3sNCiAgICAic3JjIjogImxvZ29DaXJjbGU1MTIucG5nIiwNCiAgICAic2l6ZXMiOiAiNTEyeDUxMiIsDQogICAgInR5cGUiOiAiaW1hZ2UvcG5nIg0KICB9LHsNCiAgICAic3JjIjogImxvZ29DaXJjbGU2NC5wbmciLA0KICAgICJzaXplcyI6ICI2NHg2NCIsDQogICAgInR5cGUiOiAiaW1hZ2UvcG5nIg0KICB9XQ0KfQ0K">
<title>BlueMap</title>
<script type="module" crossorigin src="./assets/index-b72fc5a8.js"></script>
<link rel="stylesheet" href="./assets/index-ffb10548.css">
</head>
<body>
<noscript>
<strong>Sorry but BlueMap doesn't work without JavaScript enabled.
Please <a href="https://www.enable-javascript.com/">enable</a> it to continue.</strong>
</noscript>
<div id="map-container"></div>
<div id="app"></div>
</body>
</html>
Open service 43.174.247.38:443 · dp7575.cn
2026-01-23 14:11
HTTP/1.1 301 Moved Permanently
Server: nginx
Content-Type: text/html; charset=UTF-8
Set-Cookie: PHPSESSID=b2nvmlk9dau5b4ktg760angot2; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Pragma: no-cache
X-Redirect-By: WordPress
Location: https://www.dp7575.cn/
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Cache-Control: must-revalidate, no-cache, no-store
Transfer-Encoding: chunked
Connection: close
Date: Fri, 23 Jan 2026 14:11:27 GMT
EO-LOG-UUID: 13566086502596074348
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · dp7575.cn
2026-01-23 14:11
HTTP/1.1 301 Moved Permanently
Server: nginx
Content-Type: text/html
Location: https://dp7575.cn/
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 162
Connection: close
Date: Fri, 23 Jan 2026 14:11:29 GMT
EO-LOG-UUID: 9737897573999682672
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · hongyudingmao.com
2026-01-23 14:09
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 14:02:20 GMT
Etag: "7e3a87e2f64f26b8ec8854c65cf63cf0"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 1835
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Fri, 23 Jan 2026 14:09:48 GMT
EO-LOG-UUID: 8198120402522167758
EO-Cache-Status: Cache Hit
Page title: Horizon Top Trade - Energy Storage Solutions
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/logo.png" />
<title>Horizon Top Trade - Energy Storage Solutions</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
sans: ['Inter', 'sans-serif'],
},
colors: {
ridian: {
red: '#dc2626', // High impact red from UI
black: '#0a0a0a',
dark: '#121212',
gray: '#888888'
}
}
}
}
}
</script>
<style>
body {
background-color: #0a0a0a;
color: white;
}
/* Custom Scrollbar */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: #1a1a1a;
}
::-webkit-scrollbar-thumb {
background: #444;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: #dc2626;
}
</style>
<link rel="stylesheet" href="/index.css">
<script type="importmap">
{
"imports": {
"react/": "https://esm.sh/react@^19.2.3/",
"react": "https://esm.sh/react@^19.2.3",
"react-dom/": "https://esm.sh/react-dom@^19.2.3/",
"react-router-dom": "https://esm.sh/react-router-dom@^7.11.0",
"lucide-react": "https://esm.sh/lucide-react@^0.562.0"
}
}
</script>
<script type="module" crossorigin src="/assets/index-DZARb4_e.js"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>
Open service 43.174.247.38:80 · hongyudingmao.com
2026-01-23 14:09
HTTP/1.1 302 Found Location: https://hongyudingmao.com/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Fri, 23 Jan 2026 14:09:51 GMT EO-LOG-UUID: 3419325257679026053 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · share.azuremio.com
2026-01-23 13:46
HTTP/1.1 200 OK
Last-Modified: Sat, 10 Jan 2026 01:14:44 GMT
Etag: "6961a804-b21"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Content-Length: 2849
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 13:46:45 GMT
Age: 16
EO-LOG-UUID: 3177977640091279910
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 飞牛 fnOS
<!DOCTYPE html>
<html class="light" lang="zh-CN">
<head>
<script type="module" crossorigin src="/assets/polyfills-Rhxe3oXd.js"></script>
<meta charset="UTF-8" />
<!-- <meta name="viewport" content="width=device-width, initial-scale=0.5 minimum-scale=0.5" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
html,
body {
background: linear-gradient(110deg, #4a5568 0.26%, #3a424f 97.78%);
}
.incompatible-box {
display: flex;
width: 100%;
height: 100vh;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: white;
}
.incompatible-box h1 {
margin: 0;
font-size: 32px;
line-height: 44px;
font-weight: 600;
color: #202327;
margin-bottom: 20px;
}
.incompatible-box .item1 {
margin-right: 60px;
}
.incompatible-box .logo {
position: absolute;
display: flex;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
}
.incompatible-box .logo div {
font-size: 20px;
line-height: 32px;
font-weight: 600;
color: #202327;
margin-left: 8px;
}
.incompatible-box p {
margin: 0;
font-size: 18px;
line-height: 24px;
color: #4a5568;
margin-bottom: 60px;
}
.incompatible-box span {
display: inline-block;
margin-top: 14px;
}
</style>
<title>飞牛 fnOS</title>
<script type="module" crossorigin src="/assets/index-D56DJccp.js"></script>
<link rel="modulepreload" crossorigin href="/assets/lottie-react-CqywrBZ_.js">
<link rel="modulepreload" crossorigin href="/assets/rc-select-B53SQcGG.js">
<link rel="modulepreload" crossorigin href="/assets/lodash-Cpp1HsCD.js">
<link rel="stylesheet" crossorigin href="/assets/index-yARUmOBS.css">
</head>
<body>
<div id="root"></div>
<script>
function isIE() {
var myNav = navigator.userAgent.toLowerCase();
return myNav.indexOf('msie') != -1 || myNav.indexOf('trident') != -1 ? true : false;
}
if (isIE()) {
document.querySelector('#root').innerHTML =
'<div class="incompatible-box"><h1>当前浏览器不兼容飞牛</h1><p>我们建议您使用以下浏览器的最新版获取更好的体验</p><div><img src="static/img/chrome.png" class="item1" alt="" width="auto" height="100" /><img src="static/img/edge.png" alt="" width="auto" height="100" /></div><div><span class="item1">Google Chrome</span><span>Microsoft Edge</span></div><div class="logo"><img src="static/img/trim-logo.png" width="32" height="32" /><div>飞牛</div></div></div>';
}
</script>
</body>
</html>
Open service 43.174.247.38:80 · share.azuremio.com
2026-01-23 13:46
HTTP/1.1 200 OK
Last-Modified: Sat, 10 Jan 2026 01:14:44 GMT
Etag: "6961a804-b21"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Content-Length: 2849
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 13:46:48 GMT
Age: 16
EO-LOG-UUID: 10544094006244773029
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 飞牛 fnOS
<!DOCTYPE html>
<html class="light" lang="zh-CN">
<head>
<script type="module" crossorigin src="/assets/polyfills-Rhxe3oXd.js"></script>
<meta charset="UTF-8" />
<!-- <meta name="viewport" content="width=device-width, initial-scale=0.5 minimum-scale=0.5" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
html,
body {
background: linear-gradient(110deg, #4a5568 0.26%, #3a424f 97.78%);
}
.incompatible-box {
display: flex;
width: 100%;
height: 100vh;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: white;
}
.incompatible-box h1 {
margin: 0;
font-size: 32px;
line-height: 44px;
font-weight: 600;
color: #202327;
margin-bottom: 20px;
}
.incompatible-box .item1 {
margin-right: 60px;
}
.incompatible-box .logo {
position: absolute;
display: flex;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
}
.incompatible-box .logo div {
font-size: 20px;
line-height: 32px;
font-weight: 600;
color: #202327;
margin-left: 8px;
}
.incompatible-box p {
margin: 0;
font-size: 18px;
line-height: 24px;
color: #4a5568;
margin-bottom: 60px;
}
.incompatible-box span {
display: inline-block;
margin-top: 14px;
}
</style>
<title>飞牛 fnOS</title>
<script type="module" crossorigin src="/assets/index-D56DJccp.js"></script>
<link rel="modulepreload" crossorigin href="/assets/lottie-react-CqywrBZ_.js">
<link rel="modulepreload" crossorigin href="/assets/rc-select-B53SQcGG.js">
<link rel="modulepreload" crossorigin href="/assets/lodash-Cpp1HsCD.js">
<link rel="stylesheet" crossorigin href="/assets/index-yARUmOBS.css">
</head>
<body>
<div id="root"></div>
<script>
function isIE() {
var myNav = navigator.userAgent.toLowerCase();
return myNav.indexOf('msie') != -1 || myNav.indexOf('trident') != -1 ? true : false;
}
if (isIE()) {
document.querySelector('#root').innerHTML =
'<div class="incompatible-box"><h1>当前浏览器不兼容飞牛</h1><p>我们建议您使用以下浏览器的最新版获取更好的体验</p><div><img src="static/img/chrome.png" class="item1" alt="" width="auto" height="100" /><img src="static/img/edge.png" alt="" width="auto" height="100" /></div><div><span class="item1">Google Chrome</span><span>Microsoft Edge</span></div><div class="logo"><img src="static/img/trim-logo.png" width="32" height="32" /><div>飞牛</div></div></div>';
}
</script>
</body>
</html>
Open service 43.174.247.38:443 · download.yuejiaxin.ln.cn
2026-01-23 13:30
HTTP/1.1 200 OK
Last-Modified: Tue, 25 Nov 2025 12:53:26 GMT
Etag: "6925a6c6-8a"
Server: nginx
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Content-Length: 138
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 13:31:12 GMT
Age: 15
EO-LOG-UUID: 5283437319385975493
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 404 Not Found
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:80 · ceshi.wuai.ai
2026-01-23 12:28
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 09:14:59 GMT
Etag: W/"1d53-19bea22ab14"
Server: openresty
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
X-Powered-By: Express
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
X-Cache: MISS
Strict-Transport-Security: max-age=31536000
Cache-Control: public, max-age=0
Content-Length: 7507
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 12:29:04 GMT
Age: 27
EO-LOG-UUID: 13339499465568627425
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Loading…
<!DOCTYPE html><html><head><meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="importmap">{"imports":{"#entry":"/_nuxt/B9JlGM_4.js"}}</script>
<link rel="stylesheet" href="/_nuxt/style.DMUEWqsn.css" crossorigin>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#222222">
<script type="module" src="/_nuxt/B9JlGM_4.js" crossorigin></script><script>"use strict";(()=>{const t=window,e=document.documentElement,c=["dark","light"],n=getStorageValue("localStorage","nuxt-color-mode")||"system";let i=n==="system"?u():n;const r=e.getAttribute("data-color-mode-forced");r&&(i=r),l(i),t["__NUXT_COLOR_MODE__"]={preference:n,value:i,getColorScheme:u,addColorScheme:l,removeColorScheme:d};function l(o){const s=""+o+"",a="";e.classList?e.classList.add(s):e.className+=" "+s,a&&e.setAttribute("data-"+a,o)}function d(o){const s=""+o+"",a="";e.classList?e.classList.remove(s):e.className=e.className.replace(new RegExp(s,"g"),""),a&&e.removeAttribute("data-"+a)}function f(o){return t.matchMedia("(prefers-color-scheme"+o+")")}function u(){if(t.matchMedia&&f("").media!=="not all"){for(const o of c)if(f(":"+o).matches)return o}return"light"}})();function getStorageValue(t,e){switch(t){case"localStorage":return window.localStorage.getItem(e);case"sessionStorage":return window.sessionStorage.getItem(e);case"cookie":return getCookie(e);default:return null}}function getCookie(t){const c=("; "+window.document.cookie).split("; "+t+"=");if(c.length===2)return c.pop()?.split(";").shift()}</script></head><body><div id="nuxt-app" data-vaul-drawer-wrapper="true" class="isolate"></div><div id="__nuxt-loader"><!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Loading…</title>
<script>
// Apply theme immediately to prevent flash
(function () {
try {
// Priority 1: Read from localStorage (vueuse-color-scheme)
const storedTheme = localStorage.getItem("vueuse-color-scheme");
if (storedTheme === "light" || storedTheme === "dark") {
document.documentElement.className = storedTheme;
return;
}
// Priority 2: Check html class (if already set)
const htmlClass = document.documentElement.className;
if (htmlClass.includes("light") || htmlClass.includes("dark")) {
return;
}
// Priority 3: System theme (handled by CSS media query)
// No action needed, CSS will handle it
} catch (error) {
console.error("Failed to apply theme:", error);
}
})();
</script>
<style>
html,
body {
height: 100%;
margin: 0;
font-family: "Inter", "Segoe UI", Roboto, sans-serif;
}
#nuxt-spa-loading {
position: fixed;
inset: 0;
width: 100%;
height: 100dvh;
display: flex;
background: #f8f9fa;
align-items: center;
justify-content: center;
z-index: 999999;
}
/* System theme preference (lower priority) */
@media (prefers-color-scheme: dark) {
html:not(.light) #nuxt-spa-loading {
color: #ddd;
background-color: #121212;
}
html:not(.light) code {
background-color: #333;
}
}
/* Class-based theme (higher priority) */
html.dark #nuxt-s
Open service 43.174.247.38:443 · ceshi.wuai.ai
2026-01-23 12:28
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 09:14:59 GMT
Etag: W/"1d53-19bea22ab14"
Server: openresty
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
X-Powered-By: Express
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
X-Cache: MISS
Strict-Transport-Security: max-age=31536000
Cache-Control: public, max-age=0
Content-Length: 7507
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 12:29:01 GMT
Age: 24
EO-LOG-UUID: 6593796965874891691
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Loading…
<!DOCTYPE html><html><head><meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="importmap">{"imports":{"#entry":"/_nuxt/B9JlGM_4.js"}}</script>
<link rel="stylesheet" href="/_nuxt/style.DMUEWqsn.css" crossorigin>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#222222">
<script type="module" src="/_nuxt/B9JlGM_4.js" crossorigin></script><script>"use strict";(()=>{const t=window,e=document.documentElement,c=["dark","light"],n=getStorageValue("localStorage","nuxt-color-mode")||"system";let i=n==="system"?u():n;const r=e.getAttribute("data-color-mode-forced");r&&(i=r),l(i),t["__NUXT_COLOR_MODE__"]={preference:n,value:i,getColorScheme:u,addColorScheme:l,removeColorScheme:d};function l(o){const s=""+o+"",a="";e.classList?e.classList.add(s):e.className+=" "+s,a&&e.setAttribute("data-"+a,o)}function d(o){const s=""+o+"",a="";e.classList?e.classList.remove(s):e.className=e.className.replace(new RegExp(s,"g"),""),a&&e.removeAttribute("data-"+a)}function f(o){return t.matchMedia("(prefers-color-scheme"+o+")")}function u(){if(t.matchMedia&&f("").media!=="not all"){for(const o of c)if(f(":"+o).matches)return o}return"light"}})();function getStorageValue(t,e){switch(t){case"localStorage":return window.localStorage.getItem(e);case"sessionStorage":return window.sessionStorage.getItem(e);case"cookie":return getCookie(e);default:return null}}function getCookie(t){const c=("; "+window.document.cookie).split("; "+t+"=");if(c.length===2)return c.pop()?.split(";").shift()}</script></head><body><div id="nuxt-app" data-vaul-drawer-wrapper="true" class="isolate"></div><div id="__nuxt-loader"><!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Loading…</title>
<script>
// Apply theme immediately to prevent flash
(function () {
try {
// Priority 1: Read from localStorage (vueuse-color-scheme)
const storedTheme = localStorage.getItem("vueuse-color-scheme");
if (storedTheme === "light" || storedTheme === "dark") {
document.documentElement.className = storedTheme;
return;
}
// Priority 2: Check html class (if already set)
const htmlClass = document.documentElement.className;
if (htmlClass.includes("light") || htmlClass.includes("dark")) {
return;
}
// Priority 3: System theme (handled by CSS media query)
// No action needed, CSS will handle it
} catch (error) {
console.error("Failed to apply theme:", error);
}
})();
</script>
<style>
html,
body {
height: 100%;
margin: 0;
font-family: "Inter", "Segoe UI", Roboto, sans-serif;
}
#nuxt-spa-loading {
position: fixed;
inset: 0;
width: 100%;
height: 100dvh;
display: flex;
background: #f8f9fa;
align-items: center;
justify-content: center;
z-index: 999999;
}
/* System theme preference (lower priority) */
@media (prefers-color-scheme: dark) {
html:not(.light) #nuxt-spa-loading {
color: #ddd;
background-color: #121212;
}
html:not(.light) code {
background-color: #333;
}
}
/* Class-based theme (higher priority) */
html.dark #nuxt-s
Open service 43.174.247.38:443 · www.qiuye330.top
2026-01-23 12:08
HTTP/1.1 200 OK
Etag: "6971f90d-b21"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Last-Modified: Thu, 22 Jan 2026 10:16:45 GMT
Content-Length: 2849
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 12:08:48 GMT
EO-LOG-UUID: 14213429031501739437
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 飞牛 fnOS
<!DOCTYPE html>
<html class="light" lang="zh-CN">
<head>
<script type="module" crossorigin src="/assets/polyfills-Rhxe3oXd.js"></script>
<meta charset="UTF-8" />
<!-- <meta name="viewport" content="width=device-width, initial-scale=0.5 minimum-scale=0.5" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
html,
body {
background: linear-gradient(110deg, #4a5568 0.26%, #3a424f 97.78%);
}
.incompatible-box {
display: flex;
width: 100%;
height: 100vh;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: white;
}
.incompatible-box h1 {
margin: 0;
font-size: 32px;
line-height: 44px;
font-weight: 600;
color: #202327;
margin-bottom: 20px;
}
.incompatible-box .item1 {
margin-right: 60px;
}
.incompatible-box .logo {
position: absolute;
display: flex;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
}
.incompatible-box .logo div {
font-size: 20px;
line-height: 32px;
font-weight: 600;
color: #202327;
margin-left: 8px;
}
.incompatible-box p {
margin: 0;
font-size: 18px;
line-height: 24px;
color: #4a5568;
margin-bottom: 60px;
}
.incompatible-box span {
display: inline-block;
margin-top: 14px;
}
</style>
<title>飞牛 fnOS</title>
<script type="module" crossorigin src="/assets/index-D56DJccp.js"></script>
<link rel="modulepreload" crossorigin href="/assets/lottie-react-CqywrBZ_.js">
<link rel="modulepreload" crossorigin href="/assets/rc-select-B53SQcGG.js">
<link rel="modulepreload" crossorigin href="/assets/lodash-Cpp1HsCD.js">
<link rel="stylesheet" crossorigin href="/assets/index-yARUmOBS.css">
</head>
<body>
<div id="root"></div>
<script>
function isIE() {
var myNav = navigator.userAgent.toLowerCase();
return myNav.indexOf('msie') != -1 || myNav.indexOf('trident') != -1 ? true : false;
}
if (isIE()) {
document.querySelector('#root').innerHTML =
'<div class="incompatible-box"><h1>当前浏览器不兼容飞牛</h1><p>我们建议您使用以下浏览器的最新版获取更好的体验</p><div><img src="static/img/chrome.png" class="item1" alt="" width="auto" height="100" /><img src="static/img/edge.png" alt="" width="auto" height="100" /></div><div><span class="item1">Google Chrome</span><span>Microsoft Edge</span></div><div class="logo"><img src="static/img/trim-logo.png" width="32" height="32" /><div>飞牛</div></div></div>';
}
</script>
</body>
</html>
Open service 43.174.247.38:80 · www.qiuye330.top
2026-01-23 12:08
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 10:16:45 GMT
Etag: "6971f90d-b21"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Content-Length: 2849
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 12:08:51 GMT
Age: 15
EO-LOG-UUID: 1772108444476456869
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 飞牛 fnOS
<!DOCTYPE html>
<html class="light" lang="zh-CN">
<head>
<script type="module" crossorigin src="/assets/polyfills-Rhxe3oXd.js"></script>
<meta charset="UTF-8" />
<!-- <meta name="viewport" content="width=device-width, initial-scale=0.5 minimum-scale=0.5" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
html,
body {
background: linear-gradient(110deg, #4a5568 0.26%, #3a424f 97.78%);
}
.incompatible-box {
display: flex;
width: 100%;
height: 100vh;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: white;
}
.incompatible-box h1 {
margin: 0;
font-size: 32px;
line-height: 44px;
font-weight: 600;
color: #202327;
margin-bottom: 20px;
}
.incompatible-box .item1 {
margin-right: 60px;
}
.incompatible-box .logo {
position: absolute;
display: flex;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
}
.incompatible-box .logo div {
font-size: 20px;
line-height: 32px;
font-weight: 600;
color: #202327;
margin-left: 8px;
}
.incompatible-box p {
margin: 0;
font-size: 18px;
line-height: 24px;
color: #4a5568;
margin-bottom: 60px;
}
.incompatible-box span {
display: inline-block;
margin-top: 14px;
}
</style>
<title>飞牛 fnOS</title>
<script type="module" crossorigin src="/assets/index-D56DJccp.js"></script>
<link rel="modulepreload" crossorigin href="/assets/lottie-react-CqywrBZ_.js">
<link rel="modulepreload" crossorigin href="/assets/rc-select-B53SQcGG.js">
<link rel="modulepreload" crossorigin href="/assets/lodash-Cpp1HsCD.js">
<link rel="stylesheet" crossorigin href="/assets/index-yARUmOBS.css">
</head>
<body>
<div id="root"></div>
<script>
function isIE() {
var myNav = navigator.userAgent.toLowerCase();
return myNav.indexOf('msie') != -1 || myNav.indexOf('trident') != -1 ? true : false;
}
if (isIE()) {
document.querySelector('#root').innerHTML =
'<div class="incompatible-box"><h1>当前浏览器不兼容飞牛</h1><p>我们建议您使用以下浏览器的最新版获取更好的体验</p><div><img src="static/img/chrome.png" class="item1" alt="" width="auto" height="100" /><img src="static/img/edge.png" alt="" width="auto" height="100" /></div><div><span class="item1">Google Chrome</span><span>Microsoft Edge</span></div><div class="logo"><img src="static/img/trim-logo.png" width="32" height="32" /><div>飞牛</div></div></div>';
}
</script>
</body>
</html>
Open service 43.174.247.38:80 · www.zkpsxz.cn
2026-01-23 12:03
HTTP/1.1 200 OK
Last-Modified: Wed, 31 Dec 2025 16:09:16 GMT
Etag: "69554aac-395"
Server: nginx
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 917
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 12:03:41 GMT
Age: 18
EO-LOG-UUID: 5267992445350082848
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 恭喜,站点创建成功!
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>恭喜,站点创建成功!</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>恭喜, 站点创建成功!</h1>
<h3>这是默认index.html,本页面由系统自动生成</h3>
<ul>
<li>本页面在FTP根目录下的index.html</li>
<li>您可以修改、删除或覆盖本页面</li>
<li>FTP相关信息,请到“面板系统后台 > FTP” 查看</li>
</ul>
</div>
</body>
</html>
Open service 43.174.247.38:443 · www.zkpsxz.cn
2026-01-23 12:03
HTTP/1.1 200 OK
Last-Modified: Wed, 31 Dec 2025 16:09:16 GMT
Etag: "69554aac-395"
Server: nginx
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 917
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 12:03:38 GMT
Age: 15
EO-LOG-UUID: 12844964686217511795
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 恭喜,站点创建成功!
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>恭喜,站点创建成功!</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>恭喜, 站点创建成功!</h1>
<h3>这是默认index.html,本页面由系统自动生成</h3>
<ul>
<li>本页面在FTP根目录下的index.html</li>
<li>您可以修改、删除或覆盖本页面</li>
<li>FTP相关信息,请到“面板系统后台 > FTP” 查看</li>
</ul>
</div>
</body>
</html>
Open service 43.174.247.38:443 · qmedia.chongcong.cc
2026-01-23 11:51
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html; charset=utf-8
Strict-Transport-Security: max-age=31536000
Cache-Control: no-cache
Content-Length: 508
Connection: close
Date: Fri, 23 Jan 2026 11:51:34 GMT
EO-LOG-UUID: 14339103370457607080
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: QMediaSync
<!doctype html>
<html lang="">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"
/>
<title>QMediaSync</title>
<script type="module" crossorigin src="/assets/index-DrapjzkX.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DgK1Xm01.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 43.174.247.38:80 · qmedia.chongcong.cc
2026-01-23 11:51
HTTP/1.1 301 Moved Permanently
Server: openresty
Content-Type: text/html
Location: https://qmedia.chongcong.cc/
Strict-Transport-Security: max-age=31536000
Content-Length: 166
Connection: close
Date: Fri, 23 Jan 2026 11:51:37 GMT
EO-LOG-UUID: 14219401993219677293
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>openresty</center>
</body>
</html>
Open service 43.174.247.38:443 · eweei.cn
2026-01-23 11:35
HTTP/1.1 200 OK
Last-Modified: Wed, 26 Apr 2017 08:03:47 GMT
Etag: "59005463-52e"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Content-Length: 1326
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 11:36:05 GMT
Age: 13
EO-LOG-UUID: 14238904893271945289
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 没有找到站点
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>没有找到站点</title>
<style>
*{margin:0;padding:0;color:#444}
body{font-size:14px;font-family:"宋体"}
.main{width:600px;margin:10% auto;}
.title{background: #20a53a;color: #fff;font-size: 16px;height: 40px;line-height: 40px;padding-left: 20px;}
.content{background-color:#f3f7f9; height:300px;border:1px dashed #c6d9b6;padding:20px}
.t1{border-bottom: 1px dashed #c6d9b6;color: #ff4000;font-weight: bold; margin: 0 0 20px; padding-bottom: 18px;}
.t2{margin-bottom:8px; font-weight:bold}
ol{margin:0 0 20px 22px;padding:0;}
ol li{line-height:30px}
</style>
</head>
<body>
<div class="main">
<div class="title">没有找到站点</div>
<div class="content">
<p class="t1">您的请求在Web服务器中没有找到对应的站点!</p>
<p class="t2">可能原因:</p>
<ol>
<li>您没有将此域名或IP绑定到对应站点!</li>
<li>配置文件未生效!</li>
</ol>
<p class="t2">如何解决:</p>
<ol>
<li>检查是否已经绑定到对应站点,若确认已绑定,请尝试重载Web服务;</li>
<li>检查端口是否正确;</li>
<li>若您使用了CDN产品,请尝试清除CDN缓存;</li>
<li>普通网站访客,请联系网站管理员;</li>
</ol>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:80 · eweei.cn
2026-01-23 11:35
HTTP/1.1 200 OK
Last-Modified: Wed, 26 Apr 2017 08:03:47 GMT
Etag: "59005463-52e"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Content-Length: 1326
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 11:36:08 GMT
Age: 16
EO-LOG-UUID: 9830567352611246113
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 没有找到站点
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>没有找到站点</title>
<style>
*{margin:0;padding:0;color:#444}
body{font-size:14px;font-family:"宋体"}
.main{width:600px;margin:10% auto;}
.title{background: #20a53a;color: #fff;font-size: 16px;height: 40px;line-height: 40px;padding-left: 20px;}
.content{background-color:#f3f7f9; height:300px;border:1px dashed #c6d9b6;padding:20px}
.t1{border-bottom: 1px dashed #c6d9b6;color: #ff4000;font-weight: bold; margin: 0 0 20px; padding-bottom: 18px;}
.t2{margin-bottom:8px; font-weight:bold}
ol{margin:0 0 20px 22px;padding:0;}
ol li{line-height:30px}
</style>
</head>
<body>
<div class="main">
<div class="title">没有找到站点</div>
<div class="content">
<p class="t1">您的请求在Web服务器中没有找到对应的站点!</p>
<p class="t2">可能原因:</p>
<ol>
<li>您没有将此域名或IP绑定到对应站点!</li>
<li>配置文件未生效!</li>
</ol>
<p class="t2">如何解决:</p>
<ol>
<li>检查是否已经绑定到对应站点,若确认已绑定,请尝试重载Web服务;</li>
<li>检查端口是否正确;</li>
<li>若您使用了CDN产品,请尝试清除CDN缓存;</li>
<li>普通网站访客,请联系网站管理员;</li>
</ol>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:443 · api.zgtv.tv
2026-01-23 11:06
HTTP/1.1 403 Forbidden
server: nginx
content-type: text/html
set-cookie: server_name_session=37e96d0b0a608592eff08483c001e2cc; Max-Age=86400; httponly; path=/
Content-Length: 146
Connection: close
Date: Fri, 23 Jan 2026 11:06:54 GMT
EO-LOG-UUID: 16784643296841021323
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:80 · api.zgtv.tv
2026-01-23 11:06
HTTP/1.1 302 Found
Location: https://api.zgtv.tv/
Content-Length: 0
Connection: close
Server: EdgeOne_L7S_OC_FREE
Date: Fri, 23 Jan 2026 11:06:57 GMT
EO-LOG-UUID: 5660568566202637483
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · aishuiyin.cloud
2026-01-23 10:35
HTTP/1.1 302 Found Location: https://aishuiyin.cloud/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Fri, 23 Jan 2026 10:35:56 GMT EO-LOG-UUID: 12332402975290600305 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · aishuiyin.cloud
2026-01-23 10:35
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 10:33:14 GMT
Etag: "6dab98cb386086d60a2a78b77271c1c9"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 1829
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Fri, 23 Jan 2026 10:35:54 GMT
EO-LOG-UUID: 16851493454387789904
EO-Cache-Status: Cache Hit
Page title: Fei Hot News - 全网热榜聚合
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fei Hot News - 全网热榜聚合</title>
<meta name="description" content="Fei Hot News - 极简风格的全网热点聚合平台">
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.svg">
<link rel="manifest" href="/site.webmanifest">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&family=Noto+Sans+SC:wght@400;500;700&family=Roboto:wght@400;500&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Noto Sans SC', 'Roboto', sans-serif;
background-color: #f8f9fa;
}
h1, h2, h3, h4, h5, h6, .google-sans {
font-family: 'Google Sans', 'Noto Sans SC', sans-serif;
}
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
</style>
<script type="importmap">
{
"imports": {
"react": "https://esm.sh/react@^19.2.3",
"react-dom/": "https://esm.sh/react-dom@^19.2.3/",
"react/": "https://esm.sh/react@^19.2.3/",
"lucide-react": "https://esm.sh/lucide-react@^0.562.0",
"vite": "https://esm.sh/vite@^7.3.1",
"@vitejs/plugin-react": "https://esm.sh/@vitejs/plugin-react@^5.1.2"
}
}
</script>
<script type="module" crossorigin src="/assets/index-clQH17rk.js"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>
Open service 43.174.247.38:443 · query2.shandongjianan-dev.cn
2026-01-23 10:11
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OCMID_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 10:11:41 GMT
EO-LOG-UUID: 4357369016347363879
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · whqnas.hackdev.cn
2026-01-23 09:45
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 09:46:01 GMT
EO-LOG-UUID: 832237303490297198
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · whqnas.hackdev.cn
2026-01-23 09:45
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 09:46:04 GMT
EO-LOG-UUID: 14867571982447049464
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · bbs.intcplab.cn
2026-01-23 09:42
HTTP/1.1 423 Locked
Server: cloudflare
cdn-loop: TencentEdgeOne; loops=16
nel: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
report-to: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
cf-cache-status: DYNAMIC
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=2,cfOrigin;dur=4
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=3,cfOrigin;dur=15
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=4,cfOrigin;dur=26
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=4,cfOrigin;dur=38
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=8,cfOrigin;dur=53
server-timing: cfCacheStatus;desc="DYNAMIC"
server-timing: cfEdge;dur=14,cfOrigin;dur=79
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=213,cfOrigin;dur=784
speculation-rules: "/cdn-cgi/speculation"
alt-svc: h3=":443"; ma=86400
CF-RAY: 9c265863086368cb-AMS
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 09:43:10 GMT
EO-LOG-UUID: 12293003062919842088
EO-Cache-Status: MISS
Open service 43.174.247.38:80 · bbs.intcplab.cn
2026-01-23 09:42
HTTP/1.1 301 Moved Permanently
Location: https://bbs.intcplab.cn/
Speculation-Rules: "/cdn-cgi/speculation"
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=3BIgxP7N0AiV3%2B40vDYJIoNL9G5rikbjofnrzvJh5iHhARDaQ51f%2F%2FXIOiPjmDzxpPMwb3H7muBbJvgfETtQjhjGRoAFrorDRfLEVPJq3A%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c2658718e16b88b-AMS
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 09:43:12 GMT
EO-LOG-UUID: 8601338703933942357
EO-Cache-Status: MISS
Open service 43.174.247.38:443 · edgeone.unua.top
2026-01-23 09:36
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 09:25:21 GMT
Etag: "7b2a019b8a85827cb67e27cc408671e7"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 13988
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Fri, 23 Jan 2026 09:37:09 GMT
EO-LOG-UUID: 1610766490009509354
EO-Cache-Status: Cache Hit
Page title: 剑网三战绩查询
<!DOCTYPE html><!--YQz5B0lihE6u3SloNPovn--><html lang="zh-CN"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/486f6f80450401ac.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/6b13a8325e2c6788.js"/><script src="/_next/static/chunks/d780481e21458be5.js" async=""></script><script src="/_next/static/chunks/6bad93e834177569.js" async=""></script><script src="/_next/static/chunks/c6ad06f0e3276a98.js" async=""></script><script src="/_next/static/chunks/ceda1110956cddae.js" async=""></script><script src="/_next/static/chunks/turbopack-2dc3ff270dcc0349.js" async=""></script><script src="/_next/static/chunks/49ec2765b3568b5b.js" async=""></script><script src="/_next/static/chunks/2e1c54999a35c3e7.js" async=""></script><script src="/_next/static/chunks/9bfe43c388cc2b13.js" async=""></script><script src="/_next/static/chunks/fb962a5af32dfe8c.js" async=""></script><script src="/_next/static/chunks/05b48b675ef8c874.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/b8b40dd0e3df9808.js" async=""></script><script src="/_next/static/chunks/8d8b7d92cc13285f.js" async=""></script><script src="/_next/static/chunks/1bb723992be9c667.js" async=""></script><script src="/_next/static/chunks/b0913e4f4a7abab0.js" async=""></script><script src="/_next/static/chunks/21e5c518d1814b2f.js" async=""></script><script src="/_next/static/chunks/a80980ec8e8c1f3d.js" async=""></script><script src="/_next/static/chunks/d7ed91326073568c.js" async=""></script><script src="/_next/static/chunks/3637ae7a14971ea8.js" async=""></script><script src="/_next/static/chunks/a98c468fe28eb3a8.js" async=""></script><script src="/_next/static/chunks/d598658eab175a5d.js" async=""></script><title>剑网三战绩查询</title><meta name="description" content="查询剑网三竞技场战绩与排行榜"/><link rel="icon" href="/icon.png?icon.b3e0be72.png" sizes="48x48" type="image/png"/><link rel="apple-touch-icon" href="/apple-icon.png?apple-icon.b3e0be72.png" sizes="48x48" type="image/png"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><script defer="" src="https://umami.unua.top/script.js" data-website-id="967e4171-9837-4bad-9f38-d56423036649"></script><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","theme","system",null,["light","dark"],null,true,true)</script><div class="min-h-screen" style="opacity:0"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--></div><button class="overflow-hidden inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive border bg-background hover:bg-accent active:bg-accent/60 hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-primary/16 dark:active:bg-accent/60 dark:hover:text-foreground size-9 fixed bottom-8 right-8 z-50 h-10 w-10 rounded-full shadow-md transition-all duration-300 opacity-0 translate-y-4 pointer-events-none"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-
Open service 43.174.247.38:80 · edgeone.unua.top
2026-01-23 09:36
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 09:25:21 GMT
Etag: "7b2a019b8a85827cb67e27cc408671e7"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 17
Content-Length: 13988
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Fri, 23 Jan 2026 09:37:11 GMT
EO-LOG-UUID: 7853260850407249133
EO-Cache-Status: Cache Hit
Page title: 剑网三战绩查询
<!DOCTYPE html><!--YQz5B0lihE6u3SloNPovn--><html lang="zh-CN"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/486f6f80450401ac.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/6b13a8325e2c6788.js"/><script src="/_next/static/chunks/d780481e21458be5.js" async=""></script><script src="/_next/static/chunks/6bad93e834177569.js" async=""></script><script src="/_next/static/chunks/c6ad06f0e3276a98.js" async=""></script><script src="/_next/static/chunks/ceda1110956cddae.js" async=""></script><script src="/_next/static/chunks/turbopack-2dc3ff270dcc0349.js" async=""></script><script src="/_next/static/chunks/49ec2765b3568b5b.js" async=""></script><script src="/_next/static/chunks/2e1c54999a35c3e7.js" async=""></script><script src="/_next/static/chunks/9bfe43c388cc2b13.js" async=""></script><script src="/_next/static/chunks/fb962a5af32dfe8c.js" async=""></script><script src="/_next/static/chunks/05b48b675ef8c874.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/b8b40dd0e3df9808.js" async=""></script><script src="/_next/static/chunks/8d8b7d92cc13285f.js" async=""></script><script src="/_next/static/chunks/1bb723992be9c667.js" async=""></script><script src="/_next/static/chunks/b0913e4f4a7abab0.js" async=""></script><script src="/_next/static/chunks/21e5c518d1814b2f.js" async=""></script><script src="/_next/static/chunks/a80980ec8e8c1f3d.js" async=""></script><script src="/_next/static/chunks/d7ed91326073568c.js" async=""></script><script src="/_next/static/chunks/3637ae7a14971ea8.js" async=""></script><script src="/_next/static/chunks/a98c468fe28eb3a8.js" async=""></script><script src="/_next/static/chunks/d598658eab175a5d.js" async=""></script><title>剑网三战绩查询</title><meta name="description" content="查询剑网三竞技场战绩与排行榜"/><link rel="icon" href="/icon.png?icon.b3e0be72.png" sizes="48x48" type="image/png"/><link rel="apple-touch-icon" href="/apple-icon.png?apple-icon.b3e0be72.png" sizes="48x48" type="image/png"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><script defer="" src="https://umami.unua.top/script.js" data-website-id="967e4171-9837-4bad-9f38-d56423036649"></script><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","theme","system",null,["light","dark"],null,true,true)</script><div class="min-h-screen" style="opacity:0"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--></div><button class="overflow-hidden inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive border bg-background hover:bg-accent active:bg-accent/60 hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-primary/16 dark:active:bg-accent/60 dark:hover:text-foreground size-9 fixed bottom-8 right-8 z-50 h-10 w-10 rounded-full shadow-md transition-all duration-300 opacity-0 translate-y-4 pointer-events-none"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-
Open service 43.174.247.38:443 · fastgit.pipiqiang.cn
2026-01-23 09:30
HTTP/1.1 301 Moved Permanently
Content-Security-Policy: default-src 'none'; style-src 'unsafe-inline'; sandbox
Location: https://github.com/
Strict-Transport-Security: max-age=31536000
X-Content-Type-Options: nosniff
X-Frame-Options: deny
X-XSS-Protection: 1; mode=block
X-GitHub-Request-Id: EF7D:13607:B00F81:CA988A:69733CE3
Accept-Ranges: bytes
Via: 1.1 varnish
X-Served-By: cache-ams21064-AMS
X-Cache: HIT
X-Cache-Hits: 2
X-Timer: S1769160675.954967,VS0,VE0
Vary: Authorization,Accept-Encoding
Access-Control-Allow-Origin: *
Cross-Origin-Resource-Policy: cross-origin
X-Fastly-Request-ID: 4fbd21e29ae110d83074972e67e983d5935d9a9e
Expires: Fri, 23 Jan 2026 09:36:14 GMT
Source-Age: 767
Server: TencentEdgeOne
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 09:31:14 GMT
EO-LOG-UUID: 10934414061877540417
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · fastgit.pipiqiang.cn
2026-01-23 09:30
HTTP/1.1 301 Moved Permanently
Content-Security-Policy: default-src 'none'; style-src 'unsafe-inline'; sandbox
Location: https://github.com/
Strict-Transport-Security: max-age=31536000
X-Content-Type-Options: nosniff
X-Frame-Options: deny
X-XSS-Protection: 1; mode=block
X-GitHub-Request-Id: 3860:B440C:7D1C1E:9E051E:69733CFE
Accept-Ranges: bytes
Via: 1.1 varnish
X-Served-By: cache-mia-kfll1870027-MIA
X-Cache: HIT
X-Cache-Hits: 0
X-Timer: S1769160678.083704,VS0,VE1
Vary: Authorization,Accept-Encoding
Access-Control-Allow-Origin: *
Cross-Origin-Resource-Policy: cross-origin
X-Fastly-Request-ID: bf6355ba9753e74a22c81f4d9c0e9434f6d8a3fd
Expires: Fri, 23 Jan 2026 09:36:18 GMT
Source-Age: 743
Server: TencentEdgeOne
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 09:31:18 GMT
EO-LOG-UUID: 10572033473965849192
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · www.juncu.top
2026-01-23 09:30
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 11:33:40 GMT
Etag: "69720b14-23f"
Server: nginx
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 575
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 09:30:34 GMT
Age: 15
EO-LOG-UUID: 10447843823874605781
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 君簇品牌管理
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/logo.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>君簇品牌管理</title>
<!-- 引入 JSSDK -->
<script src="https://lf1-cdn-tos.bytegoofy.com/goofy/lark/op/h5-js-sdk-1.5.16.js"></script>
<script type="module" crossorigin src="/assets/index-Dz95hPOg.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CvyUEDfj.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 43.174.247.38:80 · www.juncu.top
2026-01-23 09:30
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 11:33:40 GMT
Etag: "69720b14-23f"
Server: nginx
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 575
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 09:30:36 GMT
Age: 17
EO-LOG-UUID: 12109012293704895312
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 君簇品牌管理
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/logo.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>君簇品牌管理</title>
<!-- 引入 JSSDK -->
<script src="https://lf1-cdn-tos.bytegoofy.com/goofy/lark/op/h5-js-sdk-1.5.16.js"></script>
<script type="module" crossorigin src="/assets/index-Dz95hPOg.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CvyUEDfj.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 43.174.247.38:80 · juncu.top
2026-01-23 09:30
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 11:33:40 GMT
Etag: "69720b14-23f"
Server: nginx
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 575
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 09:30:19 GMT
Age: 25
EO-LOG-UUID: 9571151908220825783
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 君簇品牌管理
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/logo.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>君簇品牌管理</title>
<!-- 引入 JSSDK -->
<script src="https://lf1-cdn-tos.bytegoofy.com/goofy/lark/op/h5-js-sdk-1.5.16.js"></script>
<script type="module" crossorigin src="/assets/index-Dz95hPOg.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CvyUEDfj.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 43.174.247.38:443 · juncu.top
2026-01-23 09:30
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 11:33:40 GMT
Etag: "69720b14-23f"
Server: nginx
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 575
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 09:30:16 GMT
Age: 15
EO-LOG-UUID: 3434430437989256211
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 君簇品牌管理
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/logo.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>君簇品牌管理</title>
<!-- 引入 JSSDK -->
<script src="https://lf1-cdn-tos.bytegoofy.com/goofy/lark/op/h5-js-sdk-1.5.16.js"></script>
<script type="module" crossorigin src="/assets/index-Dz95hPOg.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CvyUEDfj.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 43.174.247.38:443 · git-eo.intcplab.cn
2026-01-23 09:24
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=20,cfOrigin;dur=829
Server: cloudflare
Set-Cookie: i_like_gitea=8e286b477c2cc6f1; Path=/; HttpOnly; SameSite=Lax
Set-Cookie: _csrf=NdN_8PoNGToPlawvkCpRLaw8iaM6MTc2OTE2MDMxMjcxMzkyNjg4NA; Path=/; Max-Age=86400; HttpOnly; SameSite=Lax
vary: Accept-Encoding
x-frame-options: SAMEORIGIN
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=PITi%2F4kx8pObAYrgQT3RvhA4z6USZ%2FKLUjCLYDlGazQqogJleZyPqCckr83I6plYV3673Fiv1qIwmvX%2F6R%2BhKQoow2R%2BdhPDGWA5JD6PeQ%3D%3D"}]}
Speculation-Rules: "/cdn-cgi/speculation"
CF-RAY: 9c263e0ea9993e56-SIN
alt-svc: h3=":443"; ma=86400
Cache-Control: private, must-revalidate, no-transform, max-age=0
Transfer-Encoding: chunked
Connection: close
Date: Fri, 23 Jan 2026 09:25:12 GMT
EO-LOG-UUID: 17574952064444547016
EO-Cache-Status: MISS
Page title: Just Gitea
<!DOCTYPE html>
<html lang="en-US" data-theme="gitea-auto">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Just Gitea</title>
<link rel="manifest" href="data:application/json;base64,eyJuYW1lIjoiSnVzdCBHaXRlYSIsInNob3J0X25hbWUiOiJKdXN0IEdpdGVhIiwic3RhcnRfdXJsIjoiaHR0cHM6Ly9naXQuaW50Y3BsYWIuY24vIiwiaWNvbnMiOlt7InNyYyI6Imh0dHBzOi8vZ2l0LmludGNwbGFiLmNuL2Fzc2V0cy9pbWcvbG9nby5wbmciLCJ0eXBlIjoiaW1hZ2UvcG5nIiwic2l6ZXMiOiI1MTJ4NTEyIn0seyJzcmMiOiJodHRwczovL2dpdC5pbnRjcGxhYi5jbi9hc3NldHMvaW1nL2xvZ28uc3ZnIiwidHlwZSI6ImltYWdlL3N2Zyt4bWwiLCJzaXplcyI6IjUxMng1MTIifV19">
<meta name="author" content="Gitea - Git with a cup of tea">
<meta name="description" content="Gitea (Git with a cup of tea) is a painless self-hosted Git service written in Go">
<meta name="keywords" content="go,git,self-hosted,gitea">
<meta name="referrer" content="no-referrer">
<link rel="icon" href="/assets/img/favicon.svg" type="image/svg+xml">
<link rel="alternate icon" href="/assets/img/favicon.png" type="image/png">
<meta property="og:title" content="Just Gitea">
<meta property="og:type" content="website">
<meta property="og:image" content="/assets/img/logo.png">
<meta property="og:url" content="https://git.intcplab.cn/">
<meta property="og:description" content="Gitea (Git with a cup of tea) is a painless self-hosted Git service written in Go">
<meta property="og:site_name" content="Just Gitea">
<link rel="stylesheet" href="/assets/css/index.css?v=1.25.3">
<link rel="stylesheet" href="/assets/css/theme-gitea-auto.css?v=1.25.3">
<script>
window.addEventListener('error', function(e) {window._globalHandlerErrors=window._globalHandlerErrors||[]; window._globalHandlerErrors.push(e);});
window.addEventListener('unhandledrejection', function(e) {window._globalHandlerErrors=window._globalHandlerErrors||[]; window._globalHandlerErrors.push(e);});
window.config = {
appUrl: 'https:\/\/git.intcplab.cn\/',
appSubUrl: '',
assetVersionEncoded: encodeURIComponent('1.25.3'),
assetUrlPrefix: '\/assets',
runModeIsProd: true ,
customEmojis: {"codeberg":":codeberg:","git":":git:","gitea":":gitea:","github":":github:","gitlab":":gitlab:","gogs":":gogs:"},
csrfToken: 'NdN_8PoNGToPlawvkCpRLaw8iaM6MTc2OTE2MDMxMjcxMzkyNjg4NA',
pageData: {},
notificationSettings: {"EventSourceUpdateTime":10000,"MaxTimeout":60000,"MinTimeout":10000,"TimeoutStep":10000},
enableTimeTracking: true ,
mermaidMaxSourceCharacters: 50000 ,
i18n: {
copy_success: "Copied!",
copy_error: "Copy failed",
error_occurred: "An error occurred",
remove_label_str: "Remove item \"%s\"",
modal_confirm: "Confirm",
modal_cancel: "Cancel",
more_items: "More items",
},
};
window.config.pageData = window.config.pageData || {};
</script>
<script src="/assets/js/index.js?v=1.25.3" onerror="alert('Failed to load asset files from ' + this.src + '. Please make sure the asset files can be accessed.')"></script>
</head>
<body hx-headers='{"x-csrf-token": "NdN_8PoNGToPlawvkCpRLaw8iaM6MTc2OTE2MDMxMjcxMzkyNjg4NA"}' hx-swap="outerHTML" hx-ext="morph" hx-push-url="false">
<div class="full height">
<noscript>This website requires JavaScript.</noscript>
<nav id="navbar" aria-label="Navigation Bar">
<div class="navbar-left">
<a class="item" id="navbar-logo" href="/" aria-label="Home">
<img width="30" height="30" src="/assets/img/logo.svg" alt="Logo" aria-hidden="true">
</a>
<div class="ui secondary menu navbar-mobile-right only-mobile">
<button class="item ui icon mini button tw-m-0" id="navbar-expand-toggle" aria-label="Navigation Menu"><svg viewBox="0 0 16 16" class="svg octicon-three-bars" aria-hidden="true" width="16" height="16"><path d="M1 2.75A.75.75 0 0 1 1.75 2h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 2.75m0 5A.75.75 0 0 1 1.75 7h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 7.75M1.75 12h12.5a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5"/></svg></button>
</div>
<a class="item" href="/explore/repos">Explore</a>
<a class="item" target="_blank" rel="noopene
Open service 43.174.247.38:80 · git-eo.intcplab.cn
2026-01-23 09:24
HTTP/1.1 301 Moved Permanently
Location: https://git.intcplab.cn/
Speculation-Rules: "/cdn-cgi/speculation"
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GqMqKXd0p17xxsn5vvVY%2FQwhoLoxhasJUk2kui%2FiShOP4W05wLRPTWROIp8vdVsfQ2Sru9EwYrKekIfehP7IYpxZNGQuVbFeN%2FPSqydBSA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c263e1a7d0a2ade-IAD
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 09:25:14 GMT
EO-LOG-UUID: 10747104776122906606
EO-Cache-Status: MISS
Open service 43.174.247.38:443 · my.951590.com
2026-01-23 09:23
HTTP/1.1 302 Found
Server: nginx
Content-Type: text/html; charset=UTF-8
Location: /wdsxh/
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Transfer-Encoding: chunked
Connection: close
Date: Fri, 23 Jan 2026 09:23:28 GMT
EO-LOG-UUID: 7828004405150118524
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · portal-adm.dollweekend.cn
2026-01-23 09:08
HTTP/1.1 200 OK Last-Modified: Fri, 23 Jan 2026 06:54:40 GMT Etag: "5e93d4e89b9803859897c47197c4c682" Content-Type: text/html Cache-Control: public, must-revalidate, max-age=0 Age: 15 Content-Length: 562 Accept-Ranges: bytes Connection: close Server: edgeone-pages Date: Fri, 23 Jan 2026 09:08:34 GMT EO-LOG-UUID: 9474137013563276432 EO-Cache-Status: Cache Hit Page title: 爪票通管理平台 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="shortcut icon" href="/favicon.png"> <title>爪票通管理平台</title> <link rel="stylesheet" href="/umi.ae82d8d2.css"> <script async src="/scripts/loading.js"></script> <script src="/preload_helper.568de573.js"></script> </head> <body> <div id="root"></div> <script src="/umi.7734f5a8.js"></script> </body> </html>
Open service 43.174.247.38:80 · portal-adm.dollweekend.cn
2026-01-23 09:08
HTTP/1.1 200 OK Last-Modified: Fri, 23 Jan 2026 06:54:40 GMT Etag: "5e93d4e89b9803859897c47197c4c682" Content-Type: text/html Cache-Control: public, must-revalidate, max-age=0 Age: 17 Content-Length: 562 Accept-Ranges: bytes Connection: close Server: edgeone-pages Date: Fri, 23 Jan 2026 09:08:36 GMT EO-LOG-UUID: 18199058725294795037 EO-Cache-Status: Cache Hit Page title: 爪票通管理平台 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="shortcut icon" href="/favicon.png"> <title>爪票通管理平台</title> <link rel="stylesheet" href="/umi.ae82d8d2.css"> <script async src="/scripts/loading.js"></script> <script src="/preload_helper.568de573.js"></script> </head> <body> <div id="root"></div> <script src="/umi.7734f5a8.js"></script> </body> </html>
Open service 43.174.247.38:443 · git.intcplab.cn
2026-01-23 09:07
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 09:08:06 GMT
EO-LOG-UUID: 7254585267457883489
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · tx1.1799.com.cn
2026-01-23 09:05
HTTP/1.1 301 Moved Permanently
Server: openresty
Content-Type: text/html
Location: https://tx1.1799.com.cn/
Strict-Transport-Security: max-age=31536000; includeSubDomains
Content-Length: 166
Connection: close
Date: Fri, 23 Jan 2026 09:05:48 GMT
EO-LOG-UUID: 9425979470964691316
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>openresty</center>
</body>
</html>
Open service 43.174.247.38:443 · tx1.1799.com.cn
2026-01-23 09:05
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html; charset=UTF-8
Vary: Accept-Encoding
X-Powered-By: PHP/8.5.2
Strict-Transport-Security: max-age=31536000; includeSubDomains
Transfer-Encoding: chunked
Connection: close
Date: Fri, 23 Jan 2026 09:05:45 GMT
EO-LOG-UUID: 9905716790657103210
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<h1 style="text-align: center;">欢迎使用 PHP!</h1><h2>版本信息</h2><ul><li>PHP版本:8.5.2</li></ul><h2>已安装扩展</h2><ol><li>Core=8.5.2</li><li>date=8.5.2</li><li>lexbor=8.5.2</li><li>openssl=8.5.2</li><li>pcre=8.5.2</li><li>sqlite3=8.5.2</li><li>zlib=8.5.2</li><li>ctype=8.5.2</li><li>curl=8.5.2</li><li>uri=8.5.2</li><li>json=8.5.2</li><li>fileinfo=8.5.2</li><li>filter=8.5.2</li><li>hash=8.5.2</li><li>iconv=8.5.2</li><li>SPL=8.5.2</li><li>mbstring=8.5.2</li><li>Zend OPcache=8.5.2</li><li>session=8.5.2</li><li>standard=8.5.2</li><li>PDO=8.5.2</li><li>pdo_sqlite=8.5.2</li><li>bz2=8.5.2</li><li>posix=8.5.2</li><li>random=8.5.2</li><li>readline=8.5.2</li><li>Reflection=8.5.2</li><li>libxml=8.5.2</li><li>SimpleXML=8.5.2</li><li>tokenizer=8.5.2</li><li>dom=20031129</li><li>xml=8.5.2</li><li>xmlreader=8.5.2</li><li>xmlwriter=8.5.2</li><li>mysqlnd=mysqlnd 8.5.2</li><li>cgi-fcgi=8.5.2</li><li>imagick=3.8.1</li><li>apcu=5.1.28</li><li>igbinary=3.2.17RC1</li><li>redis=6.3.0</li><li>imap=1.0.3</li><li>yaf=3.3.7</li><li>pspell=1.0.1</li><li>memcached=3.4.0</li><li>Phar=8.5.2</li><li>calendar=8.5.2</li><li>exif=8.5.2</li><li>gd=8.5.2</li><li>gmp=8.5.2</li><li>intl=8.5.2</li><li>ldap=8.5.2</li><li>mysqli=8.5.2</li><li>pdo_mysql=8.5.2</li><li>pdo_pgsql=8.5.2</li><li>pgsql=8.5.2</li><li>shmop=8.5.2</li><li>snmp=8.5.2</li><li>sysvmsg=8.5.2</li><li>sysvshm=8.5.2</li><li>zip=1.22.7</li><li>xdebug=3.5.0</li><li>SourceGuardian=17.0.0</li></ol>
Open service 43.174.247.38:443 · status.panso.icu
2026-01-23 09:00
HTTP/1.1 302 Found
X-Frame-Options: SAMEORIGIN
Location: /status/test
Vary: Accept
Content-Type: text/plain; charset=utf-8
Keep-Alive: timeout=5
Server: TencentEdgeOne
Content-Length: 34
Connection: close
Date: Fri, 23 Jan 2026 09:00:50 GMT
EO-LOG-UUID: 2859138128007016349
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Found. Redirecting to /status/test
Open service 43.174.247.38:80 · status.panso.icu
2026-01-23 09:00
HTTP/1.1 302 Found
X-Frame-Options: SAMEORIGIN
Location: /status/test
Vary: Accept
Content-Type: text/plain; charset=utf-8
Keep-Alive: timeout=5
Server: TencentEdgeOne
Content-Length: 34
Connection: close
Date: Fri, 23 Jan 2026 09:00:52 GMT
EO-LOG-UUID: 5896439723190513079
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Found. Redirecting to /status/test
Open service 43.174.247.38:443 · geek.bio
2026-01-23 08:52
HTTP/1.1 301 Moved Permanently
Server: nginx
Content-Type: text/html
Location: http://geek.bio/
Content-Length: 162
Connection: close
Date: Fri, 23 Jan 2026 08:52:40 GMT
EO-LOG-UUID: 17153983471584754361
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:80 · geek.bio
2026-01-23 08:52
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
ETag: "69689464-9b8"
Accept-Ranges: bytes
Last-Modified: Thu, 15 Jan 2026 07:16:52 GMT
Content-Length: 2488
Connection: close
Date: Fri, 23 Jan 2026 08:52:42 GMT
EO-LOG-UUID: 5775935966641431456
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Coming Soon
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Coming Soon</title>
<style>
body {
background-color: #f5f5f5;
margin-top: 8%;
color: #5d5d5d;
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
"Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji";
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
text-align: center;
}
h1 {
font-size: 2.45em;
font-weight: 700;
color: #5d5d5d;
letter-spacing: -0.02em;
margin-bottom: 30px;
margin-top: 30px;
}
.container {
width: 100%;
margin-right: auto;
margin-left: auto;
}
.animate__animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animate__fadeIn {
animation-name: fadeIn;
}
.info {
color: #5594cf;
fill: #5594cf;
}
.error {
color: #c92127;
fill: #c92127;
}
.warning {
color: #ffcc33;
fill: #ffcc33;
}
.success {
color: #5aba47;
fill: #5aba47;
}
.icon-large {
height: 132px;
width: 132px;
}
.description-text {
color: #707070;
letter-spacing: -0.01em;
font-size: 1.25em;
line-height: 20px;
}
.footer {
margin-top: 40px;
font-size: 0.7em;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col">
<div class="animate__animated animate__fadeIn">
<svg
class="warning icon-large fa-hard-hat"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
>
<path
d="M480 288c0-80.25-49.28-148.92-119.19-177.62L320 192V80a16 16 0 0 0-16-16h-96a16 16 0 0 0-16 16v112l-40.81-81.62C81.28 139.08 32 207.75 32 288v64h448zm16 96H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z"
></path>
</svg>
</div>
<h1 class="animate__animated animate__fadeIn">We're working on it!</h1>
<div class="description-text animate__animated animate__fadeIn">
<p>This site is currently under construction.</p>
<p>Please check back soon.</p>
<section class="footer"><strong>Domain:</strong> geek.bio</section>
</div>
</div>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:443 · upload.dtouy.cn
2026-01-23 08:46
HTTP/1.1 200 OK
Server: openresty
Content-Type: application/xml
Vary: Origin,Access-Control-Request-Method,Access-Control-Request-Headers
X-Reqid: LOQAAAD0m3LZT40Y
x-amz-request-id: LOQAAAD0m3LZT40Y
X-Log: X-Log
Transfer-Encoding: chunked
Connection: close
Date: Fri, 23 Jan 2026 08:47:03 GMT
EO-LOG-UUID: 10910447613696279934
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · upload.dtouy.cn
2026-01-23 08:46
HTTP/1.1 200 OK
Server: openresty
Content-Type: application/xml
Vary: Origin,Access-Control-Request-Method,Access-Control-Request-Headers
X-Reqid: C5IAAACeQdzZT40Y
x-amz-request-id: C5IAAACeQdzZT40Y
X-Log: X-Log
Transfer-Encoding: chunked
Connection: close
Date: Fri, 23 Jan 2026 08:47:05 GMT
EO-LOG-UUID: 5209362455919463900
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · api.sdsmu.com
2026-01-23 08:45
HTTP/1.1 403 Forbidden
Content-Type: application/xml
Server: tencent-cos
x-cos-request-id: Njk3MzM1MWZfZWFkMjMwMGJfMjJhOTRfMTVjYzI3
x-cos-trace-id: OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODc0OWRkZjk0ZDM1NmI1M2E2MTRlY2MzZDhmNmI5MWI1OTBjYzE2MjAxN2M1MzJiOTdkZjMxMDVlYTZjN2FiMmI0MDBjNjhkZWJjMjQwNmJiZTViMjhmM2QwOTUzMGFiMzY=
Content-Length: 449
Connection: close
Date: Fri, 23 Jan 2026 08:45:18 GMT
EO-LOG-UUID: 17465509065816575053
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<?xml version='1.0' encoding='utf-8' ?>
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied.</Message>
<ServerTime>2026-01-23T08:45:19Z</ServerTime>
<Resource>/</Resource>
<RequestId>Njk3MzM1MWZfZWFkMjMwMGJfMjJhOTRfMTVjYzI3</RequestId>
<TraceId>OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODc0OWRkZjk0ZDM1NmI1M2E2MTRlY2MzZDhmNmI5MWI1OTBjYzE2MjAxN2M1MzJiOTdkZjMxMDVlYTZjN2FiMmI0MDBjNjhkZWJjMjQwNmJiZTViMjhmM2QwOTUzMGFiMzY=</TraceId>
</Error>
Open service 43.174.247.38:80 · t.botp.link
2026-01-23 08:38
HTTP/1.1 301 Moved Permanently
Location: https://polezbot.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=WFray474YmBP1eDTXSWcSHl2%2BcfXcn4N6sspSdqa%2BGQVdzjF9PShAHbSGxi76nM%2Fk65EZrIckc%2B6ezC5SirqJMwbSgRieABpm9frbppUSz9hFg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c25fa943cc3ec0a-IAD
alt-svc: h3=":443"; ma=86400
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 08:39:08 GMT
EO-LOG-UUID: 6620436147563456445
EO-Cache-Status: MISS
Open service 43.174.247.38:443 · t.botp.link
2026-01-23 08:38
HTTP/1.1 404 Not Found
Access-Control-Allow-Origin: *
referrer-policy: strict-origin-when-cross-origin
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=WqpS6%2F933bKZe6%2BNiD0S8Lblf3zTmMpm0zNffFIMEiC0qFsGXN7TCfysXkbDjleyBwg%2B%2FfjDL0RSBQTGSNg7GovymRDl3Mqlme%2FfKOUuULjM6Q%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c25fa811da7a5f0-LAX
alt-svc: h3=":443"; ma=86400
Cache-Control: no-store
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 08:39:04 GMT
EO-LOG-UUID: 10467974953389596409
EO-Cache-Status: MISS
Open service 43.174.247.38:443 · www.kanlai.com.cn
2026-01-23 08:35
HTTP/1.1 403 Forbidden
Server: openresty
Content-Type: text/html
Content-Length: 150
Connection: close
Date: Fri, 23 Jan 2026 08:36:01 GMT
EO-LOG-UUID: 843340743993975218
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>openresty</center>
</body>
</html>
Open service 43.174.247.38:80 · www.kanlai.com.cn
2026-01-23 08:35
HTTP/1.1 403 Forbidden
Server: openresty
Content-Type: text/html
Content-Length: 150
Connection: close
Date: Fri, 23 Jan 2026 08:36:04 GMT
EO-LOG-UUID: 9678517910555981112
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>openresty</center>
</body>
</html>
Open service 43.174.247.38:80 · kanlai.com.cn
2026-01-23 08:35
HTTP/1.1 403 Forbidden
Server: openresty
Content-Type: text/html
Content-Length: 150
Connection: close
Date: Fri, 23 Jan 2026 08:35:22 GMT
EO-LOG-UUID: 11450593497818045725
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>openresty</center>
</body>
</html>
Open service 43.174.247.38:443 · kanlai.com.cn
2026-01-23 08:35
HTTP/1.1 403 Forbidden
Server: openresty
Content-Type: text/html
Content-Length: 150
Connection: close
Date: Fri, 23 Jan 2026 08:35:19 GMT
EO-LOG-UUID: 3746650022349864629
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>openresty</center>
</body>
</html>
Open service 43.174.247.38:443 · test.wsho.top
2026-01-23 08:29
HTTP/1.1 522 Connect origin timed out
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 08:29:39 GMT
EO-LOG-UUID: 3505665425974460067
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · mainas.maimai520.top
2026-01-23 08:12
HTTP/1.1 523 EO errCode : DNS resolve failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 08:12:53 GMT
EO-LOG-UUID: 2871167505193159396
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · hmvod.sdahh674.xyz
2026-01-23 08:03
HTTP/1.1 400 Bad Request Content-Length: 21 X-NWS-LOG-UUID: 15266180877247848777 Connection: close Server: EdgeOne_L7S_OC_FREE X-Cache-Lookup: Return Directly Access-Control-Allow-Credentials: true Access-Control-Allow-Headers: Origin,No-Cache,X-Requested-With,If-Modified-Since,Pragma,Last-Modified,Cache-Control,Expires,Content-Type,X_Requested_With,Range Access-Control-Allow-Methods: GET,POST,HEAD,OPTIONS Access-Control-Allow-Origin: * Access-Control-Expose-Headers: Content-Range,X-Meta-Hash,Eo-Err-Info Date: Fri, 23 Jan 2026 08:03:30 GMT forbidden access root
Open service 43.174.247.38:80 · hmvod.sdahh674.xyz
2026-01-23 08:03
HTTP/1.1 400 Bad Request Content-Length: 21 X-NWS-LOG-UUID: 1193154535553584850 Connection: close Server: EdgeOne_L7S_OC_FREE X-Cache-Lookup: Return Directly Access-Control-Allow-Credentials: true Access-Control-Allow-Headers: Origin,No-Cache,X-Requested-With,If-Modified-Since,Pragma,Last-Modified,Cache-Control,Expires,Content-Type,X_Requested_With,Range Access-Control-Allow-Methods: GET,POST,HEAD,OPTIONS Access-Control-Allow-Origin: * Access-Control-Expose-Headers: Content-Range,X-Meta-Hash,Eo-Err-Info Date: Fri, 23 Jan 2026 08:03:33 GMT forbidden access root
Open service 43.174.247.38:80 · www.900777.xyz
2026-01-23 07:54
HTTP/1.1 200 OK
server: openresty
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
x-powered-by: PHP/7.4.33
strict-transport-security: max-age=31536000; includeSubDomains
alt-svc: h3=":443"; ma=2592000
Content-Length: 1655
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 07:54:40 GMT
Age: 18
EO-LOG-UUID: 12773312839309493132
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 私人网关
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>私人网关</title>
<style>
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
background: #f8f9fa;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
text-align: center;
}
.container {
max-width: 600px;
padding: 2rem;
}
h1 {
font-size: 2.5rem;
color: #333;
margin-bottom: 1rem;
}
p {
font-size: 1.1rem;
color: #666;
line-height: 1.6;
margin-bottom: 2rem;
}
.beian {
margin-top: 2rem;
padding: 1rem;
border-top: 1px solid #ddd;
font-size: 0.9rem;
color: #555;
}
.beian a {
color: #06c;
text-decoration: none;
}
.beian a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<h1>网站正在建设中</h1>
<p>我们正在努力打造更好的网站体验,敬请期待。</p>
<div class="beian">
备案号:
<a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener noreferrer">
浙ICP备2021005729号-4
</a>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:443 · www.900777.xyz
2026-01-23 07:54
HTTP/1.1 200 OK
server: openresty
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
x-powered-by: PHP/7.4.33
strict-transport-security: max-age=31536000; includeSubDomains
alt-svc: h3=":443"; ma=2592000
Content-Length: 1655
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 07:54:38 GMT
Age: 14
EO-LOG-UUID: 15214110758906161171
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 私人网关
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>私人网关</title>
<style>
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
background: #f8f9fa;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
text-align: center;
}
.container {
max-width: 600px;
padding: 2rem;
}
h1 {
font-size: 2.5rem;
color: #333;
margin-bottom: 1rem;
}
p {
font-size: 1.1rem;
color: #666;
line-height: 1.6;
margin-bottom: 2rem;
}
.beian {
margin-top: 2rem;
padding: 1rem;
border-top: 1px solid #ddd;
font-size: 0.9rem;
color: #555;
}
.beian a {
color: #06c;
text-decoration: none;
}
.beian a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<h1>网站正在建设中</h1>
<p>我们正在努力打造更好的网站体验,敬请期待。</p>
<div class="beian">
备案号:
<a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener noreferrer">
浙ICP备2021005729号-4
</a>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:443 · xiaofeng.show
2026-01-23 07:46
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 04:49:51 GMT
Etag: "021e6635b510468d63b40aa965510e9e"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 1954
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Fri, 23 Jan 2026 07:46:53 GMT
EO-LOG-UUID: 14869892143113891412
EO-Cache-Status: Cache Hit
Page title: redirect...
<!DOCTYPE html><html lang="en"> <head><meta charset="UTF-8"><title>redirect...</title><link rel="sitemap" href="/sitemap-index.xml"><meta name="generator" content="Astro v5.16.6"><link rel="alternate" hreflang="en-US" href="https://zhangyuliang1994.github.io/en/"><link rel="alternate" hreflang="zh-CN" href="https://zhangyuliang1994.github.io/zh-cn/"><!-- icon --><link rel="icon" type="image/png" href="/favicon.png"><link rel="icon" sizes="192x192" href="/android-icon.png"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><meta name="color-scheme" content="light dark"><!-- OGP --><meta property="og:type" content="website"><meta property="og:title" content="Astro i18n Starter"><meta property="og:site_name" content="Astro i18n Starter"><meta property="og:description" content="A starter template for Astro with i18n support."><meta property="og:image" content="https://zhangyuliang1994.github.io/ogp.png"><meta property="og:url" content="https://zhangyuliang1994.github.io/"><meta property="og:locale" content="en"><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@psephopaiktes"><noscript><meta http-equiv="refresh" content="0;url=/en/"></noscript><script>(function(){const langs = ["en","zh-cn"];
const baseUrl = "/";
const defaultLocale = "en";
if (
localStorage.selectedLang &&
langs.includes(localStorage.selectedLang)
) {
location.href = `${baseUrl + localStorage.selectedLang}/`;
} else {
const browserLang = navigator.language.toLowerCase();
if (langs.includes(browserLang)) {
location.href = `${baseUrl + browserLang}/`;
} else if (langs.includes(browserLang.split("-")[0])) {
location.href = `${baseUrl + browserLang.split("-")[0]}/`;
} else {
location.href = `${baseUrl + defaultLocale}/`;
}
}
})();</script></head> <body> <h1>redirect...</h1> </body></html>
Open service 43.174.247.38:80 · xiaofeng.show
2026-01-23 07:46
HTTP/1.1 302 Found Location: https://xiaofeng.show/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Fri, 23 Jan 2026 07:46:56 GMT EO-LOG-UUID: 18096367386846758038 EO-Cache-Status: Return Directly
Open service 43.174.247.38:80 · iruanying.com
2026-01-23 07:19
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html
Expires: Thu, 01 Jan 1970 00:00:01 GMT
Cache-Control: no-cache
Content-Length: 839
Connection: close
Date: Fri, 23 Jan 2026 07:19:47 GMT
EO-LOG-UUID: 14702085349424015602
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<html><body><script type="text/javascript" src="/aes.js" ></script><script>function toNumbers(d){var e=[];d.replace(/(..)/g,function(d){e.push(parseInt(d,16))});return e}function toHex(){for(var d=[],d=1==arguments.length&&arguments[0].constructor==Array?arguments[0]:arguments,e="",f=0;f<d.length;f++)e+=(16>d[f]?"0":"")+d[f].toString(16);return e.toLowerCase()}var a=toNumbers("f655ba9d09a112d4968c63579db590b4"),b=toNumbers("98344c2eee86c3994890592585b49f80"),c=toNumbers("3321eb31cbf8f477ff51340fa1d37021");document.cookie="__test="+toHex(slowAES.decrypt(c,2,a,b))+"; max-age=21600; expires=Thu, 31-Dec-37 23:55:55 GMT; path=/"; location.href="http://iruanying.com/?i=1";</script><noscript>This site requires Javascript to work, please enable Javascript in your browser or use a browser with Javascript support</noscript></body></html>
Open service 43.174.247.38:443 · iruanying.com
2026-01-23 07:19
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html
Expires: Thu, 01 Jan 1970 00:00:01 GMT
Cache-Control: no-cache
Content-Length: 840
Connection: close
Date: Fri, 23 Jan 2026 07:19:44 GMT
EO-LOG-UUID: 12055253586985119631
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<html><body><script type="text/javascript" src="/aes.js" ></script><script>function toNumbers(d){var e=[];d.replace(/(..)/g,function(d){e.push(parseInt(d,16))});return e}function toHex(){for(var d=[],d=1==arguments.length&&arguments[0].constructor==Array?arguments[0]:arguments,e="",f=0;f<d.length;f++)e+=(16>d[f]?"0":"")+d[f].toString(16);return e.toLowerCase()}var a=toNumbers("f655ba9d09a112d4968c63579db590b4"),b=toNumbers("98344c2eee86c3994890592585b49f80"),c=toNumbers("3321eb31cbf8f477ff51340fa1d37021");document.cookie="__test="+toHex(slowAES.decrypt(c,2,a,b))+"; max-age=21600; expires=Thu, 31-Dec-37 23:55:55 GMT; path=/"; location.href="https://iruanying.com/?i=1";</script><noscript>This site requires Javascript to work, please enable Javascript in your browser or use a browser with Javascript support</noscript></body></html>
Open service 43.174.247.38:80 · www.iruanying.com
2026-01-23 07:19
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html
Expires: Thu, 01 Jan 1970 00:00:01 GMT
Cache-Control: no-cache
Content-Length: 843
Connection: close
Date: Fri, 23 Jan 2026 07:19:40 GMT
EO-LOG-UUID: 18056772297486066528
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<html><body><script type="text/javascript" src="/aes.js" ></script><script>function toNumbers(d){var e=[];d.replace(/(..)/g,function(d){e.push(parseInt(d,16))});return e}function toHex(){for(var d=[],d=1==arguments.length&&arguments[0].constructor==Array?arguments[0]:arguments,e="",f=0;f<d.length;f++)e+=(16>d[f]?"0":"")+d[f].toString(16);return e.toLowerCase()}var a=toNumbers("f655ba9d09a112d4968c63579db590b4"),b=toNumbers("98344c2eee86c3994890592585b49f80"),c=toNumbers("3321eb31cbf8f477ff51340fa1d37021");document.cookie="__test="+toHex(slowAES.decrypt(c,2,a,b))+"; max-age=21600; expires=Thu, 31-Dec-37 23:55:55 GMT; path=/"; location.href="http://www.iruanying.com/?i=1";</script><noscript>This site requires Javascript to work, please enable Javascript in your browser or use a browser with Javascript support</noscript></body></html>
Open service 43.174.247.38:443 · www.iruanying.com
2026-01-23 07:19
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html
Expires: Thu, 01 Jan 1970 00:00:01 GMT
Cache-Control: no-cache
Content-Length: 844
Connection: close
Date: Fri, 23 Jan 2026 07:19:37 GMT
EO-LOG-UUID: 3787551683750402469
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<html><body><script type="text/javascript" src="/aes.js" ></script><script>function toNumbers(d){var e=[];d.replace(/(..)/g,function(d){e.push(parseInt(d,16))});return e}function toHex(){for(var d=[],d=1==arguments.length&&arguments[0].constructor==Array?arguments[0]:arguments,e="",f=0;f<d.length;f++)e+=(16>d[f]?"0":"")+d[f].toString(16);return e.toLowerCase()}var a=toNumbers("f655ba9d09a112d4968c63579db590b4"),b=toNumbers("98344c2eee86c3994890592585b49f80"),c=toNumbers("3321eb31cbf8f477ff51340fa1d37021");document.cookie="__test="+toHex(slowAES.decrypt(c,2,a,b))+"; max-age=21600; expires=Thu, 31-Dec-37 23:55:55 GMT; path=/"; location.href="https://www.iruanying.com/?i=1";</script><noscript>This site requires Javascript to work, please enable Javascript in your browser or use a browser with Javascript support</noscript></body></html>
Open service 43.174.247.38:80 · api.xiajia.im
2026-01-23 07:16
HTTP/1.1 521 Connection Reset by Origin
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 07:17:11 GMT
EO-LOG-UUID: 8014976850727542077
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · api.xiajia.im
2026-01-23 07:16
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 07:17:08 GMT
EO-LOG-UUID: 1919347715163970398
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · doc.jiangshengdev.com
2026-01-23 07:16
HTTP/1.1 308 Permanent Redirect
Content-Type: text/plain
Location: https://pdf-front-jiangshengdev.vercel.app/
Refresh: 0;url=https://pdf-front-jiangshengdev.vercel.app/
server: Vercel
Transfer-Encoding: chunked
Connection: close
Date: Fri, 23 Jan 2026 07:16:58 GMT
EO-LOG-UUID: 9035206743314031369
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Redirecting...
Open service 43.174.247.38:80 · doc-api.jiangshengdev.com
2026-01-23 07:16
HTTP/1.1 308 Permanent Redirect
Content-Type: text/plain
Location: https://pdf-back-jiangshengdev.vercel.app/
Refresh: 0;url=https://pdf-back-jiangshengdev.vercel.app/
server: Vercel
Transfer-Encoding: chunked
Connection: close
Date: Fri, 23 Jan 2026 07:16:57 GMT
EO-LOG-UUID: 4950577395328382659
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Redirecting...
Open service 43.174.247.38:443 · doc-api.jiangshengdev.com
2026-01-23 07:16
HTTP/1.1 200 OK
Age: 0
Content-Type: application/json
Server: Vercel
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
X-Vercel-Cache: MISS
X-Vercel-Enable-Rewrite-Caching: 1
X-Vercel-Id: fra1::hkg1::rjhg5-1769152615189-fe0d50e0816b
Cache-Control: public, must-revalidate, max-age=0
Content-Length: 36
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 07:16:55 GMT
EO-LOG-UUID: 12071020474981067633
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
{"status":"ok","service":"pdf-back"}
Open service 43.174.247.38:443 · doc.jiangshengdev.com
2026-01-23 07:16
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 10:02:01 GMT
Etag: "b4bdbba302f8f2703f5a8299e7858e53"
Access-Control-Allow-Origin: *
Content-Disposition: inline
Content-Type: text/html; charset=utf-8
Server: Vercel
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
X-Vercel-Cache: HIT
X-Vercel-Enable-Rewrite-Caching: 1
X-Vercel-Id: fra1::k7sgh-1769152599786-d419ed0c2154
Cache-Control: public, must-revalidate, max-age=0
Content-Length: 430
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 07:16:54 GMT
Age: 15
EO-LOG-UUID: 14905759134415672082
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: PDF 工具
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PDF 工具</title>
<script type="module" crossorigin src="/assets/index-BAN64QsW.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BnbHXTtQ.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 43.174.247.38:80 · mimaglows.com
2026-01-23 06:25
HTTP/1.1 302 Found
Location: https://mimaglows.com/
Content-Length: 0
Connection: close
Server: EdgeOne_L7S_OC_FREE
Date: Fri, 23 Jan 2026 06:25:19 GMT
EO-LOG-UUID: 4330049570611444237
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · mimaglows.com
2026-01-23 06:25
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Etag: W/"11915-jo7WX2nx+1+BENqYECBTIowHslY"
Server: Caddy
Vary: Accept-Encoding
X-Powered-By: Express
Cache-Control: public, max-age=0
Content-Length: 71957
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 06:25:16 GMT
EO-LOG-UUID: 6088678999150669718
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: MimaGlows's Blog 教科文小屋
<!DOCTYPE html>
<html lang="en" class="auto-color">
<head>
<title>MimaGlows's Blog 教科文小屋</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preload" as="style" href="/assets/built/screen.css?v=6bad3f4520" />
<link rel="preload" as="script" href="/assets/built/casper.js?v=6bad3f4520" />
<link rel="stylesheet" type="text/css" href="/assets/built/screen.css?v=6bad3f4520" />
<meta name="description" content="Recording, for my past and future.">
<link rel="canonical" href="https://mimaglows.com/">
<meta name="referrer" content="no-referrer-when-downgrade">
<meta property="og:site_name" content="MimaGlows's Blog 教科文小屋">
<meta property="og:type" content="website">
<meta property="og:title" content="MimaGlows's Blog 教科文小屋">
<meta property="og:description" content="Recording, for my past and future.">
<meta property="og:url" content="https://mimaglows.com/">
<meta property="og:image" content="https://mimaglows.com/content/images/2024/04/114835138_p0.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="MimaGlows's Blog 教科文小屋">
<meta name="twitter:description" content="Recording, for my past and future.">
<meta name="twitter:url" content="https://mimaglows.com/">
<meta name="twitter:image" content="https://mimaglows.com/content/images/2024/04/114835138_p0.png">
<meta name="twitter:site" content="@MimaGlows">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="750">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"publisher": {
"@type": "Organization",
"name": "MimaGlows's Blog 教科文小屋",
"url": "https://mimaglows.com/",
"logo": {
"@type": "ImageObject",
"url": "https://mimaglows.com/favicon.ico",
"width": 48,
"height": 48
}
},
"url": "https://mimaglows.com/",
"image": {
"@type": "ImageObject",
"url": "https://mimaglows.com/content/images/2024/04/114835138_p0.png",
"width": 1200,
"height": 750
},
"mainEntityOfPage": "https://mimaglows.com/",
"description": "Recording, for my past and future."
}
</script>
<meta name="generator" content="Ghost 5.88">
<link rel="alternate" type="application/rss+xml" title="MimaGlows's Blog 教科文小屋" href="https://mimaglows.com/rss/">
<script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/sodo-search.min.js" data-key="26b7b0ce0b53e3d210e68a252c" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/main.css" data-sodo-search="https://mimaglows.com/" crossorigin="anonymous"></script>
<link href="https://mimaglows.com/webmentions/receive/" rel="webmention">
<script defer src="/public/cards.min.js?v=6bad3f4520"></script>
<link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=6bad3f4520">
<script defer src="/public/comment-counts.min.js?v=6bad3f4520" data-ghost-comments-counts-api="https://mimaglows.com/members/api/comments/counts/"></script><style>:root {--ghost-accent-color: #8260a2;}</style>
</head>
<body class="home-template is-head-left-logo has-serif-title has-cover">
<div class="viewport">
<header id="gh-head" class="gh-head outer is-header-hidden">
<div class="gh-head-inner inner">
<div class="gh-head-brand">
<a class="gh-head-logo no-image" href="https://mimaglows.com">
MimaGlows's Blog 教科文小屋
</a>
<button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" strok
Open service 43.174.247.38:443 · cdn.mimaglows.com
2026-01-23 06:24
HTTP/1.1 403 Forbidden
Content-Type: application/xml
Server: tencent-cos
x-amz-request-id: Njk3MzE0MTRfMWUyNjYzNjRfZDY0Y18xNDg0YmI5
x-amz-trace-id: OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODc0OWRkZjk0ZDM1NmI1M2E2MTRlY2MzZDhmNmI5MWI1OTBjYzE2MjAxN2M1MzJiOTdkZjMxMDVlYTZjN2FiMmI0MDBjNjhkZWJjMjQwNmJiZTViMjhmM2QwOTUzMGFiMzY=
Content-Length: 449
Connection: close
Date: Fri, 23 Jan 2026 06:24:19 GMT
EO-LOG-UUID: 15765853134707190528
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<?xml version='1.0' encoding='utf-8' ?>
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied.</Message>
<ServerTime>2026-01-23T06:24:20Z</ServerTime>
<Resource>/</Resource>
<RequestId>Njk3MzE0MTRfMWUyNjYzNjRfZDY0Y18xNDg0YmI5</RequestId>
<TraceId>OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODc0OWRkZjk0ZDM1NmI1M2E2MTRlY2MzZDhmNmI5MWI1OTBjYzE2MjAxN2M1MzJiOTdkZjMxMDVlYTZjN2FiMmI0MDBjNjhkZWJjMjQwNmJiZTViMjhmM2QwOTUzMGFiMzY=</TraceId>
</Error>
Open service 43.174.247.38:80 · cdn.mimaglows.com
2026-01-23 06:24
HTTP/1.1 403 Forbidden
Content-Type: application/xml
Server: tencent-cos
x-amz-request-id: Njk3MzE0MTZfMTgyMDYzNjRfMTM1YThfMTRkMDk2NQ==
x-amz-trace-id: OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODc0OWRkZjk0ZDM1NmI1M2E2MTRlY2MzZDhmNmI5MWI1OTBjYzE2MjAxN2M1MzJiOTdkZjMxMDVlYTZjN2FiMmI0MDBjNjhkZWJjMjQwNmJiZTViMjhmM2QwOTUzMGFiMzY=
Content-Length: 453
Connection: close
Date: Fri, 23 Jan 2026 06:24:22 GMT
EO-LOG-UUID: 11818845670820339746
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<?xml version='1.0' encoding='utf-8' ?>
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied.</Message>
<ServerTime>2026-01-23T06:24:22Z</ServerTime>
<Resource>/</Resource>
<RequestId>Njk3MzE0MTZfMTgyMDYzNjRfMTM1YThfMTRkMDk2NQ==</RequestId>
<TraceId>OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODc0OWRkZjk0ZDM1NmI1M2E2MTRlY2MzZDhmNmI5MWI1OTBjYzE2MjAxN2M1MzJiOTdkZjMxMDVlYTZjN2FiMmI0MDBjNjhkZWJjMjQwNmJiZTViMjhmM2QwOTUzMGFiMzY=</TraceId>
</Error>
Open service 43.174.247.38:80 · api.meigen.art
2026-01-23 06:02
HTTP/1.1 404 Not Found
Content-Type: text/html
Accept-Ranges: bytes
ETag: "0445e4fdf1e737913bb718eca592a661"
Last-Modified: Tue, 23 Sep 2025 09:31:25 GMT
Content-Length: 3881
Connection: close
Server: edgeone-pages
Date: Fri, 23 Jan 2026 06:03:16 GMT
EO-LOG-UUID: 14184477400397931667
EO-Cache-Status: Cache Miss
Page title: Tencent Edgeone
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tencent Edgeone</title>
<style>
* {
padding: 0;
margin: 0;
}
body {
width: 100vw;
height: 100vh;
background-color: #fff;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family:
Microsoft YaHei,
Oxygen,
pingfang SC,
SimHei !important;
}
.flex-display {
display: flex;
align-items: center;
justify-content: center;
}
.wrapper {
width: 600px;
}
@media screen and (max-width: 720px) {
.wrapper {
width: 100vw;
}
.main-content {
padding: 40px 20px !important;
}
}
.main-content {
margin: auto;
width: 100%;
box-sizing: border-box;
padding: 40px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 5px;
border: 1px solid rgba(209, 217, 224, 0.5);
}
.main-content img {
width: 70px;
}
.error-header {
align-self: center;
}
.main-code {
font-size: 20px;
color: rgba(0, 0, 0, 0.9);
font-weight: bold;
}
.main-title {
font-size: 20px;
color: rgba(0, 0, 0, 0.9);
}
.footer {
margin-top: 60px;
}
.footer-link {
height: 20px;
}
.footer-text {
font-size: 13px;
font-weight: 400;
margin-right: 10px;
color: rgba(0, 0, 0, 0.9);
}
.footer-picture {
height: 18px;
}
.code-description {
font-size: 14px;
margin-top: 15px;
align-self: center;
}
.scf-message {
font-size: 14px;
margin-top: 25px;
}
.site {
color: rgba(0, 0, 0, 0.6);
font-size: 12px;
text-align: left;
}
.site-title {
font-weight: 700;
}
.site-visitor {
margin-top: 50px;
}
.site-owner {
margin-top: 5px;
}
.link {
font-size: 12px;
color: rgba(29, 126, 255, 1);
font-weight: 800;
text-decoration: none;
}
</style>
</head>
<body>
<div class="wrapper">
<div class="main-content">
<div class="error-header">
<span class="main-code"><span class="main-code-num">404</span>:</span>
<span class="main-title">NOT_FOUND</span>
</div>
<p class="code-description">(Code: NOT_FOUND)</p>
<p class="scf-message">The page does not exist</p>
<div class="site">
<p class="site-visitor">
<span class="site-title"> Site Visitor: </span>
Contact the site owner or try again.
</p>
<p class="site-owner">
<span class="site-title"> Site Owner: </span>
Please check
<a
class="link"
href="https://pages.edgeone.ai/document/error-codes"
>
document
</a>
or contact us.
</p>
</div>
</div>
<div class="flex-display footer">
<span class="footer-text">Powered by</span>
<a href="https://pages.edgeone.ai/" class="footer-link" target="_blank">
<img
class="footer-picture"
src="https://qcloudimg.tencent-cloud.cn/raw/ed44e6d974616211a111f3ae2787111e.svg"
/>
</a>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:443 · api.meigen.art
2026-01-23 06:02
HTTP/1.1 404 Not Found
Content-Type: text/html
Accept-Ranges: bytes
ETag: "0445e4fdf1e737913bb718eca592a661"
Last-Modified: Tue, 23 Sep 2025 09:31:25 GMT
Content-Length: 3881
Connection: close
Server: edgeone-pages
Date: Fri, 23 Jan 2026 06:03:13 GMT
EO-LOG-UUID: 15157030571000527941
EO-Cache-Status: Cache Miss
Page title: Tencent Edgeone
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tencent Edgeone</title>
<style>
* {
padding: 0;
margin: 0;
}
body {
width: 100vw;
height: 100vh;
background-color: #fff;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family:
Microsoft YaHei,
Oxygen,
pingfang SC,
SimHei !important;
}
.flex-display {
display: flex;
align-items: center;
justify-content: center;
}
.wrapper {
width: 600px;
}
@media screen and (max-width: 720px) {
.wrapper {
width: 100vw;
}
.main-content {
padding: 40px 20px !important;
}
}
.main-content {
margin: auto;
width: 100%;
box-sizing: border-box;
padding: 40px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 5px;
border: 1px solid rgba(209, 217, 224, 0.5);
}
.main-content img {
width: 70px;
}
.error-header {
align-self: center;
}
.main-code {
font-size: 20px;
color: rgba(0, 0, 0, 0.9);
font-weight: bold;
}
.main-title {
font-size: 20px;
color: rgba(0, 0, 0, 0.9);
}
.footer {
margin-top: 60px;
}
.footer-link {
height: 20px;
}
.footer-text {
font-size: 13px;
font-weight: 400;
margin-right: 10px;
color: rgba(0, 0, 0, 0.9);
}
.footer-picture {
height: 18px;
}
.code-description {
font-size: 14px;
margin-top: 15px;
align-self: center;
}
.scf-message {
font-size: 14px;
margin-top: 25px;
}
.site {
color: rgba(0, 0, 0, 0.6);
font-size: 12px;
text-align: left;
}
.site-title {
font-weight: 700;
}
.site-visitor {
margin-top: 50px;
}
.site-owner {
margin-top: 5px;
}
.link {
font-size: 12px;
color: rgba(29, 126, 255, 1);
font-weight: 800;
text-decoration: none;
}
</style>
</head>
<body>
<div class="wrapper">
<div class="main-content">
<div class="error-header">
<span class="main-code"><span class="main-code-num">404</span>:</span>
<span class="main-title">NOT_FOUND</span>
</div>
<p class="code-description">(Code: NOT_FOUND)</p>
<p class="scf-message">The page does not exist</p>
<div class="site">
<p class="site-visitor">
<span class="site-title"> Site Visitor: </span>
Contact the site owner or try again.
</p>
<p class="site-owner">
<span class="site-title"> Site Owner: </span>
Please check
<a
class="link"
href="https://pages.edgeone.ai/document/error-codes"
>
document
</a>
or contact us.
</p>
</div>
</div>
<div class="flex-display footer">
<span class="footer-text">Powered by</span>
<a href="https://pages.edgeone.ai/" class="footer-link" target="_blank">
<img
class="footer-picture"
src="https://qcloudimg.tencent-cloud.cn/raw/ed44e6d974616211a111f3ae2787111e.svg"
/>
</a>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:443 · search.panso.icu
2026-01-23 05:47
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 05:47:27 GMT
EO-LOG-UUID: 6019053308713211004
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · api.xiunos.com
2026-01-23 05:33
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 05:33:41 GMT
EO-LOG-UUID: 14891138007091438348
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · api.xiunos.com
2026-01-23 05:33
HTTP/1.1 503 Service Temporarily Unavailable
Server: nginx
Content-Type: text/html; charset=UTF-8
Retry-After: 600
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: private, must-revalidate, no-cache, no-store, max-age=0
Transfer-Encoding: chunked
Connection: close
Date: Fri, 23 Jan 2026 05:33:44 GMT
EO-LOG-UUID: 9492588323715306951
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 维护
<!DOCTYPE html>
<html dir='ltr'>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>维护</title>
<style type="text/css">
html {
background: #f1f1f1;
}
body {
background: #fff;
border: 1px solid #ccd0d4;
color: #444;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
margin: 2em auto;
padding: 1em 2em;
max-width: 700px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}
h1 {
border-bottom: 1px solid #dadada;
clear: both;
color: #666;
font-size: 24px;
margin: 30px 0 0 0;
padding: 0;
padding-bottom: 7px;
}
#error-page {
margin-top: 50px;
}
#error-page p,
#error-page .wp-die-message {
font-size: 14px;
line-height: 1.5;
margin: 25px 0 20px;
}
#error-page code {
font-family: Consolas, Monaco, monospace;
}
ul li {
margin-bottom: 10px;
font-size: 14px ;
}
a {
color: #2271b1;
}
a:hover,
a:active {
color: #135e96;
}
a:focus {
color: #043959;
box-shadow: 0 0 0 2px #2271b1;
outline: 2px solid transparent;
}
.button {
background: #f3f5f6;
border: 1px solid #016087;
color: #016087;
display: inline-block;
text-decoration: none;
font-size: 13px;
line-height: 2;
height: 28px;
margin: 0;
padding: 0 10px 1px;
cursor: pointer;
-webkit-border-radius: 3px;
-webkit-appearance: none;
border-radius: 3px;
white-space: nowrap;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
vertical-align: top;
}
.button.button-large {
line-height: 2.30769231;
min-height: 32px;
padding: 0 12px;
}
.button:hover,
.button:focus {
background: #f1f1f1;
}
.button:focus {
background: #f3f5f6;
border-color: #007cba;
-webkit-box-shadow: 0 0 0 1px #007cba;
box-shadow: 0 0 0 1px #007cba;
color: #016087;
outline: 2px solid transparent;
outline-offset: 0;
}
.button:active {
background: #f3f5f6;
border-color: #7e8993;
-webkit-box-shadow: none;
box-shadow: none;
}
</style>
</head>
<body id="error-page">
<div class="wp-die-message">正在执行例行维护,请一分钟后回来。</div></body>
</html>
Open service 43.174.247.38:80 · xiunos.com
2026-01-23 05:26
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
ETag: "59005463-52e"
Accept-Ranges: bytes
Last-Modified: Wed, 26 Apr 2017 08:03:47 GMT
Content-Length: 1326
Connection: close
Date: Fri, 23 Jan 2026 05:26:45 GMT
EO-LOG-UUID: 15757230565164835061
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 没有找到站点
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>没有找到站点</title>
<style>
*{margin:0;padding:0;color:#444}
body{font-size:14px;font-family:"宋体"}
.main{width:600px;margin:10% auto;}
.title{background: #20a53a;color: #fff;font-size: 16px;height: 40px;line-height: 40px;padding-left: 20px;}
.content{background-color:#f3f7f9; height:300px;border:1px dashed #c6d9b6;padding:20px}
.t1{border-bottom: 1px dashed #c6d9b6;color: #ff4000;font-weight: bold; margin: 0 0 20px; padding-bottom: 18px;}
.t2{margin-bottom:8px; font-weight:bold}
ol{margin:0 0 20px 22px;padding:0;}
ol li{line-height:30px}
</style>
</head>
<body>
<div class="main">
<div class="title">没有找到站点</div>
<div class="content">
<p class="t1">您的请求在Web服务器中没有找到对应的站点!</p>
<p class="t2">可能原因:</p>
<ol>
<li>您没有将此域名或IP绑定到对应站点!</li>
<li>配置文件未生效!</li>
</ol>
<p class="t2">如何解决:</p>
<ol>
<li>检查是否已经绑定到对应站点,若确认已绑定,请尝试重载Web服务;</li>
<li>检查端口是否正确;</li>
<li>若您使用了CDN产品,请尝试清除CDN缓存;</li>
<li>普通网站访客,请联系网站管理员;</li>
</ol>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:443 · xiunos.com
2026-01-23 05:26
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 05:26:43 GMT
EO-LOG-UUID: 14874518764990599401
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · edge.3653655.xyz
2026-01-23 05:01
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 04:36:57 GMT
Etag: "430ebffd98474b08542ed60566f90c1f"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 17
Content-Length: 11379
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Fri, 23 Jan 2026 05:01:48 GMT
EO-LOG-UUID: 6337095451394392755
EO-Cache-Status: Cache Hit
Page title: Modern Web Starter - Clean Template for Your Next Project
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A modern web starter template with clean design and best practices">
<meta name="keywords" content="web template, starter kit, modern design, responsive, web development">
<meta property="og:title" content="Modern Web Starter - Clean Template for Your Next Project">
<meta property="og:description" content="A modern web starter template with clean design and best practices">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Modern Web Starter - Clean Template for Your Next Project">
<meta name="twitter:description" content="A modern web starter template with clean design and best practices">
<title>Modern Web Starter - Clean Template for Your Next Project</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<header class="header">
<nav class="nav">
<div class="nav-content">
<div class="logo glow-text">WebLaunch</div>
<div class="nav-links">
<a href="#features">Features</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
</div>
<button class="btn-primary get-started-btn">Get Started</button>
</div>
</nav>
</header>
<main>
<section class="hero">
<div class="hero-content">
<h1 class="glow-text">Start Your Web Project</h1>
<p>A clean, modern template to kickstart your web project with responsive design and best practices built-in</p>
<div class="hero-cta">
<button class="btn-primary start-building-btn">Explore Template</button>
</div>
</div>
</section>
<section id="features" class="features">
<h2 class="glow-text">Template Features</h2>
<div class="features-grid">
<div class="feature-card">
<i class="fas fa-mobile-alt"></i>
<h3>Responsive Design</h3>
<p>Fully responsive layout that works perfectly on all devices and screen sizes out of the box</p>
</div>
<div class="feature-card">
<i class="fas fa-code"></i>
<h3>Clean Code</h3>
<p>Well-structured HTML, CSS, and JavaScript with modern practices and semantic markup</p>
</div>
<div class="feature-card">
<i class="fas fa-tachometer-alt"></i>
<h3>Performance Optimized</h3>
<p>Lightweight and fast-loading with optimized assets and efficient code structure</p>
</div>
<div class="feature-card">
<i class="fas fa-palette"></i>
<h3>Modern Styling</h3>
<p>Contemporary design with CSS animations, gradients, and glassmorphism effects</p>
</div>
<div class="feature-card">
<i class="fas fa-puzzle-piece"></i>
<h3>Modular Components</h3>
<p>Easy-to-customize sections and components that you can modify or expand upon</p>
</div>
<div class="feature-card">
<i class="fas fa-rocket"></i>
<h3>Ready to Deploy</h3>
<p>No build process required - just customize and deploy to your favorite hosting platform</p>
</div>
</div>
</section>
<section id="about" class="about">
<div class="about-content">
Open service 43.174.247.38:80 · edge.3653655.xyz
2026-01-23 05:01
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 04:36:57 GMT
Etag: "430ebffd98474b08542ed60566f90c1f"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 11379
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Fri, 23 Jan 2026 05:01:52 GMT
EO-LOG-UUID: 13560844768309528876
EO-Cache-Status: Cache Hit
Page title: Modern Web Starter - Clean Template for Your Next Project
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A modern web starter template with clean design and best practices">
<meta name="keywords" content="web template, starter kit, modern design, responsive, web development">
<meta property="og:title" content="Modern Web Starter - Clean Template for Your Next Project">
<meta property="og:description" content="A modern web starter template with clean design and best practices">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Modern Web Starter - Clean Template for Your Next Project">
<meta name="twitter:description" content="A modern web starter template with clean design and best practices">
<title>Modern Web Starter - Clean Template for Your Next Project</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<header class="header">
<nav class="nav">
<div class="nav-content">
<div class="logo glow-text">WebLaunch</div>
<div class="nav-links">
<a href="#features">Features</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
</div>
<button class="btn-primary get-started-btn">Get Started</button>
</div>
</nav>
</header>
<main>
<section class="hero">
<div class="hero-content">
<h1 class="glow-text">Start Your Web Project</h1>
<p>A clean, modern template to kickstart your web project with responsive design and best practices built-in</p>
<div class="hero-cta">
<button class="btn-primary start-building-btn">Explore Template</button>
</div>
</div>
</section>
<section id="features" class="features">
<h2 class="glow-text">Template Features</h2>
<div class="features-grid">
<div class="feature-card">
<i class="fas fa-mobile-alt"></i>
<h3>Responsive Design</h3>
<p>Fully responsive layout that works perfectly on all devices and screen sizes out of the box</p>
</div>
<div class="feature-card">
<i class="fas fa-code"></i>
<h3>Clean Code</h3>
<p>Well-structured HTML, CSS, and JavaScript with modern practices and semantic markup</p>
</div>
<div class="feature-card">
<i class="fas fa-tachometer-alt"></i>
<h3>Performance Optimized</h3>
<p>Lightweight and fast-loading with optimized assets and efficient code structure</p>
</div>
<div class="feature-card">
<i class="fas fa-palette"></i>
<h3>Modern Styling</h3>
<p>Contemporary design with CSS animations, gradients, and glassmorphism effects</p>
</div>
<div class="feature-card">
<i class="fas fa-puzzle-piece"></i>
<h3>Modular Components</h3>
<p>Easy-to-customize sections and components that you can modify or expand upon</p>
</div>
<div class="feature-card">
<i class="fas fa-rocket"></i>
<h3>Ready to Deploy</h3>
<p>No build process required - just customize and deploy to your favorite hosting platform</p>
</div>
</div>
</section>
<section id="about" class="about">
<div class="about-content">
Open service 43.174.247.38:443 · guguwang.cc
2026-01-23 04:56
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=UTF-8
Vary: Accept-Encoding
Set-Cookie: X_CACHE_KEY=44749b79217fc3d75d3662aa1d308e7c; path=/; Expires=Fri, 31-Dec-9999 23:59:59 GMT
Link: <https://guguwang.cc/wp-json/>; rel="https://api.w.org/"
nginx-cache: HIT
pragma: no-cache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
X-Cache: HIT
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: must-revalidate, no-cache, no-store, max-age=0
Transfer-Encoding: chunked
Connection: close
Date: Fri, 23 Jan 2026 04:56:27 GMT
EO-LOG-UUID: 8240349952584605300
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · guguwang.cc
2026-01-23 04:56
HTTP/1.1 444 Unknown Status
Server: nginx
Set-Cookie: server_name_session=f09ae0d3dd4c05655e2f48b5e892f503; Max-Age=86400; httponly; path=/
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 04:56:30 GMT
EO-LOG-UUID: 4275962346704282603
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · eb.e10.de5.net
2026-01-23 04:35
HTTP/1.1 522 Connect origin timed out
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 04:36:04 GMT
EO-LOG-UUID: 8951953257775927202
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · www.phpweb.com.cn
2026-01-23 03:28
Open service 43.174.247.38:443 · www.phpweb.com.cn
2026-01-23 03:28
HTTP/1.1 502 Bad Gateway
Server: nginx
Content-Type: text/html
Content-Length: 150
Connection: close
Date: Fri, 23 Jan 2026 03:28:33 GMT
EO-LOG-UUID: 2222181114164181183
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 502 Bad Gateway
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:80 · aicpcc.bion.wang
2026-01-23 03:19
HTTP/1.1 301 Moved Permanently Location: https://aicpcc.bion.wang/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Fri, 23 Jan 2026 03:20:12 GMT EO-LOG-UUID: 15110491649631947145 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · aicpcc.bion.wang
2026-01-23 03:19
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 03:15:47 GMT
Etag: "33a5c3cc8fb396967c37af79b88257b9"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 1250
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Fri, 23 Jan 2026 03:20:10 GMT
EO-LOG-UUID: 15132187905402439785
EO-Cache-Status: Cache Hit
Page title: AI Profit Calculator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AI Profit Calculator</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
body {
background-color: #f8fafc;
}
/* Custom scrollbar for cleaner UI */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: #cbd5e1;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: #94a3b8;
}
</style>
<script type="importmap">
{
"imports": {
"react": "https://esm.sh/react@^19.2.3",
"recharts": "https://esm.sh/recharts@^3.7.0",
"lucide-react": "https://esm.sh/lucide-react@^0.562.0",
"react-dom/": "https://esm.sh/react-dom@^19.2.3/",
"react/": "https://esm.sh/react@^19.2.3/",
"html2canvas": "https://esm.sh/html2canvas@1.4.1",
"jspdf": "https://esm.sh/jspdf@2.5.1"
}
}
</script>
<script type="module" crossorigin src="/assets/index-Bz5pk_N6.js"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>
Open service 43.174.247.38:80 · cloud.594594.xyz
2026-01-23 03:16
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Content-Length: 3410
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 03:16:56 GMT
Age: 15
EO-LOG-UUID: 15800863756236933759
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: AZ-CLOUD
<!doctype html>
<html lang="en" translate="no">
<head>
<meta charset="utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1" >
<meta name="referrer" content="same-origin" >
<meta name="generator" content="OpenList" >
<meta name="theme-color" content="#000000" >
<meta name="google" content="notranslate" >
<link href="/manifest.json" rel="manifest" >
<meta name="apple-mobile-web-app-capable" content="yes" >
<meta name="apple-mobile-web-app-title" content="OpenList" >
<link rel="apple-touch-icon" href="https://pic.594594.xyz/i/2022/06/06/629e235dc3d37.jpg" >
<link rel="shortcut icon"
type="image/ico"
href="https://pic.594594.xyz/i/2022/06/06/629e237d610aa.png"
>
<title>AZ-CLOUD</title>
<script>
window.OPENLIST_CONFIG = {
cdn: '',
base_path: '/',
api: undefined,
main_color: '#1890ff',
}
window.__dynamic_base__ = window.OPENLIST_CONFIG.cdn || ""
</script>
<script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script>
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src= window.__dynamic_base__+e.getAttribute('data-src'),n.onload=function(){System.import( window.__dynamic_base__+document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/index-legacy-C7GeLJzS.js"></script>
<script>
(function(){
var preloads = [{"parentTagName":"head","tagName":"script","attrs":{"type":"module","crossorigin":"","src":"/assets/index-BFcje_PK.js"}},{"parentTagName":"head","tagName":"link","attrs":{"rel":"stylesheet","crossorigin":"","href":"/assets/index-DYLAoZjS.css"}},{"parentTagName":"body","tagName":"script","attrs":{"nomodule":"","crossorigin":"","id":"vite-legacy-polyfill","src":"/assets/polyfills-legacy-fFt7otW2.js"}}];
function setAttribute(target, attrs) {
for (var key in attrs) {
target.setAttribute(key, attrs[key]);
}
return target;
};
for(var i = 0; i < preloads.length; i++){
var item = preloads[i]
var childNode = document.createElement(item.tagName);
setAttribute(childNode, item.attrs)
if( window.__dynamic_base__) {
if(item.tagName == 'link') {
setAttribute(childNode, { href: window.__dynamic_base__ + item.attrs.href })
} else if (item.tagName == 'script') {
setAttribute(childNode, { src: window.__dynamic_base__ + item.attrs.src })
}
}
document.getElementsByTagName(item.parentTagName)[0].appendChild(childNode);
}
})();
</script>
</body>
</html>
Open service 43.174.247.38:443 · cloud.594594.xyz
2026-01-23 03:16
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Content-Length: 3410
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 03:16:53 GMT
EO-LOG-UUID: 6732924611268097803
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: AZ-CLOUD
<!doctype html>
<html lang="en" translate="no">
<head>
<meta charset="utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1" >
<meta name="referrer" content="same-origin" >
<meta name="generator" content="OpenList" >
<meta name="theme-color" content="#000000" >
<meta name="google" content="notranslate" >
<link href="/manifest.json" rel="manifest" >
<meta name="apple-mobile-web-app-capable" content="yes" >
<meta name="apple-mobile-web-app-title" content="OpenList" >
<link rel="apple-touch-icon" href="https://pic.594594.xyz/i/2022/06/06/629e235dc3d37.jpg" >
<link rel="shortcut icon"
type="image/ico"
href="https://pic.594594.xyz/i/2022/06/06/629e237d610aa.png"
>
<title>AZ-CLOUD</title>
<script>
window.OPENLIST_CONFIG = {
cdn: '',
base_path: '/',
api: undefined,
main_color: '#1890ff',
}
window.__dynamic_base__ = window.OPENLIST_CONFIG.cdn || ""
</script>
<script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script>
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src= window.__dynamic_base__+e.getAttribute('data-src'),n.onload=function(){System.import( window.__dynamic_base__+document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/index-legacy-C7GeLJzS.js"></script>
<script>
(function(){
var preloads = [{"parentTagName":"head","tagName":"script","attrs":{"type":"module","crossorigin":"","src":"/assets/index-BFcje_PK.js"}},{"parentTagName":"head","tagName":"link","attrs":{"rel":"stylesheet","crossorigin":"","href":"/assets/index-DYLAoZjS.css"}},{"parentTagName":"body","tagName":"script","attrs":{"nomodule":"","crossorigin":"","id":"vite-legacy-polyfill","src":"/assets/polyfills-legacy-fFt7otW2.js"}}];
function setAttribute(target, attrs) {
for (var key in attrs) {
target.setAttribute(key, attrs[key]);
}
return target;
};
for(var i = 0; i < preloads.length; i++){
var item = preloads[i]
var childNode = document.createElement(item.tagName);
setAttribute(childNode, item.attrs)
if( window.__dynamic_base__) {
if(item.tagName == 'link') {
setAttribute(childNode, { href: window.__dynamic_base__ + item.attrs.href })
} else if (item.tagName == 'script') {
setAttribute(childNode, { src: window.__dynamic_base__ + item.attrs.src })
}
}
document.getElementsByTagName(item.parentTagName)[0].appendChild(childNode);
}
})();
</script>
</body>
</html>
Open service 43.174.247.38:80 · tz.suyuan.cyou
2026-01-23 03:16
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html
X-Served-By: tz.suyuan.cyou
Content-Length: 1964
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 03:16:41 GMT
Age: 18
EO-LOG-UUID: 6037890289671809700
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Komari Monitor
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="keywords"
content="server monitor, Komari Monitor, server uptime monitoring, real-time server status, server performance dashboard, monitoring tool" />
<meta name="theme-color" content="#aa99ec" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="Komari Monitor" />
<meta property="og:title" content="Komari Monitor" />
<meta property="og:description" content="Komari Monitor, a simple server monitoring tool." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Komari Monitor" />
<meta name="twitter:description" content="Komari Monitor, a simple server monitoring tool." />
<title>Komari Monitor</title>
<meta name="description" content="Komari Monitor, a simple server monitoring tool." />
<script type="module" crossorigin src="/assets/entry-index-_JNGV0lD.js"></script>
<link rel="modulepreload" crossorigin href="/assets/chunk-react-vendor-c5ypKtDW.js">
<link rel="stylesheet" crossorigin href="/assets/index-DzdIfJ-S.css">
</head>
<body>
<div
id="background-container"
class="fixed top-0 left-0 w-full h-full z-[-1]">
<div
id="image-background"
class="absolute top-0 left-0 w-full h-full bg-cover bg-top bg-no-repeat z-10"></div>
<video
id="video-background"
class="absolute top-0 left-0 w-full h-full object-cover object-top z-20"
autoplay
loop
muted
playsinline></video>
</div>
<div id="root" class="relative z-30"></div>
</body>
</html>
Open service 43.174.247.38:443 · tz.suyuan.cyou
2026-01-23 03:16
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html
X-Served-By: tz.suyuan.cyou
Content-Length: 1964
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 03:16:38 GMT
Age: 15
EO-LOG-UUID: 6751254131381709436
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Komari Monitor
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="keywords"
content="server monitor, Komari Monitor, server uptime monitoring, real-time server status, server performance dashboard, monitoring tool" />
<meta name="theme-color" content="#aa99ec" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="Komari Monitor" />
<meta property="og:title" content="Komari Monitor" />
<meta property="og:description" content="Komari Monitor, a simple server monitoring tool." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Komari Monitor" />
<meta name="twitter:description" content="Komari Monitor, a simple server monitoring tool." />
<title>Komari Monitor</title>
<meta name="description" content="Komari Monitor, a simple server monitoring tool." />
<script type="module" crossorigin src="/assets/entry-index-_JNGV0lD.js"></script>
<link rel="modulepreload" crossorigin href="/assets/chunk-react-vendor-c5ypKtDW.js">
<link rel="stylesheet" crossorigin href="/assets/index-DzdIfJ-S.css">
</head>
<body>
<div
id="background-container"
class="fixed top-0 left-0 w-full h-full z-[-1]">
<div
id="image-background"
class="absolute top-0 left-0 w-full h-full bg-cover bg-top bg-no-repeat z-10"></div>
<video
id="video-background"
class="absolute top-0 left-0 w-full h-full object-cover object-top z-20"
autoplay
loop
muted
playsinline></video>
</div>
<div id="root" class="relative z-30"></div>
</body>
</html>
Open service 43.174.247.38:443 · www.594594.xyz
2026-01-23 03:16
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 03:16:26 GMT
EO-LOG-UUID: 18276821531792801870
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · beta.pexeldance.com
2026-01-23 03:15
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 03:02:41 GMT
Etag: "3982c422ed44bd33b4b2a3e5e6db5c29"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 6693
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Fri, 23 Jan 2026 03:16:03 GMT
EO-LOG-UUID: 17320800597974617910
EO-Cache-Status: Cache Hit
Page title: PexelDance:AI Images, Videos Generator for Drama|Ecom|Influence
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/wa-DGsugpJC.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
<!-- Primary Meta Tags -->
<title>PexelDance:AI Images, Videos Generator for Drama|Ecom|Influence</title>
<meta name="description" content="Generate AI videos, images, voices & avatars at scale. Perfect for short dramas, viral clips, and e-commerce content. Try free now."/>
<meta name="keywords" content="free ai videos generator, image generator, infinite canvas tool, creative content generator, bulk short drama production, viral short video production, e-commerce image video creation, AI video generation, content creation tools, video automation, AI content generation platform, short video marketing, batch-scaling image video generation, voice synthesis, digital human avatars, multimedia content creation, all in one infinite canvas content generation, high-quality content with low cost" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.pexeldance.com/" />
<meta property="og:title" content="PexelDance: AI Bulk Video & Image Generator" />
<meta property="og:description" content="Create short dramas, viral videos & e-commerce content in minutes. Powered by infinite canvas technology." />
<meta property="og:image" content="https://www.pexeldance.com/og-image.avif" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@PexelDance" />
<meta name="twitter:title" content="PexelDance: AI Bulk Video & Image Generator" />
<meta name="twitter:description" content="Create short dramas, viral videos & e-commerce content in minutes. Powered by infinite canvas technology." />
<meta name="twitter:image" content="https://www.pexeldance.com/twitter-card.avif" />
<!-- Schema.org Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "PexelDance",
"applicationCategory": ["CreativeWork", "Multimedia"],
"operatingSystem": "Web",
"offers": {
"@type": "AggregateOffer",
"lowPrice": "0",
"highPrice": "99.99",
"priceCurrency": "USD",
"offerCount": "4"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "1500",
"bestRating": "5"
},
"featureList": [
{
"@type": "PropertyValue",
"name": "Video Generation",
"description": "Generate AI-powered videos from text or templates"
},
{
"@type": "PropertyValue",
"name": "Image Creation",
"description": "Create high-quality images with AI"
},
{
"@type": "PropertyValue",
"name": "Bulk Short Drama Production",
"description": "Easily reproduce trending short videos"
}
],
"screenshot": "https://www.pexeldance.com/interface-screenshot.jpg.avif"
}
</script>
<script>
window.AliyunCaptchaConfig = {
region: "cn",
prefix: "b446e4", // 替换为你自己的 prefix
};
</script>
<script
type="text/javascript"
src="https://o.alicdn.com/captcha-frontend/aliyunCaptcha/AliyunCaptcha.js"
></script>
<!-- Preload key source -->
<link rel="preload" href="data:application/octet-stream;base64,aW1wb3J0ICB7ICBTdXNwZW5zZSB9IGZyb20gJ3JlYWN0JzsNCmltcG9ydCBSZWFjdERPTSBmcm9tICJyZWFjdC1kb20vY2xpZW50IjsNCmltcG9ydCBBcHAgZnJvbSAiLi9BcHAudHN4IjsNCmltcG9ydCB7IFRoZW1lUHJvdmlkZXIgfSBmcm9tICJAL2NvbXBvbmVudHMvdGhlbWUtcHJvdmlkZXIudHN4IjsNCmltcG9ydCB7IEJyb3dzZXJSb3V0ZXIgfSBmcm9tICJyZWFjdC1yb3V0ZXItZG9tIjsNCmltcG9ydCBBdXRoUm91dGVyIGZyb20gJy4vcm91dGVycy9hdXRoX3JvdXRlcicNCmltcG9ydCAiLi9pbmRleC5jc3MiOw0KaW1wb3J0ICcuL2kxOG4nDQppbXBvcnQgIi4vQXBwLmNzcyI7DQppbXBvcnQgTG9hZGluZ1BhZ2UgZnJvbSAnLi9jb21wb25lbnRzL3VpL2x
Open service 43.174.247.38:80 · beta.pexeldance.com
2026-01-23 03:15
HTTP/1.1 301 Moved Permanently Location: https://beta.pexeldance.com/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Fri, 23 Jan 2026 03:16:05 GMT EO-LOG-UUID: 13087863015114337820 EO-Cache-Status: Return Directly
Open service 43.174.247.38:80 · pic.594594.xyz
2026-01-23 03:14
HTTP/1.1 302 Found
Server: nginx
Content-Type: text/html; charset=UTF-8
X-Powered-By: PHP/8.1.29
Location: http://pic.594594.xyz/login
Set-Cookie: XSRF-TOKEN=eyJpdiI6IjI0NlBkNWp5cHBVdHhTQUVMMnQvRFE9PSIsInZhbHVlIjoiVk94NFQ5SXkvMVg0K3o4SlNHRW5Ccm9HZ292WDJDWitXQnNOdWR5c2M0UCtLck5OM3RIUVhqNFpaZmlXa1AxaFhWWWQwZW9PeUltRUtOOFRzU3NySVVHUHJpbUpUVWhpNkVQOHA2NWJZR2FtbkppQlpQdkxVcnJ6cjFLMjRrVk8iLCJtYWMiOiIzZWY1NGY3OWVkMGMzN2YxZGRlMjQwN2JjN2NlNTVjNWUzYzhkNjk5MjgyYTAzNzZhMDhmMTQwZmJlMDc3YWYzIiwidGFnIjoiIn0%3D; expires=Fri, 23-Jan-2026 05:15:05 GMT; Max-Age=7200; path=/; samesite=lax
Set-Cookie: lsky_pro_session=eyJpdiI6IkkxOTErMUhGMk9CV3BhdUNSWWJkRlE9PSIsInZhbHVlIjoiSGlTdzVzZGVqR0U4S01VS3pHbUxDdzJwSkxZQ2FRL054WUd6d2ZQZHRTSHdSWGNRaFNFRVY1UThtVHNqTmZiRXBISEhTVXR2eHp1dlJGQW1mVTVyK1FLTHV4WUkwVUU2eWdxVEdlNUNSOFJDa2dwRkJZNTlVUnlhQXB2SGZZa0siLCJtYWMiOiIxOWFkZTc2ZDhmN2Q3ZTI4MjA1MTFiZmJlYTIwODc2NjcxYjg5YzJlMTcyMjQ5ZTVhMWViMjAyYTNlY2M3MmEyIiwidGFnIjoiIn0%3D; expires=Fri, 23-Jan-2026 05:15:05 GMT; Max-Age=7200; path=/; httponly; samesite=lax
Cache-Control: private, no-cache
Transfer-Encoding: chunked
Connection: close
Date: Fri, 23 Jan 2026 03:15:03 GMT
EO-LOG-UUID: 6032537265154786882
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Redirecting to http://pic.594594.xyz/login
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;url='http://pic.594594.xyz/login'" />
<title>Redirecting to http://pic.594594.xyz/login</title>
</head>
<body>
Redirecting to <a href="http://pic.594594.xyz/login">http://pic.594594.xyz/login</a>.
</body>
</html>
Open service 43.174.247.38:443 · pic.594594.xyz
2026-01-23 03:14
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 03:15:00 GMT
EO-LOG-UUID: 16420683589881823954
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · gen.meigen.art
2026-01-23 03:14
HTTP/1.1 404 Not Found
Content-Type: text/html
Accept-Ranges: bytes
ETag: "0445e4fdf1e737913bb718eca592a661"
Last-Modified: Tue, 23 Sep 2025 09:31:25 GMT
Cache-Control: public, must-revalidate, max-age=0
Age: 0
Content-Length: 3881
Connection: close
Server: edgeone-pages
Date: Fri, 23 Jan 2026 03:14:45 GMT
EO-LOG-UUID: 6592437392728406806
EO-Cache-Status: Cache Miss
Page title: Tencent Edgeone
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tencent Edgeone</title>
<style>
* {
padding: 0;
margin: 0;
}
body {
width: 100vw;
height: 100vh;
background-color: #fff;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family:
Microsoft YaHei,
Oxygen,
pingfang SC,
SimHei !important;
}
.flex-display {
display: flex;
align-items: center;
justify-content: center;
}
.wrapper {
width: 600px;
}
@media screen and (max-width: 720px) {
.wrapper {
width: 100vw;
}
.main-content {
padding: 40px 20px !important;
}
}
.main-content {
margin: auto;
width: 100%;
box-sizing: border-box;
padding: 40px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 5px;
border: 1px solid rgba(209, 217, 224, 0.5);
}
.main-content img {
width: 70px;
}
.error-header {
align-self: center;
}
.main-code {
font-size: 20px;
color: rgba(0, 0, 0, 0.9);
font-weight: bold;
}
.main-title {
font-size: 20px;
color: rgba(0, 0, 0, 0.9);
}
.footer {
margin-top: 60px;
}
.footer-link {
height: 20px;
}
.footer-text {
font-size: 13px;
font-weight: 400;
margin-right: 10px;
color: rgba(0, 0, 0, 0.9);
}
.footer-picture {
height: 18px;
}
.code-description {
font-size: 14px;
margin-top: 15px;
align-self: center;
}
.scf-message {
font-size: 14px;
margin-top: 25px;
}
.site {
color: rgba(0, 0, 0, 0.6);
font-size: 12px;
text-align: left;
}
.site-title {
font-weight: 700;
}
.site-visitor {
margin-top: 50px;
}
.site-owner {
margin-top: 5px;
}
.link {
font-size: 12px;
color: rgba(29, 126, 255, 1);
font-weight: 800;
text-decoration: none;
}
</style>
</head>
<body>
<div class="wrapper">
<div class="main-content">
<div class="error-header">
<span class="main-code"><span class="main-code-num">404</span>:</span>
<span class="main-title">NOT_FOUND</span>
</div>
<p class="code-description">(Code: NOT_FOUND)</p>
<p class="scf-message">The page does not exist</p>
<div class="site">
<p class="site-visitor">
<span class="site-title"> Site Visitor: </span>
Contact the site owner or try again.
</p>
<p class="site-owner">
<span class="site-title"> Site Owner: </span>
Please check
<a
class="link"
href="https://pages.edgeone.ai/document/error-codes"
>
document
</a>
or contact us.
</p>
</div>
</div>
<div class="flex-display footer">
<span class="footer-text">Powered by</span>
<a href="https://pages.edgeone.ai/" class="footer-link" target="_blank">
<img
class="footer-picture"
src="https://qcloudimg.tencent-cloud.cn/raw/ed44e6d974616211a111f3ae2787111e.svg"
/>
</a>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:443 · www.emoriko.com
2026-01-23 03:13
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 03:14:07 GMT
EO-LOG-UUID: 9217123199437224164
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · emoriko.com
2026-01-23 03:13
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 03:14:05 GMT
EO-LOG-UUID: 6450528988035088877
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · szderay.com
2026-01-23 03:06
HTTP/1.1 302 Found Location: https://szderay.com/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Fri, 23 Jan 2026 03:06:50 GMT EO-LOG-UUID: 8548897548513247615 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · szderay.com
2026-01-23 03:06
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 01:15:45 GMT
Etag: "acf305a33bbda06d7fcc9aed86f7ad69"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 13573
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Fri, 23 Jan 2026 03:06:47 GMT
EO-LOG-UUID: 3969517506080468129
EO-Cache-Status: Cache Hit
Page title: Deray - 专业供应链管理服务
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Deray - 专业供应链管理服务</title>
<!-- 本地 Font Awesome -->
<link rel="stylesheet" href="css/fontawesome/css/all.min.css" />
<!-- 自定义样式 -->
<link rel="stylesheet" href="css/style.css" />
<script src="js/main.js"></script>
</head>
<body>
<header>
<div class="container">
<nav>
<div class="logo">
<a href="index.html" style="display: inline-block;">
<img src="images/Deray.png" alt="Deray"/>
</a>
</div>
<div class="nav-links">
<a href="#home">首页</a>
<a href="ImportAndExportServices.html">解决方案</a>
<a href="#about">关于我们</a>
<a href="#contact">联系我们</a>
</div>
</nav>
</div>
</header>
<section id="home" class="banner">
<div class="banner-content">
<!-- <img src="images/title-image.webp" alt="为您提供专业运输方案" class="banner-title-image" />-->
<div class="tagline">高效合规 / 透明可视 / 全球拓展</div>
<!-- <div class="cta-container">-->
<!-- <div class="cta-card">-->
<!-- <div class="icon">-->
<!-- <i class="fas fa-truck" style="font-size: 60px; color: #003366;"></i>-->
<!-- </div>-->
<!-- <h3>获取物流报价</h3>-->
<!-- <p>Get Your Quote</p>-->
<!-- <a href="#contact" class="btn">CONTACT US ></a>-->
<!-- </div>-->
<!-- <div class="cta-card">-->
<!-- <div class="icon">-->
<!-- <i class="fas fa-warehouse" style="font-size: 60px; color: #003366;"></i>-->
<!-- </div>-->
<!-- <h3>仓储服务咨询</h3>-->
<!-- <p>Warehouse Inquiry</p>-->
<!-- <a href="#contact" class="btn">CONTACT US ></a>-->
<!-- </div>-->
<!-- </div>-->
</div>
</section>
<section id="services" class="section services">
<div class="container">
<h2 class="section-title">供应链管理服务</h2>
<!-- <p class="section-subtitle">Freight and logistics services</p>-->
<div class="services-content-layout">
<div class="services-text">
<p class="intro-text">
我们提供全面的供应链管理服务,涵盖从进出口通关到定制化物流方案的各个环节。核心团队拥有近二十年进出口通关、中港物流、仓储及供应链管理经验,为客户提供高效、合规、透明的专业服务。
公司与多家大中型企业建立了长期的战略合作伙伴关系。凭借严谨的运作体系和持续完善的服务网络,竭诚为广大客户提供安全、快速、专业、精准的物流服务。
</p>
<div class="services-image-wrapper">
<img src="images/services-background.webp" alt="服务概览" class="services-image" />
</div>
</div>
<div class="services-media-and-cards">
<div class="services-grid">
<div class="service-item" onclick="window.location.href='ImportAndExportServices.html'">
<div class="icon"><i class="fas fa-globe" style="font-size: 50px; color: #003366;" ></i></div>
<h3>进出口通关</h3>
<p>专业通关服务 </p>
<p>合规高效的国际货运代理服务</p>
</div>
<div class="service-item" onclick="window.location.href='Warehousing.html'">
<div class="icon"><i class="fas fa-building" style="font-size: 50px; color: #003366;"></i></div>
Open service 43.174.247.38:443 · love.gzy520.cn
2026-01-23 02:59
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 14:50:50 GMT
Etag: "3b55eef16379a351b45614488bc33b14"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 2229
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Fri, 23 Jan 2026 02:59:59 GMT
EO-LOG-UUID: 11400309117339251126
EO-Cache-Status: Cache Hit
Page title: LovePoly - 英英的梦境世界
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
<!-- PWA 优化 - 添加到主屏幕后可全屏运行 -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="mobile-web-app-capable" content="yes">
<title>LovePoly - 英英的梦境世界</title>
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎂</text></svg>">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Varela+Round&family=Nunito:wght@400;700;900&display=swap"
rel="stylesheet">
<style>
body {
font-family: 'Nunito', sans-serif;
background-color: #C1E8E6;
overflow: hidden;
}
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
/* 欢迎弹窗浮动动画 */
@keyframes float {
0%,
100% {
transform: translateY(0px);
}
50% {
transform: translateY(-10px);
}
}
</style>
<link rel="stylesheet" href="/index.css">
<script type="importmap">
{
"imports": {
"react": "https://esm.sh/react@18.3.1",
"react-dom/client": "https://esm.sh/react-dom@18.3.1/client",
"react/": "https://esm.sh/react@18.3.1/",
"three": "https://esm.sh/three@0.160.0",
"@react-three/fiber": "https://esm.sh/@react-three/fiber@8.15.12?external=react,react-dom,three",
"@react-three/drei": "https://esm.sh/@react-three/drei@9.96.1?external=react,react-dom,three,@react-three/fiber",
"lucide-react": "https://esm.sh/lucide-react@0.460.0?deps=react@18.3.1",
"framer-motion": "https://esm.sh/framer-motion@10.16.4?deps=react@18.3.1",
"react-dom/": "https://esm.sh/react-dom@18.3.1/"
}
}
</script>
<script type="module" crossorigin src="/assets/index-mcxTZaCe.js"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>
Open service 43.174.247.38:80 · love.gzy520.cn
2026-01-23 02:59
HTTP/1.1 302 Found Location: https://love.gzy520.cn/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Fri, 23 Jan 2026 03:00:01 GMT EO-LOG-UUID: 10319064173848728024 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · www.lwscenter.asia
2026-01-23 02:40
HTTP/1.1 522 Connect origin timed out
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 02:40:59 GMT
EO-LOG-UUID: 5693868752177612884
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · v.lzdal.cn
2026-01-23 02:30
HTTP/1.1 200 OK
Last-Modified: Fri, 07 Mar 2025 09:32:07 GMT
Etag: "84d425cb438fdb1:0"
Content-Type: text/html
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Content-Length: 1794
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 02:30:42 GMT
Age: 15
EO-LOG-UUID: 9638808892939608006
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 网页-404
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta charset="utf-8">
<title>网页-404</title>
<script src="//libs.baidu.com/jquery/1.8.3/jquery.min.js"></script>
<style type="text/css">
html,body { width:100%; overflow:hidden;}
html { height:100%; background:#fff; overflow-y:auto;}
body { max-width:1920px; margin:0 auto; font:0.75rem/1.25rem Helvetica,"microsoft yahei"; color:#595757;}
* { margin:0; padding:0; list-style:none; outline:none;}
img { border:0; vertical-align:middle;}
a { color:#595757; text-decoration:none;}
a:hover { color:#f00;}
.container { width:420px; height:350px; position:fixed; top:0; right:0; bottom:0; left:0; margin:auto;}
.container .list { display:flex; flex-direction:column;}
.container .list li { display:flex; align-items:center; justify-content:center;}
.container .list .img img { width:100%;}
.container .list .title { line-height:1; font-size:1.25rem; color:#3a3a3a;}
.container .list .link { margin:20px 0; line-height:1; font-size:0.875rem;}
.container .list .link a { margin:0 15px;}
.container .list .info { margin:-4px 0; color:#898989;}
@media (max-width:720px){
.container { width:290px;}
}
</style>
</head>
<body>
<div class="container">
<ul class="list">
<li class="img"><img src="//img.lzdal.cn/404.gif"/></li>
<li class="title">哎呀…您访问的页面不存在</li>
<li class="link"><a href="javascript:history.back()">返回出错页</a><a href="/">返回首页</a><a href="javascript:window.close();">关闭本页</a></li>
<li class="info">您可能输入了错误的网址,或者该网页已删除或移动</li>
</ul>
</div>
</body>
</html>
Open service 43.174.247.38:80 · v.lzdal.cn
2026-01-23 02:30
HTTP/1.1 200 OK
Last-Modified: Fri, 07 Mar 2025 09:32:07 GMT
Etag: "84d425cb438fdb1:0"
Content-Type: text/html
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Content-Length: 1794
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 02:30:44 GMT
Age: 17
EO-LOG-UUID: 3593048777180519298
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 网页-404
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta charset="utf-8">
<title>网页-404</title>
<script src="//libs.baidu.com/jquery/1.8.3/jquery.min.js"></script>
<style type="text/css">
html,body { width:100%; overflow:hidden;}
html { height:100%; background:#fff; overflow-y:auto;}
body { max-width:1920px; margin:0 auto; font:0.75rem/1.25rem Helvetica,"microsoft yahei"; color:#595757;}
* { margin:0; padding:0; list-style:none; outline:none;}
img { border:0; vertical-align:middle;}
a { color:#595757; text-decoration:none;}
a:hover { color:#f00;}
.container { width:420px; height:350px; position:fixed; top:0; right:0; bottom:0; left:0; margin:auto;}
.container .list { display:flex; flex-direction:column;}
.container .list li { display:flex; align-items:center; justify-content:center;}
.container .list .img img { width:100%;}
.container .list .title { line-height:1; font-size:1.25rem; color:#3a3a3a;}
.container .list .link { margin:20px 0; line-height:1; font-size:0.875rem;}
.container .list .link a { margin:0 15px;}
.container .list .info { margin:-4px 0; color:#898989;}
@media (max-width:720px){
.container { width:290px;}
}
</style>
</head>
<body>
<div class="container">
<ul class="list">
<li class="img"><img src="//img.lzdal.cn/404.gif"/></li>
<li class="title">哎呀…您访问的页面不存在</li>
<li class="link"><a href="javascript:history.back()">返回出错页</a><a href="/">返回首页</a><a href="javascript:window.close();">关闭本页</a></li>
<li class="info">您可能输入了错误的网址,或者该网页已删除或移动</li>
</ul>
</div>
</body>
</html>
Open service 43.174.247.38:80 · www.axaq.cn
2026-01-23 02:27
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 02:13:07 GMT
Etag: "6972d933-6035"
Server: nginx/1.23.3
Content-Type: text/html
Content-Length: 24629
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 02:27:57 GMT
Age: 15
EO-LOG-UUID: 1883310790531841091
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 山东安信安全技术有限公司
<!doctype html>
<html class="no-js" lang="cn">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>山东安信安全技术有限公司</title>
<meta name="keywords" content="山东安信安全技术有限公司,安信安全,实战靶场,CTF平台,网络靶场,网络安全竞赛">
<meta name="description"
content="一家致力于网络安全领域的公司,主营业务包括CTF、AWD竞赛靶场、实训靶场、赛事支撑、安全产品研发等。我们将继续秉承“以安全为核心,以信用为基石”理念,为广大客户提供更加优质的安全服务。">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.ico">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/css/swiper-bundle.min.css">
<link rel="stylesheet" href="assets/css/odometer.css">
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/default.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<div id="preloader">
<div id="loader" class="loader">
<div class="loader-container">
<div class="loader-icon"><img src="assets/img/logo/loading.svg" alt="Preloader"></div>
</div>
</div>
</div>
<div class="mouseCursor cursor-outer"></div>
<div class="mouseCursor cursor-inner"><span>Drag</span></div>
<button class="scroll-top scroll-to-target" data-target="html"><i class="fas fa-angle-up"></i></button>
<header>
<div id="sticky-header" class="menu-area transparent-header">
<div class="container">
<div class="row">
<div class="col-12">
<div class="mobile-nav-toggler"><i class="fas fa-bars"></i></div>
<div class="menu-wrap">
<nav class="menu-nav">
<div class="logo">
<a href="index.html"><img src="assets/img/logo/axaq.png" alt="Logo"></a>
</div>
<div class="navbar-wrap main-menu d-none d-lg-flex">
<ul class="navigation">
<li class="active"><a href="index.html">首页</a></li>
<li class="menu-item-has-children"><a href="#">产品介绍</a>
<ul class="sub-menu">
<li><a href="project-1.html">Bugku</a></li>
<li><a href="project-2.html">HackGame</a></li>
<li><a href="project-3.html">网络安全竞赛靶场</a></li>
<li><a href="project-4.html">鹰眼网络资产监控</a></li>
<li><a href="#">蜂巢网络空间测绘</a></li>
</ul>
</li>
<li><a href="services-details.html">服务能力</a></li>
<li><a href="about-us.html">关于我们</a></li>
</ul>
</div>
<div class="header-action">
<ul class="list-wrap">
<li class="header-btn"><a href="#!" class="btn">免费试用 <span></span></a></li>
</ul>
Open service 43.174.247.38:443 · www.axaq.cn
2026-01-23 02:27
HTTP/1.1 200 OK
Last-Modified: Fri, 23 Jan 2026 02:13:07 GMT
Etag: "6972d933-6035"
Server: nginx/1.23.3
Content-Type: text/html
Content-Length: 24629
Accept-Ranges: bytes
Connection: close
Date: Fri, 23 Jan 2026 02:27:54 GMT
Age: 15
EO-LOG-UUID: 10969046108714555514
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 山东安信安全技术有限公司
<!doctype html>
<html class="no-js" lang="cn">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>山东安信安全技术有限公司</title>
<meta name="keywords" content="山东安信安全技术有限公司,安信安全,实战靶场,CTF平台,网络靶场,网络安全竞赛">
<meta name="description"
content="一家致力于网络安全领域的公司,主营业务包括CTF、AWD竞赛靶场、实训靶场、赛事支撑、安全产品研发等。我们将继续秉承“以安全为核心,以信用为基石”理念,为广大客户提供更加优质的安全服务。">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.ico">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/css/swiper-bundle.min.css">
<link rel="stylesheet" href="assets/css/odometer.css">
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/default.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<div id="preloader">
<div id="loader" class="loader">
<div class="loader-container">
<div class="loader-icon"><img src="assets/img/logo/loading.svg" alt="Preloader"></div>
</div>
</div>
</div>
<div class="mouseCursor cursor-outer"></div>
<div class="mouseCursor cursor-inner"><span>Drag</span></div>
<button class="scroll-top scroll-to-target" data-target="html"><i class="fas fa-angle-up"></i></button>
<header>
<div id="sticky-header" class="menu-area transparent-header">
<div class="container">
<div class="row">
<div class="col-12">
<div class="mobile-nav-toggler"><i class="fas fa-bars"></i></div>
<div class="menu-wrap">
<nav class="menu-nav">
<div class="logo">
<a href="index.html"><img src="assets/img/logo/axaq.png" alt="Logo"></a>
</div>
<div class="navbar-wrap main-menu d-none d-lg-flex">
<ul class="navigation">
<li class="active"><a href="index.html">首页</a></li>
<li class="menu-item-has-children"><a href="#">产品介绍</a>
<ul class="sub-menu">
<li><a href="project-1.html">Bugku</a></li>
<li><a href="project-2.html">HackGame</a></li>
<li><a href="project-3.html">网络安全竞赛靶场</a></li>
<li><a href="project-4.html">鹰眼网络资产监控</a></li>
<li><a href="#">蜂巢网络空间测绘</a></li>
</ul>
</li>
<li><a href="services-details.html">服务能力</a></li>
<li><a href="about-us.html">关于我们</a></li>
</ul>
</div>
<div class="header-action">
<ul class="list-wrap">
<li class="header-btn"><a href="#!" class="btn">免费试用 <span></span></a></li>
</ul>
Open service 43.174.247.38:80 · xhttp.ctyun.org.cn
2026-01-23 02:21
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 02:21:41 GMT
EO-LOG-UUID: 17966534189699543799
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · xhttp.ctyun.org.cn
2026-01-23 02:21
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Fri, 23 Jan 2026 02:21:38 GMT
EO-LOG-UUID: 11913074091881531926
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · uptime.lovejoan.com
2026-01-22 23:21
HTTP/1.1 200 OK
Last-Modified: Fri, 08 Sep 2023 05:36:13 GMT
Etag: "64fab2cd-8a"
Server: nginx
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Content-Length: 138
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 23:21:54 GMT
Age: 47790
EO-LOG-UUID: 14535684920377367066
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 404 Not Found
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:80 · uptime.lovejoan.com
2026-01-22 23:21
HTTP/1.1 200 OK
Last-Modified: Fri, 08 Sep 2023 05:36:13 GMT
Etag: "64fab2cd-8a"
Server: nginx
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Content-Length: 138
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 23:21:57 GMT
Age: 5022
EO-LOG-UUID: 16914192980326064701
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 404 Not Found
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · vo-shanghai.kelvinlmhost.top
2026-01-22 22:23
HTTP/1.1 522 Connect origin timed out Server: EdgeOne_L7S_OC_FREE Content-Length: 0 Connection: close Date: Thu, 22 Jan 2026 22:23:56 GMT EO-LOG-UUID: 15828825677791863127
Open service 43.174.247.38:80 · pexeldance.com
2026-01-22 18:58
HTTP/1.1 302 Found Location: https://pexeldance.com/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Thu, 22 Jan 2026 18:58:42 GMT EO-LOG-UUID: 12014644030526057647 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · pexeldance.com
2026-01-22 18:58
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 18:28:55 GMT
Etag: "1bf959326bc7edb38c65d2e6a6f67b65"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 6693
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Thu, 22 Jan 2026 18:58:40 GMT
EO-LOG-UUID: 4908777957670257747
EO-Cache-Status: Cache Hit
Page title: PexelDance:AI Images, Videos Generator for Drama|Ecom|Influence
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/wa-DGsugpJC.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
<!-- Primary Meta Tags -->
<title>PexelDance:AI Images, Videos Generator for Drama|Ecom|Influence</title>
<meta name="description" content="Generate AI videos, images, voices & avatars at scale. Perfect for short dramas, viral clips, and e-commerce content. Try free now."/>
<meta name="keywords" content="free ai videos generator, image generator, infinite canvas tool, creative content generator, bulk short drama production, viral short video production, e-commerce image video creation, AI video generation, content creation tools, video automation, AI content generation platform, short video marketing, batch-scaling image video generation, voice synthesis, digital human avatars, multimedia content creation, all in one infinite canvas content generation, high-quality content with low cost" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.pexeldance.com/" />
<meta property="og:title" content="PexelDance: AI Bulk Video & Image Generator" />
<meta property="og:description" content="Create short dramas, viral videos & e-commerce content in minutes. Powered by infinite canvas technology." />
<meta property="og:image" content="https://www.pexeldance.com/og-image.avif" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@PexelDance" />
<meta name="twitter:title" content="PexelDance: AI Bulk Video & Image Generator" />
<meta name="twitter:description" content="Create short dramas, viral videos & e-commerce content in minutes. Powered by infinite canvas technology." />
<meta name="twitter:image" content="https://www.pexeldance.com/twitter-card.avif" />
<!-- Schema.org Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "PexelDance",
"applicationCategory": ["CreativeWork", "Multimedia"],
"operatingSystem": "Web",
"offers": {
"@type": "AggregateOffer",
"lowPrice": "0",
"highPrice": "99.99",
"priceCurrency": "USD",
"offerCount": "4"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "1500",
"bestRating": "5"
},
"featureList": [
{
"@type": "PropertyValue",
"name": "Video Generation",
"description": "Generate AI-powered videos from text or templates"
},
{
"@type": "PropertyValue",
"name": "Image Creation",
"description": "Create high-quality images with AI"
},
{
"@type": "PropertyValue",
"name": "Bulk Short Drama Production",
"description": "Easily reproduce trending short videos"
}
],
"screenshot": "https://www.pexeldance.com/interface-screenshot.jpg.avif"
}
</script>
<script>
window.AliyunCaptchaConfig = {
region: "cn",
prefix: "b446e4", // 替换为你自己的 prefix
};
</script>
<script
type="text/javascript"
src="https://o.alicdn.com/captcha-frontend/aliyunCaptcha/AliyunCaptcha.js"
></script>
<!-- Preload key source -->
<link rel="preload" href="data:application/octet-stream;base64,aW1wb3J0ICB7ICBTdXNwZW5zZSB9IGZyb20gJ3JlYWN0JzsNCmltcG9ydCBSZWFjdERPTSBmcm9tICJyZWFjdC1kb20vY2xpZW50IjsNCmltcG9ydCBBcHAgZnJvbSAiLi9BcHAudHN4IjsNCmltcG9ydCB7IFRoZW1lUHJvdmlkZXIgfSBmcm9tICJAL2NvbXBvbmVudHMvdGhlbWUtcHJvdmlkZXIudHN4IjsNCmltcG9ydCB7IEJyb3dzZXJSb3V0ZXIgfSBmcm9tICJyZWFjdC1yb3V0ZXItZG9tIjsNCmltcG9ydCBBdXRoUm91dGVyIGZyb20gJy4vcm91dGVycy9hdXRoX3JvdXRlcicNCmltcG9ydCAiLi9pbmRleC5jc3MiOw0KaW1wb3J0ICcuL2kxOG4nDQppbXBvcnQgIi4vQXBwLmNzcyI7DQppbXBvcnQgTG9hZGluZ1BhZ2UgZnJvbSAnLi9jb21wb25lbnRzL3VpL2x
Open service 43.174.247.38:80 · www.pexeldance.com
2026-01-22 18:53
HTTP/1.1 302 Found Location: https://www.pexeldance.com/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Thu, 22 Jan 2026 18:53:59 GMT EO-LOG-UUID: 14033080556144991461 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · www.pexeldance.com
2026-01-22 18:53
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 18:28:55 GMT
Etag: "1bf959326bc7edb38c65d2e6a6f67b65"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 6693
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Thu, 22 Jan 2026 18:53:56 GMT
EO-LOG-UUID: 5384310052107346279
EO-Cache-Status: Cache Hit
Page title: PexelDance:AI Images, Videos Generator for Drama|Ecom|Influence
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/wa-DGsugpJC.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
<!-- Primary Meta Tags -->
<title>PexelDance:AI Images, Videos Generator for Drama|Ecom|Influence</title>
<meta name="description" content="Generate AI videos, images, voices & avatars at scale. Perfect for short dramas, viral clips, and e-commerce content. Try free now."/>
<meta name="keywords" content="free ai videos generator, image generator, infinite canvas tool, creative content generator, bulk short drama production, viral short video production, e-commerce image video creation, AI video generation, content creation tools, video automation, AI content generation platform, short video marketing, batch-scaling image video generation, voice synthesis, digital human avatars, multimedia content creation, all in one infinite canvas content generation, high-quality content with low cost" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.pexeldance.com/" />
<meta property="og:title" content="PexelDance: AI Bulk Video & Image Generator" />
<meta property="og:description" content="Create short dramas, viral videos & e-commerce content in minutes. Powered by infinite canvas technology." />
<meta property="og:image" content="https://www.pexeldance.com/og-image.avif" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@PexelDance" />
<meta name="twitter:title" content="PexelDance: AI Bulk Video & Image Generator" />
<meta name="twitter:description" content="Create short dramas, viral videos & e-commerce content in minutes. Powered by infinite canvas technology." />
<meta name="twitter:image" content="https://www.pexeldance.com/twitter-card.avif" />
<!-- Schema.org Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "PexelDance",
"applicationCategory": ["CreativeWork", "Multimedia"],
"operatingSystem": "Web",
"offers": {
"@type": "AggregateOffer",
"lowPrice": "0",
"highPrice": "99.99",
"priceCurrency": "USD",
"offerCount": "4"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "1500",
"bestRating": "5"
},
"featureList": [
{
"@type": "PropertyValue",
"name": "Video Generation",
"description": "Generate AI-powered videos from text or templates"
},
{
"@type": "PropertyValue",
"name": "Image Creation",
"description": "Create high-quality images with AI"
},
{
"@type": "PropertyValue",
"name": "Bulk Short Drama Production",
"description": "Easily reproduce trending short videos"
}
],
"screenshot": "https://www.pexeldance.com/interface-screenshot.jpg.avif"
}
</script>
<script>
window.AliyunCaptchaConfig = {
region: "cn",
prefix: "b446e4", // 替换为你自己的 prefix
};
</script>
<script
type="text/javascript"
src="https://o.alicdn.com/captcha-frontend/aliyunCaptcha/AliyunCaptcha.js"
></script>
<!-- Preload key source -->
<link rel="preload" href="data:application/octet-stream;base64,aW1wb3J0ICB7ICBTdXNwZW5zZSB9IGZyb20gJ3JlYWN0JzsNCmltcG9ydCBSZWFjdERPTSBmcm9tICJyZWFjdC1kb20vY2xpZW50IjsNCmltcG9ydCBBcHAgZnJvbSAiLi9BcHAudHN4IjsNCmltcG9ydCB7IFRoZW1lUHJvdmlkZXIgfSBmcm9tICJAL2NvbXBvbmVudHMvdGhlbWUtcHJvdmlkZXIudHN4IjsNCmltcG9ydCB7IEJyb3dzZXJSb3V0ZXIgfSBmcm9tICJyZWFjdC1yb3V0ZXItZG9tIjsNCmltcG9ydCBBdXRoUm91dGVyIGZyb20gJy4vcm91dGVycy9hdXRoX3JvdXRlcicNCmltcG9ydCAiLi9pbmRleC5jc3MiOw0KaW1wb3J0ICcuL2kxOG4nDQppbXBvcnQgIi4vQXBwLmNzcyI7DQppbXBvcnQgTG9hZGluZ1BhZ2UgZnJvbSAnLi9jb21wb25lbnRzL3VpL2x
Open service 43.174.247.38:80 · www.yuwan.shop
2026-01-22 17:54
HTTP/1.1 200 OK
Last-Modified: Wed, 26 Apr 2017 08:03:47 GMT
Etag: "59005463-52e"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Content-Length: 1326
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 17:54:32 GMT
Age: 55373
EO-LOG-UUID: 7254500173913910128
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 没有找到站点
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>没有找到站点</title>
<style>
*{margin:0;padding:0;color:#444}
body{font-size:14px;font-family:"宋体"}
.main{width:600px;margin:10% auto;}
.title{background: #20a53a;color: #fff;font-size: 16px;height: 40px;line-height: 40px;padding-left: 20px;}
.content{background-color:#f3f7f9; height:300px;border:1px dashed #c6d9b6;padding:20px}
.t1{border-bottom: 1px dashed #c6d9b6;color: #ff4000;font-weight: bold; margin: 0 0 20px; padding-bottom: 18px;}
.t2{margin-bottom:8px; font-weight:bold}
ol{margin:0 0 20px 22px;padding:0;}
ol li{line-height:30px}
</style>
</head>
<body>
<div class="main">
<div class="title">没有找到站点</div>
<div class="content">
<p class="t1">您的请求在Web服务器中没有找到对应的站点!</p>
<p class="t2">可能原因:</p>
<ol>
<li>您没有将此域名或IP绑定到对应站点!</li>
<li>配置文件未生效!</li>
</ol>
<p class="t2">如何解决:</p>
<ol>
<li>检查是否已经绑定到对应站点,若确认已绑定,请尝试重载Web服务;</li>
<li>检查端口是否正确;</li>
<li>若您使用了CDN产品,请尝试清除CDN缓存;</li>
<li>普通网站访客,请联系网站管理员;</li>
</ol>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:443 · www.yuwan.shop
2026-01-22 17:54
HTTP/1.1 200 OK
Last-Modified: Mon, 19 Jan 2026 17:09:19 GMT
Etag: "696e653f-215e"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Alt-Svc: quic=":443"; h3=":443"; h3-29=":443"; h3-27=":443";h3-25=":443"; h3-T050=":443"; h3-Q050=":443";h3-Q049=":443";h3-Q048=":443"; h3-Q046=":443"; h3-Q043=":443"
Content-Length: 8542
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 17:54:29 GMT
Age: 15
EO-LOG-UUID: 4450738586231269785
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 导航|鱼丸小铺
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<title>导航|鱼丸小铺</title>
<meta name="keywords" content="鱼丸小铺,小鱼花园,小鱼朋友圈,福利礼包,永久地址">
<meta name="description" content="小鱼花园/朋友圈/女大盲盒/开心小礼包/鱼丸小铺">
<link rel="shortcut icon" href="data:image/x-icon;base64,AAABAAEAEBAQAAAAAAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAA/4QAAP+BAAD8fwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAERERERERERERERERERERERERERERERERERERERFTMzMzM1ERERM0RDMzUREREzRFMzNRERETNEQzM1ERERM0RTMzUREREzREQzNRERETNERDM1ERERM0RTMzUREREzREQzNRERETNERDM1ERERM0RTMzUREREzREQzNRERETNERDM1ERERM0RTMzURERERERERERERERERERERERH//wAA//8AAP//AADAAwAAwAMAAIABAACAAQAAgAEAAAAQAACAAQAAgAEAAIABAACAAQAAwAMAA//8AAP//AAD//wAA">
<style>
:root {
--primary: #00b894; /* 薄荷绿 */
--secondary: #74b9ff; /* 雾蓝 */
--accent: #fdcb6e; /* 暖黄 */
--text: #2d3436;
--bg: #f5f7fa;
--radius: 12px;
--shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
background: var(--bg);
color: var(--text);
line-height: 1.6;
-webkit-font-smoothing: antialiased;
}
.container {
max-width: 720px;
margin: 0 auto;
padding: 24px 16px 40px;
}
header {
text-align: center;
margin-bottom: 32px;
}
.brand {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
font-size: 28px;
font-weight: 600;
color: var(--primary);
}
.badge {
background: var(--secondary);
color: #fff;
padding: 4px 12px;
border-radius: 20px;
font-size: 14px;
font-weight: 500;
}
.subtitle {
color: #636e72;
margin-top: 8px;
font-size: 15px;
}
.card {
background: #fff;
border-radius: var(--radius);
padding: 24px;
margin-bottom: 20px;
box-shadow: var(--shadow);
}
.card-title {
font-size: 18px;
font-weight: 600;
margin-bottom: 16px;
display: flex;
align-items: center;
gap: 8px;
}
.main-btn {
display: block;
width: 100%;
padding: 16px;
background: linear-gradient(135deg, var(--primary) 0%, #00a085 100%);
color: #fff !important;
border: none;
border-radius: var(--radius);
font-size: 17px;
font-weight: 500;
cursor: pointer;
transition: opacity 0.3s;
}
.main-btn:hover {
opacity: 0.92;
}
.link-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 12px;
}
.link-item {
background: var(--bg);
border-radius: 8px;
padding: 14px;
border-left: 4px solid var(--accent);
transition: background 0.3s;
}
.link-item:hover {
background: #fff;
}
.link-item a {
color: var(--text);
text-decoration: none;
display: flex;
align-items: center;
gap: 8px;
}
.tip-box {
background: #fff9e6;
border-left: 4px solid var(--accent);
Open service 43.174.247.38:80 · www.st7530.com
2026-01-22 17:52
HTTP/1.1 301 Moved Permanently Location: https://www.st7530.com/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Thu, 22 Jan 2026 17:53:01 GMT EO-LOG-UUID: 9351036538655081971 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · www.st7530.com
2026-01-22 17:52
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 17:42:59 GMT
Etag: "bf790993492785238ed90a0de14d63d7"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 17
Content-Length: 11131
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Thu, 22 Jan 2026 17:52:58 GMT
EO-LOG-UUID: 12383266422021944955
EO-Cache-Status: Cache Hit
Page title:
St7530's Blog
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>
St7530's Blog
</title>
<!-- Icon -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/fancybox/jquery.fancybox.min.css">
<script src="/js/pace.min.js"></script>
<meta name="generator" content="Hexo 6.3.0"></head>
<body>
<main class="content">
<section class="jumbotron">
<div class="video">
<div class="video-frame">
<img src="/images/ocean/overlay-hero.png" alt="Decorative image frame">
</div>
<div class="video-media">
<video playsinline="" autoplay="" loop="" muted="" data-autoplay="" poster="/images/ocean/ocean.png"
x5-video-player-type="h5">
<source src="/images/ocean/ocean.mp4" type="video/mp4">
<source src="/images/ocean/ocean.ogv" type="video/ogg">
<source src="/images/ocean/ocean.webm" type="video/webm">
<p>Your user agent does not support the HTML5 Video element.</p>
</video>
<div class="video-overlay"></div>
</div>
<div class="video-inner text-center text-white">
<h1><a href="/">St7530's Blog</a></h1>
<p></p>
<div><img src="/images/hexo-inverted.svg" class="brand" alt="St7530's Blog"></div>
</div>
<div class="video-learn-more">
<a class="anchor" href="#landingpage"><i class="fe fe-mouse"></i></a>
</div>
</div>
</section>
<div id="landingpage">
<section class="outer">
<article class="articles">
<h1 class="page-type-title"></h1>
<article id="post-Setup-Volatility-2-on-post-2024-Kali-Linux" class="article article-type-post" itemscope
itemprop="blogPost" data-scroll-reveal>
<div class="article-inner">
<header class="article-header">
<h2 class="article-title" itemprop="name">
<a href="/2025/08/Setup-Volatility-2-on-post-2024-Kali-Linux/">在新版 Kali Linux 上部署 Volatility 2 的安装流程</a>
</h2>
</header>
<div class="article-meta">
<a href="/2025/08/Setup-Volatility-2-on-post-2024-Kali-Linux/" class="article-date">
<time datetime="2025-08-07T08:43:15.000Z" itemprop="datePublished">2025-08-07</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/hint.css/2.4.1/hint.min.css"><p>在新版 Kali Linux (已知为 2024 及以后的版本) 上安装 Volatility 2 时会遇到很多麻烦,于是想要整理一篇成功的安装流程,以便后续重装。</p>
<h2 id="安装">安装</h2>
<p>经过我的一番摸索,使用新版 Kali 安装 Volatility 2 的步骤如下。安装期间你需要有一个良好的网络连接。</p>
<ol>
<li>
<p>更换清华源<br>
请参照:<a target="_blank" rel="noopener" href="https://mirrors.tuna.tsinghua.edu.cn/help/kali/">kali | 镜像站使用帮助 | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror</a> ,修改 <code>/etc/apt/sources.list</code> 文件。</p>
</li>
<li>
<p>切换至 root 用户,并更新软件源</p>
<figure class="highlight shell"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line">sudo su</span><br><span class="line">apt update</span><br></pre></td></tr></table></figure>
</li>
<li>
<p>安装 pip2</p>
<figure class="highlight shell"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line">wget https://bootstrap.pypa.io/pip/2.7/get-pip.py</span><br><span class="line">python2 get-pip.py</span><br></pre></td></tr></table></figure>
</li>
<li>
<p>安装 Volatility 2 本体</p>
<figure class="highlight shell"><table><tr><td class="gutter"><pre><span class="line">1</span><br><sp
Open service 43.174.247.38:443 · adg.xcysy.top
2026-01-22 17:36
HTTP/1.1 302 Found content-type: text/html; charset=utf-8 location: /login.html Server: TencentEdgeOne Content-Length: 34 Connection: close Date: Thu, 22 Jan 2026 17:36:49 GMT EO-LOG-UUID: 467853218126931274 EO-Cache-Status: MISS <a href="/login.html">Found</a>.
Open service 43.174.247.38:443 · www.gzhongshenv-tech.com
2026-01-22 17:34
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html;charset=utf-8
Vary: Accept-Encoding
Set-Cookie: home_lang=en; path=/
Set-Cookie: admin_lang=cn; path=/
Strict-Transport-Security: max-age=31536000
Transfer-Encoding: chunked
Connection: close
Date: Thu, 22 Jan 2026 17:35:14 GMT
EO-LOG-UUID: 2095437410262499873
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: GUANGZHOU HONGSHEN VICO IMP. & EXP. COMPANY LTD.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GUANGZHOU HONGSHEN VICO IMP. & EXP. COMPANY LTD.</title>
<meta name="description" content="GUANGZHOU HONGSHEN VICO IMP. & EXP. COMPANY LTD." />
<meta name="keywords" content="" />
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<meta name="applicable-device"content="pc,mobile">
<link rel="stylesheet" type="text/css" href="/template/pc/skin/css/bootstrap.css?t=1547773740" /><link rel="stylesheet" type="text/css" href="/template/pc/skin/css/bxslider.css?t=1547773740" /><link rel="stylesheet" type="text/css" href="/template/pc/skin/css/style.css?t=1555077002" /><script type="text/javascript" src="/template/pc/skin/js/jquery.min.js?t=1547773740"></script><script type="text/javascript" src="/template/pc/skin/js/bxslider.min.js?t=1547773740"></script><script type="text/javascript" src="/template/pc/skin/js/common.js?t=1547773740"></script><script type="text/javascript" src="/template/pc/skin/js/bootstrap.js?t=1547773740"></script><!--[if lt IE 9]>
<script type="text/javascript" src="/template/pc/skin/js/html5shiv.min.js?t=1547773740"></script><script type="text/javascript" src="/template/pc/skin/js/respond.min.js?t=1547773740"></script><![endif]-->
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-9 col-md-9"> <a href="https://www.gzhongshenv-tech.com/"><img src="/uploads/allimg/20200814/f7dacb915836f8188e301837812c5421.png" class="logo" alt="GUANGZHOU HONGSHEN VICO IMP. & EXP. COMPANY LTD"/></a> </div>
<div id="topsearch" class="col-xs-12 col-sm-3 col-md-3">
<form method="get" action="/index.php?m=home&c=Search&a=lists" id="form">
<input type="hidden" name="m" value="home" /><input type="hidden" name="c" value="Search" /><input type="hidden" name="a" value="lists" /><input type="hidden" name="typeid" id="typeid" value="" /><input type="hidden" name="channel" id="channel" value="" /> <div class="input-group search_group">
<input type="text" name="keywords" id="keywords" class="form-control input-sm" placeholder="Enter search keywords">
<span class="input-group-btn"> <a class="btn btn-sm mysearch_btn"><button type="submit" class="search-submit" style="border: 0;outline:none;
background: rgba(195, 21, 21, 0);">Search</button></a> </span> </div>
</form>
</div>
</div>
</div>
<!-- Fixed navbar -->
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<span id="small_search" class="glyphicon glyphicon-search" aria-hidden="true"></span> <a class="navbar-brand" href="#">NAVIGATION</a> </div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="https://www.gzhongshenv-tech.com" class="cur">Home</a></li>
<li > <a href="/index.php?m=home&c=Lists&a=index&tid=21" class="">About us</a> </li>
<li class="dropdown"> <a href="/index.php?m=home&c=Lists&a=index&tid=28" class="">News</a> <a href="/index.php?m=home&c=Lists&a=index&tid=28" id="app_menudown" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><span class="glyphicon glyphicon-menu-down btn-xs"></span></a>
<ul class="dropdown-menu nav_small" role="menu">
<li><a href="/index.php?m=home&c=Lists&a=index&tid=42">News</a></li>
</ul>
</li>
<li > <a href=
Open service 43.174.247.38:80 · www.gzhongshenv-tech.com
2026-01-22 17:34
HTTP/1.1 301 Moved Permanently
Server: openresty
Content-Type: text/html
Location: https://www.gzhongshenv-tech.com/
Strict-Transport-Security: max-age=31536000
Content-Length: 166
Connection: close
Date: Thu, 22 Jan 2026 17:35:17 GMT
EO-LOG-UUID: 16230332897888470483
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>openresty</center>
</body>
</html>
Open service 43.174.247.38:443 · gzhongshenv-tech.com
2026-01-22 17:32
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html;charset=utf-8
Vary: Accept-Encoding
Set-Cookie: home_lang=en; path=/
Set-Cookie: admin_lang=cn; path=/
Strict-Transport-Security: max-age=31536000
Transfer-Encoding: chunked
Connection: close
Date: Thu, 22 Jan 2026 17:32:33 GMT
EO-LOG-UUID: 3023411932761881227
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: GUANGZHOU HONGSHEN VICO IMP. & EXP. COMPANY LTD.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GUANGZHOU HONGSHEN VICO IMP. & EXP. COMPANY LTD.</title>
<meta name="description" content="GUANGZHOU HONGSHEN VICO IMP. & EXP. COMPANY LTD." />
<meta name="keywords" content="" />
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<meta name="applicable-device"content="pc,mobile">
<link rel="stylesheet" type="text/css" href="/template/pc/skin/css/bootstrap.css?t=1547773740" /><link rel="stylesheet" type="text/css" href="/template/pc/skin/css/bxslider.css?t=1547773740" /><link rel="stylesheet" type="text/css" href="/template/pc/skin/css/style.css?t=1555077002" /><script type="text/javascript" src="/template/pc/skin/js/jquery.min.js?t=1547773740"></script><script type="text/javascript" src="/template/pc/skin/js/bxslider.min.js?t=1547773740"></script><script type="text/javascript" src="/template/pc/skin/js/common.js?t=1547773740"></script><script type="text/javascript" src="/template/pc/skin/js/bootstrap.js?t=1547773740"></script><!--[if lt IE 9]>
<script type="text/javascript" src="/template/pc/skin/js/html5shiv.min.js?t=1547773740"></script><script type="text/javascript" src="/template/pc/skin/js/respond.min.js?t=1547773740"></script><![endif]-->
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-9 col-md-9"> <a href="https://www.gzhongshenv-tech.com/"><img src="/uploads/allimg/20200814/f7dacb915836f8188e301837812c5421.png" class="logo" alt="GUANGZHOU HONGSHEN VICO IMP. & EXP. COMPANY LTD"/></a> </div>
<div id="topsearch" class="col-xs-12 col-sm-3 col-md-3">
<form method="get" action="/index.php?m=home&c=Search&a=lists" id="form">
<input type="hidden" name="m" value="home" /><input type="hidden" name="c" value="Search" /><input type="hidden" name="a" value="lists" /><input type="hidden" name="typeid" id="typeid" value="" /><input type="hidden" name="channel" id="channel" value="" /> <div class="input-group search_group">
<input type="text" name="keywords" id="keywords" class="form-control input-sm" placeholder="Enter search keywords">
<span class="input-group-btn"> <a class="btn btn-sm mysearch_btn"><button type="submit" class="search-submit" style="border: 0;outline:none;
background: rgba(195, 21, 21, 0);">Search</button></a> </span> </div>
</form>
</div>
</div>
</div>
<!-- Fixed navbar -->
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<span id="small_search" class="glyphicon glyphicon-search" aria-hidden="true"></span> <a class="navbar-brand" href="#">NAVIGATION</a> </div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="https://www.gzhongshenv-tech.com" class="cur">Home</a></li>
<li > <a href="/index.php?m=home&c=Lists&a=index&tid=21" class="">About us</a> </li>
<li class="dropdown"> <a href="/index.php?m=home&c=Lists&a=index&tid=28" class="">News</a> <a href="/index.php?m=home&c=Lists&a=index&tid=28" id="app_menudown" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><span class="glyphicon glyphicon-menu-down btn-xs"></span></a>
<ul class="dropdown-menu nav_small" role="menu">
<li><a href="/index.php?m=home&c=Lists&a=index&tid=42">News</a></li>
</ul>
</li>
<li > <a href=
Open service 43.174.247.38:80 · gzhongshenv-tech.com
2026-01-22 17:32
HTTP/1.1 301 Moved Permanently
Server: openresty
Content-Type: text/html
Location: https://gzhongshenv-tech.com/
Strict-Transport-Security: max-age=31536000
Content-Length: 166
Connection: close
Date: Thu, 22 Jan 2026 17:32:36 GMT
EO-LOG-UUID: 8053171186741499960
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>openresty</center>
</body>
</html>
Open service 43.174.247.38:80 · testweb.onestar.tech
2026-01-22 17:16
HTTP/1.1 301 Moved Permanently Location: https://testweb.onestar.tech/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Thu, 22 Jan 2026 17:16:59 GMT EO-LOG-UUID: 11858238930694059884 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · testweb.onestar.tech
2026-01-22 17:16
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 15:03:42 GMT
Etag: "2882f6cb98dec216656a46619a4eccaa"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 7914
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Thu, 22 Jan 2026 17:16:56 GMT
EO-LOG-UUID: 18432325317747888802
EO-Cache-Status: Cache Hit
Page title: 我的酷炫网页 | 示例模板
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>我的酷炫网页 | 示例模板</title>
<style>
/* --- 1. CSS 样式部分 (美化网页) --- */
/* 全局重置 */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f4f4f4;
}
/* 导航栏样式 */
header {
background: #333;
color: #fff;
padding: 1rem 0;
position: sticky;
top: 0;
z-index: 1000;
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
width: 90%;
max-width: 1200px;
margin: 0 auto;
}
.logo {
font-size: 1.5rem;
font-weight: bold;
color: #4facfe;
}
.nav-links {
list-style: none;
display: flex;
}
.nav-links li {
margin-left: 20px;
}
.nav-links a {
color: #fff;
text-decoration: none;
transition: color 0.3s;
}
.nav-links a:hover {
color: #4facfe;
}
/* 英雄区域 (Hero Section) - 也就是首页大图 */
.hero {
background: linear-gradient(135deg, #00f260 0%, #0575E6 100%);
height: 80vh; /* 占据屏幕高度的80% */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: white;
padding: 0 20px;
}
.hero h1 {
font-size: 3rem;
margin-bottom: 1rem;
}
.hero p {
font-size: 1.2rem;
margin-bottom: 2rem;
max-width: 600px;
}
.btn {
background: #fff;
color: #0575E6;
padding: 10px 30px;
border: none;
border-radius: 25px;
font-size: 1rem;
cursor: pointer;
font-weight: bold;
transition: transform 0.2s, box-shadow 0.2s;
text-decoration: none;
}
.btn:hover {
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
/* 内容区块样式 */
.container {
width: 90%;
max-width: 1200px;
margin: 50px auto;
}
.section-title {
text-align: center;
margin-bottom: 40px;
font-size: 2rem;
color: #2c3e50;
}
/* 特性卡片布局 (Flexbox) */
.features {
display: flex;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap; /* 允许换行,适配手机 */
}
.card {
background: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
flex: 1; /* 让卡片平均分配宽度 */
min-width: 250px;
text-align: center;
transition: 0.3s;
}
.card:hover {
transform: translateY(-10px);
}
.card h3 {
margin-bottom: 15px;
color: #0575E6;
}
/* 页脚 */
footer {
background: #2c3e50;
color: white;
text-align: center;
padding: 20px 0;
margin-top: 50px;
}
/* 移动端适配 */
@media (max-width: 768px) {
Open service 43.174.247.38:80 · xuanhaozhushou.com
2026-01-22 16:47
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 15:05:04 GMT
Etag: "69723ca0-7dc"
Server: nginx/1.18.0
Content-Type: text/html
Content-Length: 2012
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 16:48:11 GMT
Age: 15
EO-LOG-UUID: 8205508900902098957
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 飞擎选号助手
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>飞擎选号助手</title>
<style>
:root {
color-scheme: light;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC",
system-ui, -apple-system, sans-serif;
background: #f7f9fc;
color: #0f172a;
}
main {
flex: 1;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 24px;
}
h1 {
margin: 0 0 16px;
font-size: clamp(28px, 4vw, 42px);
font-weight: 700;
letter-spacing: 0.04em;
}
.status {
font-size: clamp(18px, 2.4vw, 24px);
color: #334155;
}
footer {
margin-top: auto;
width: 100%;
padding: 18px 12px;
display: flex;
align-items: center;
justify-content: center;
background: #ffffff;
border-top: 1px solid #e2e8f0;
}
.icp {
display: inline-flex;
align-items: center;
gap: 8px;
color: #475569;
font-size: 14px;
text-decoration: none;
}
.icp:hover {
color: #1e293b;
}
.icp img {
width: 18px;
height: 18px;
}
</style>
</head>
<body>
<main>
<div class="status">即将上线</div>
</main>
<footer>
<a
class="icp"
href="https://beian.miit.gov.cn/"
target="_blank"
rel="noopener noreferrer"
>
京ICP备2026000685号-1
</a>
</footer>
</body>
</html>
Open service 43.174.247.38:443 · xuanhaozhushou.com
2026-01-22 16:47
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 15:05:04 GMT
Etag: "69723ca0-7dc"
Server: nginx/1.18.0
Content-Type: text/html
Content-Length: 2012
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 16:48:09 GMT
Age: 16
EO-LOG-UUID: 15369582329337755333
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 飞擎选号助手
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>飞擎选号助手</title>
<style>
:root {
color-scheme: light;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC",
system-ui, -apple-system, sans-serif;
background: #f7f9fc;
color: #0f172a;
}
main {
flex: 1;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 24px;
}
h1 {
margin: 0 0 16px;
font-size: clamp(28px, 4vw, 42px);
font-weight: 700;
letter-spacing: 0.04em;
}
.status {
font-size: clamp(18px, 2.4vw, 24px);
color: #334155;
}
footer {
margin-top: auto;
width: 100%;
padding: 18px 12px;
display: flex;
align-items: center;
justify-content: center;
background: #ffffff;
border-top: 1px solid #e2e8f0;
}
.icp {
display: inline-flex;
align-items: center;
gap: 8px;
color: #475569;
font-size: 14px;
text-decoration: none;
}
.icp:hover {
color: #1e293b;
}
.icp img {
width: 18px;
height: 18px;
}
</style>
</head>
<body>
<main>
<div class="status">即将上线</div>
</main>
<footer>
<a
class="icp"
href="https://beian.miit.gov.cn/"
target="_blank"
rel="noopener noreferrer"
>
京ICP备2026000685号-1
</a>
</footer>
</body>
</html>
Open service 43.174.247.38:443 · assets.daohang.info
2026-01-22 16:39
HTTP/1.1 404 Not Found
Content-Type: application/json;charset=utf-8
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Strict-Transport-Security: max-age=63072000
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=6pkhqOeL%2F4OW2FLd7ro%2BmlCwiXu120alz1SFAvEIQCS5u4xxw023kv1SWs%2BMIvrhmxARzuFkaDMsgs1EeSwp%2F00HsSLymXtrq%2BQA2fyVfAt9"}]}
CF-RAY: 9c207ddecdb44c90-AMS
alt-svc: h3=":443"; ma=86400
Cache-Control: no-cache, no-store, max-age=0
Content-Length: 96
Connection: close
Date: Thu, 22 Jan 2026 16:40:11 GMT
EO-LOG-UUID: 3634670403174884471
EO-Cache-Status: MISS
{
"code": "not_found",
"message": "Bucket with such name does not exist.",
"status": 404
}
Open service 43.174.247.38:80 · assets.daohang.info
2026-01-22 16:39
HTTP/1.1 521 Connection Reset by Origin
Content-Type: text/plain; charset=UTF-8
Expires: Thu, 01 Jan 1970 00:00:01 GMT
Referrer-Policy: same-origin
X-Frame-Options: SAMEORIGIN
Server: cloudflare
CF-RAY: 9c207df1dd35ef91-WAW
alt-svc: h3=":443"; ma=86400
Cache-Control: private, must-revalidate, no-cache, no-store, max-age=0, post-check=0, pre-check=0
Content-Length: 15
Connection: close
Date: Thu, 22 Jan 2026 16:40:14 GMT
EO-LOG-UUID: 18400663390454411383
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
error code: 521
Open service 43.174.247.38:80 · dl.alist.yourang.top
2026-01-22 16:17
HTTP/1.1 302 Found Location: https://dl.alist.yourang.top/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Thu, 22 Jan 2026 16:17:45 GMT EO-LOG-UUID: 16537038958897817507 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · dl.alist.yourang.top
2026-01-22 16:17
HTTP/1.1 200 OK
content-type: text/html;charset=UTF-8
Access-Control-Allow-Origin: *
X-NWS-LOG-UUID: 12852482738091460199
Server: edgeone-pages
Date: Thu, 22 Jan 2026 16:17:42 GMT
Connection: close
Content-Length: 3303
Page title: OpenList Proxy - EdgeOne Pages
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenList Proxy - EdgeOne Pages</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 2rem;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
color: white;
}
.container {
background: rgba(255, 255, 255, 0.1);
border-radius: 15px;
padding: 2rem;
backdrop-filter: blur(10px);
box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
}
h1 {
text-align: center;
margin-bottom: 2rem;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.status {
text-align: center;
padding: 1rem;
background: rgba(255, 255, 255, 0.2);
border-radius: 8px;
margin: 1rem 0;
}
.feature {
margin: 1rem 0;
padding: 1rem;
background: rgba(255, 255, 255, 0.1);
border-radius: 8px;
border-left: 4px solid #4CAF50;
}
.warning {
background: rgba(255, 193, 7, 0.2);
border-left-color: #FFC107;
color: #FFF3CD;
}
.edgeone {
background: rgba(74, 144, 226, 0.2);
border-left-color: #4A90E2;
}
code {
background: rgba(0, 0, 0, 0.3);
padding: 2px 6px;
border-radius: 4px;
font-family: 'Courier New', monospace;
}
.logo {
text-align: center;
font-size: 3rem;
margin-bottom: 1rem;
}
</style>
</head>
<body>
<div class="container">
<div class="logo">🚀</div>
<h1>OpenList Proxy</h1>
<div class="status">✅ 服务正在运行在 EdgeOne Pages</div>
<div class="status">
<h2>服务状态</h2>
<p>OpenList 代理服务已成功部署到 EdgeOne Pages</p>
<p>时间: 2026/1/23 0:17:42</p>
</div>
<div class="feature edgeone">
<h3>🌍 EdgeOne Pages 优势</h3>
<ul>
<li>全球 3200+ 边缘节点分布式部署</li>
<li>超低延迟访问体验</li>
<li>弹性扩容,自动负载均衡</li>
<li>Serverless 架构,免运维</li>
</ul>
</div>
<div class="feature">
<h3>🔒 安全特性</h3>
<ul>
<li>HMAC-SHA256 签名验证</li>
<li>请求过期时间检查</li>
<li>CORS 跨域支持</li>
<li>路径安全验证</li>
</ul>
</div>
<div class="feature">
<h3>⚡ 性能优势</h3>
<ul>
<li>EdgeOne 全球 CDN 加速</li>
<li>边缘计算处理</li>
<li>智能缓存优化</li>
<li>自动 HTTPS 加密</li>
</ul>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:80 · gyl666.icu
2026-01-22 16:05
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Thu, 22 Jan 2026 16:05:51 GMT
EO-LOG-UUID: 1033188752229862395
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · gyl666.icu
2026-01-22 16:05
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Thu, 22 Jan 2026 16:05:48 GMT
EO-LOG-UUID: 15133315857216231724
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · q.lccnc.cn
2026-01-22 16:01
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset="UTF-8"
Keep-Alive: timeout=20
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
P3P: CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"
Content-Security-Policy: base-uri 'self'; connect-src data: ws: wss: http: https:; default-src 'self' 'unsafe-eval' data: blob: https://*.synology.com https://www.synology.cn/ https://help.synology.cn/; font-src 'self' data: https://*.googleapis.com https://*.gstatic.com; form-action 'self'; frame-ancestors 'self'; frame-src 'self' data: blob: https://*.synology.com https://*.synology.cn http://*.synology.com http://*.synology.cn http://global.synologydownload.com https://global.synologydownload.com; img-src 'self' data: blob: https://*.google.com https://*.googleapis.com http://*.googlecode.com https://*.gstatic.com https://global.download.synology.com; media-src 'self' data: about: https://*.synology.com https://help.synology.cn; script-src 'self' 'unsafe-eval' data: blob: https://maps.google.com https://maps.googleapis.com https://ajax.googleapis.com https://help.synology.com https://help.synology.cn; style-src 'self' 'unsafe-inline' https://*.googleapis.com;
Cache-Control: no-store
Transfer-Encoding: chunked
Connection: close
Date: Thu, 22 Jan 2026 16:01:34 GMT
EO-LOG-UUID: 13479803557602247687
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: home - Synology DiskStation
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=11" />
<meta name="msapplication-TileImage" content="resources/images/icon_tile.png?v=4398" />
<meta name="application-name" content="home - Synology DiskStation" />
<meta name="msapplication-TileColor" content="#246BB3"/>
<meta name="description" content="DiskStation provides a full-featured network attached storage (NAS) solution to help you manage, backup and share data among Windows, Mac and Linux easily." />
<meta name="keywords" content="Multitasking,Web Application,Personal Cloud" />
<meta name="viewport" content="">
<link rel="apple-touch-icon" href="webman/resources/images/icon_dsm_96.png?v=40438" />
<link rel="mask-icon" href="webman/safari_pin_icon.svg" color="#0086E5" />
<link rel="icon" href="webman/favicon.ico?v=40438" />
<link rel="icon" href="webman/resources/images/icon_dsm_96.png?v=40438" sizes="96x96"/>
<link rel="icon" href="webman/resources/images/icon_dsm_64.png?v=40438" sizes="64x64"/>
<link rel="icon" href="webman/resources/images/icon_dsm_48.png?v=40438" sizes="48x48"/>
<link rel="icon" href="webman/resources/images/icon_dsm_32.png?v=40438" sizes="32x32"/>
<link rel="icon" href="webman/resources/images/icon_dsm_16.png?v=40438" sizes="16x16"/>
<title>home - Synology DiskStation</title>
<link rel="stylesheet" type="text/css" href="webman/unsupported-browsers/dist/bundle.css?v=1695460792" />
<link rel="stylesheet" type="text/css" href="scripts/ext-3.4/resources/css/ext-all.css?v=1672898121" />
<link rel="stylesheet" type="text/css" href="scripts/syno-vue-components/style/syno-vue-components.css?v=1691459833" />
<link rel="stylesheet" type="text/css" href="scripts/scrollbar/flexcroll.css?v=1672898121" />
<link rel="stylesheet" type="text/css" href="scripts/ext-3/ux/ux-all.css?v=1672898121" />
<link rel="stylesheet" type="text/css" href="synoSDSjslib/sds.css?v=1687946110" />
<link rel="stylesheet" type="text/css" href="webman/desktop/dist/style.css?v=1695460792" />
<link rel="stylesheet" type="text/css" href="webman/sds/dist/style.css?v=1695460792" />
<link rel="stylesheet" type="text/css" href="webman/taskbar/dist/style.css?v=1695460792" />
<link rel="stylesheet" type="text/css" href="webman/login/dist/style.css?v=1695460792" />
<link rel="stylesheet" type="text/css" href="webman/resources/css/desktop.css?v=1695460792" />
<link rel="stylesheet" type="text/css" href="webman/modules/ExternalDevices/style.css?v=1695460792" />
<link rel="stylesheet" type="text/css" href="webman/modules/Widgets/style.css?v=1695460792" />
<link rel="stylesheet" type="text/css" href="webman/modules/BackgroundTaskMonitor/style.css?v=1693978539" />
<link rel="stylesheet" type="text/css" href="webman/modules/PersonalSettings/style.css?v=1693978539" />
<link rel="stylesheet" type="text/css" href="webman/modules/WelcomeApp/style.css?v=1695460792" />
<link rel="stylesheet" type="text/css" href="webman/modules/C3/style.css?v=1695460792" />
<link rel="stylesheet" type="text/css" href="webman/modules/AdminCenter/style.css?v=1693201747" />
<link rel="stylesheet" type="text/css" href="webman/modules/SupportForm/style.css?v=1693978539" />
<link rel="stylesheet" type="text/css" href="webman/modules/DataDrivenDocuments/style.css?v=1695460792" />
<link rel="stylesheet" type="text/css" href="webman/modules/DSMNotify/style.css?v=1693978539" />
<link rel="stylesheet" type="text/css" href="webman/modules/FileChooser/style.css?v=1693978539" />
<link rel="stylesheet" type="text/css" href="webman/modules/Utils/style.css?v=1693978539" />
<link rel="stylesheet" type="text/css" href="webman/modules/Share/style.css?v=1693978539" />
<link rel="stylesheet" type="text/css" href="webman/modules/EnableNewUpdateSetting/style.css?v=1695460792" />
<link rel="stylesheet" type="text/css" href="webman/modules/UpdateMaskApp/style.css?v=1695460792" />
<link rel="stylesheet" type="text/css" href="webman/modules/ResetAdminApp/style.css?v=1695460792" />
<link rel="stylesheet" type="text/css
Open service 43.174.247.38:80 · alist-proxy.yourang.top
2026-01-22 15:53
HTTP/1.1 302 Found Location: https://alist-proxy.yourang.top/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Thu, 22 Jan 2026 15:53:19 GMT EO-LOG-UUID: 2765893552027232926 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · alist-proxy.yourang.top
2026-01-22 15:53
HTTP/1.1 200 OK
content-type: text/html;charset=UTF-8
Access-Control-Allow-Origin: *
X-NWS-LOG-UUID: 4386984246074266141
Server: edgeone-pages
Date: Thu, 22 Jan 2026 15:53:16 GMT
Connection: close
Content-Length: 3304
Page title: OpenList Proxy - EdgeOne Pages
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenList Proxy - EdgeOne Pages</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 2rem;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
color: white;
}
.container {
background: rgba(255, 255, 255, 0.1);
border-radius: 15px;
padding: 2rem;
backdrop-filter: blur(10px);
box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
}
h1 {
text-align: center;
margin-bottom: 2rem;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.status {
text-align: center;
padding: 1rem;
background: rgba(255, 255, 255, 0.2);
border-radius: 8px;
margin: 1rem 0;
}
.feature {
margin: 1rem 0;
padding: 1rem;
background: rgba(255, 255, 255, 0.1);
border-radius: 8px;
border-left: 4px solid #4CAF50;
}
.warning {
background: rgba(255, 193, 7, 0.2);
border-left-color: #FFC107;
color: #FFF3CD;
}
.edgeone {
background: rgba(74, 144, 226, 0.2);
border-left-color: #4A90E2;
}
code {
background: rgba(0, 0, 0, 0.3);
padding: 2px 6px;
border-radius: 4px;
font-family: 'Courier New', monospace;
}
.logo {
text-align: center;
font-size: 3rem;
margin-bottom: 1rem;
}
</style>
</head>
<body>
<div class="container">
<div class="logo">🚀</div>
<h1>OpenList Proxy</h1>
<div class="status">✅ 服务正在运行在 EdgeOne Pages</div>
<div class="status">
<h2>服务状态</h2>
<p>OpenList 代理服务已成功部署到 EdgeOne Pages</p>
<p>时间: 2026/1/22 23:53:16</p>
</div>
<div class="feature edgeone">
<h3>🌍 EdgeOne Pages 优势</h3>
<ul>
<li>全球 3200+ 边缘节点分布式部署</li>
<li>超低延迟访问体验</li>
<li>弹性扩容,自动负载均衡</li>
<li>Serverless 架构,免运维</li>
</ul>
</div>
<div class="feature">
<h3>🔒 安全特性</h3>
<ul>
<li>HMAC-SHA256 签名验证</li>
<li>请求过期时间检查</li>
<li>CORS 跨域支持</li>
<li>路径安全验证</li>
</ul>
</div>
<div class="feature">
<h3>⚡ 性能优势</h3>
<ul>
<li>EdgeOne 全球 CDN 加速</li>
<li>边缘计算处理</li>
<li>智能缓存优化</li>
<li>自动 HTTPS 加密</li>
</ul>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:443 · www.gyl666.icu
2026-01-22 15:14
HTTP/1.1 200 OK
Last-Modified: Wed, 26 Apr 2017 08:03:47 GMT
Etag: "59005463-52e"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Content-Length: 1326
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 15:14:40 GMT
Age: 12
EO-LOG-UUID: 15705074094374435732
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 没有找到站点
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>没有找到站点</title>
<style>
*{margin:0;padding:0;color:#444}
body{font-size:14px;font-family:"宋体"}
.main{width:600px;margin:10% auto;}
.title{background: #20a53a;color: #fff;font-size: 16px;height: 40px;line-height: 40px;padding-left: 20px;}
.content{background-color:#f3f7f9; height:300px;border:1px dashed #c6d9b6;padding:20px}
.t1{border-bottom: 1px dashed #c6d9b6;color: #ff4000;font-weight: bold; margin: 0 0 20px; padding-bottom: 18px;}
.t2{margin-bottom:8px; font-weight:bold}
ol{margin:0 0 20px 22px;padding:0;}
ol li{line-height:30px}
</style>
</head>
<body>
<div class="main">
<div class="title">没有找到站点</div>
<div class="content">
<p class="t1">您的请求在Web服务器中没有找到对应的站点!</p>
<p class="t2">可能原因:</p>
<ol>
<li>您没有将此域名或IP绑定到对应站点!</li>
<li>配置文件未生效!</li>
</ol>
<p class="t2">如何解决:</p>
<ol>
<li>检查是否已经绑定到对应站点,若确认已绑定,请尝试重载Web服务;</li>
<li>检查端口是否正确;</li>
<li>若您使用了CDN产品,请尝试清除CDN缓存;</li>
<li>普通网站访客,请联系网站管理员;</li>
</ol>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:80 · www.gyl666.icu
2026-01-22 15:14
HTTP/1.1 200 OK
Last-Modified: Wed, 26 Apr 2017 08:03:47 GMT
Etag: "59005463-52e"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Content-Length: 1326
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 15:14:44 GMT
Age: 16
EO-LOG-UUID: 1123129428343351776
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 没有找到站点
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>没有找到站点</title>
<style>
*{margin:0;padding:0;color:#444}
body{font-size:14px;font-family:"宋体"}
.main{width:600px;margin:10% auto;}
.title{background: #20a53a;color: #fff;font-size: 16px;height: 40px;line-height: 40px;padding-left: 20px;}
.content{background-color:#f3f7f9; height:300px;border:1px dashed #c6d9b6;padding:20px}
.t1{border-bottom: 1px dashed #c6d9b6;color: #ff4000;font-weight: bold; margin: 0 0 20px; padding-bottom: 18px;}
.t2{margin-bottom:8px; font-weight:bold}
ol{margin:0 0 20px 22px;padding:0;}
ol li{line-height:30px}
</style>
</head>
<body>
<div class="main">
<div class="title">没有找到站点</div>
<div class="content">
<p class="t1">您的请求在Web服务器中没有找到对应的站点!</p>
<p class="t2">可能原因:</p>
<ol>
<li>您没有将此域名或IP绑定到对应站点!</li>
<li>配置文件未生效!</li>
</ol>
<p class="t2">如何解决:</p>
<ol>
<li>检查是否已经绑定到对应站点,若确认已绑定,请尝试重载Web服务;</li>
<li>检查端口是否正确;</li>
<li>若您使用了CDN产品,请尝试清除CDN缓存;</li>
<li>普通网站访客,请联系网站管理员;</li>
</ol>
</div>
</div>
</body>
</html>
Open service 43.174.247.38:443 · fn201219.fzc0.cn
2026-01-22 14:33
HTTP/1.1 302 Found
Server: nginx
Content-Type: text/html
Location: https://fn201219.fzc0.cn:5667/
Content-Length: 138
Connection: close
Date: Thu, 22 Jan 2026 14:33:46 GMT
EO-LOG-UUID: 12070856438442339484
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 302 Found
<html>
<head><title>302 Found</title></head>
<body>
<center><h1>302 Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:80 · tanzhen.vfaaa.com
2026-01-22 14:17
HTTP/1.1 302 Found
Server: Werkzeug/3.1.5 Python/3.11.14
Content-Type: text/html; charset=utf-8
Location: /login
Content-Length: 199
Connection: close
Date: Thu, 22 Jan 2026 14:18:12 GMT
EO-LOG-UUID: 15437456633012406029
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Redirecting...
<!doctype html>
<html lang=en>
<title>Redirecting...</title>
<h1>Redirecting...</h1>
<p>You should be redirected automatically to the target URL: <a href="/login">/login</a>. If not, click the link.
Open service 43.174.247.38:443 · tanzhen.vfaaa.com
2026-01-22 14:17
HTTP/1.1 302 Found
Server: Werkzeug/3.1.5 Python/3.11.14
Content-Type: text/html; charset=utf-8
Location: /login
Content-Length: 199
Connection: close
Date: Thu, 22 Jan 2026 14:18:09 GMT
EO-LOG-UUID: 1418940342129696272
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Redirecting...
<!doctype html>
<html lang=en>
<title>Redirecting...</title>
<h1>Redirecting...</h1>
<p>You should be redirected automatically to the target URL: <a href="/login">/login</a>. If not, click the link.
Open service 43.174.247.38:443 · vip3.pandazz.top
2026-01-22 14:17
HTTP/1.1 302 Found
Server: openresty
Location: web/index.html
Strict-Transport-Security: max-age=31536000
Transfer-Encoding: chunked
Connection: close
Date: Thu, 22 Jan 2026 14:17:35 GMT
EO-LOG-UUID: 48526586354698979
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · vip3.pandazz.top
2026-01-22 14:17
HTTP/1.1 301 Moved Permanently
Server: openresty
Content-Type: text/html
Location: https://vip3.pandazz.top/
Strict-Transport-Security: max-age=31536000
Content-Length: 166
Connection: close
Date: Thu, 22 Jan 2026 14:17:38 GMT
EO-LOG-UUID: 330211450128223410
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>openresty</center>
</body>
</html>
Open service 43.174.247.38:443 · gacha.253525.xyz
2026-01-22 14:03
HTTP/1.1 404 Not Found
Server: openresty
Content-Type: text/html; charset=utf-8
X-Powered-By: Express
Content-Security-Policy: default-src 'none'
X-Content-Type-Options: nosniff
Content-Length: 136
Connection: close
Date: Thu, 22 Jan 2026 14:03:17 GMT
EO-LOG-UUID: 9318235304003010338
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Error
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Not Found</pre>
</body>
</html>
Open service 43.174.247.38:80 · www.aispring.club
2026-01-22 13:59
HTTP/1.1 301 Moved Permanently Location: https://www.aispring.club/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Thu, 22 Jan 2026 13:59:18 GMT EO-LOG-UUID: 13353570941570083225 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · www.aispring.club
2026-01-22 13:59
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 13:28:29 GMT
Etag: "4708d8b051916de6db7019d60476c257"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 23746
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Thu, 22 Jan 2026 13:59:16 GMT
EO-LOG-UUID: 12440181004354144844
EO-Cache-Status: Cache Hit
Page title: AI.Spring - 泉城,为AI涌动
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI.Spring - 泉城,为AI涌动</title>
<style>
/* --- 全局重置与基础样式 --- */
:root {
--bg-color: #0a0a0a;
--text-color: #e0e0e0;
--accent-green: #00ff9d; /* 科技绿 */
--accent-gold: #ffd700; /* 温暖金 */
--glass-bg: rgba(255, 255, 255, 0.05);
--glass-border: rgba(255, 255, 255, 0.1);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body, html {
height: 100%;
overflow: hidden; /* 禁止原生滚动 */
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
background-color: var(--bg-color);
color: var(--text-color);
}
/* --- 全屏滚动容器 (Transform模式) --- */
.scroll-container {
height: 100vh;
width: 100%;
/* 关键:使用 transform 配合贝塞尔曲线实现极致丝滑 */
transition: transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
will-change: transform;
}
section {
height: 100vh;
width: 100%;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 2rem;
overflow: hidden;
}
/* --- 通用组件 --- */
h1, h2, h3 {
font-weight: 700;
letter-spacing: 1px;
}
.highlight {
color: var(--accent-green);
}
.gold {
color: var(--accent-gold);
}
.btn {
display: inline-block;
padding: 12px 32px;
margin-top: 2rem;
border: 1px solid var(--accent-green);
color: var(--accent-green);
text-decoration: none;
font-size: 1rem;
transition: all 0.3s ease;
cursor: pointer;
background: transparent;
}
.btn:hover {
background: var(--accent-green);
color: #000;
box-shadow: 0 0 20px rgba(0, 255, 157, 0.4);
}
/* --- 导航点 --- */
.nav-dots {
position: fixed;
right: 20px;
top: 50%;
transform: translateY(-50%);
z-index: 100;
display: flex;
flex-direction: column;
gap: 15px;
}
.dot {
width: 10px;
height: 10px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.3);
cursor: pointer;
transition: all 0.3s ease;
}
.dot.active {
background: var(--accent-green);
transform: scale(1.3);
box-shadow: 0 0 10px var(--accent-green);
}
/* --- 第一屏:Hero Section --- */
#hero {
background: radial-gradient(circle at center, #1a1a1a 0%, #000000 100%);
text-align: center;
}
.hero-title {
font-size: 5rem;
margin-bottom: 1rem;
position: relative;
z-index: 2;
text-shadow: 0 0 20px rgba(0, 255, 157, 0.2);
animation: pulse-glow 3s infinite alternate;
}
.hero-subtitle {
font-size: 1.5rem;
color: #888;
margin-bottom: 2rem;
opacity: 0;
transform: translateY(20px);
/* 动画将在进入该屏时通过 JS 触发 */
transition: all 1s ease 0.5s;
}
/* 激活状态下的动画 */
section.active .hero-subtitle {
opacity: 1;
transform: translateY(0);
}
/* 背景光效 */
.glow-effect {
position: absolute;
Open service 43.174.247.38:80 · flux.npm.zmnteam.com
2026-01-22 13:57
HTTP/1.1 200 OK
Last-Modified: Tue, 25 Nov 2025 01:45:41 GMT
Etag: "69250a45-12f1"
Server: openresty
Content-Type: text/html
Vary: Accept-Encoding
X-Served-By: flux.npm.zmnteam.com
Content-Length: 4849
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 13:58:00 GMT
Age: 21
EO-LOG-UUID: 5788299969499720954
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: flux-panel
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<title>flux-panel</title>
<script>
// 防止暗黑模式闪烁:在页面加载前立即应用系统主题
(function() {
// 立即检测系统主题并应用
const isDarkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
// 立即设置主题类,避免闪烁
if (isDarkMode) {
document.documentElement.classList.add('dark');
document.documentElement.style.colorScheme = 'dark';
} else {
document.documentElement.classList.remove('dark');
document.documentElement.style.colorScheme = 'light';
}
// 监听系统主题变化
if (window.matchMedia) {
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', function(e) {
if (e.matches) {
document.documentElement.classList.add('dark');
document.documentElement.style.colorScheme = 'dark';
} else {
document.documentElement.classList.remove('dark');
document.documentElement.style.colorScheme = 'light';
}
});
}
// 检测H5模式并设置标记,避免布局切换时的闪屏
const isMobile = window.innerWidth <= 768;
const isMobileBrowser = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
const urlParams = new URLSearchParams(window.location.search);
const isH5Param = urlParams.get('h5') === 'true';
if (isMobile || isMobileBrowser || isH5Param) {
document.documentElement.classList.add('h5-mode');
} else {
document.documentElement.classList.add('pc-mode');
}
})();
</script>
<style>
/* 防止页面闪烁的基础样式 */
:root {
--toaster-bg: #ffffff;
--toaster-color: #000000;
--toaster-border: #e5e7eb;
}
html.dark {
--toaster-bg: #374151;
--toaster-color: #ffffff;
--toaster-border: #4b5563;
}
/* 默认浅色主题样式 */
body {
margin: 0;
padding: 0;
background-color: #ffffff;
color: #000000;
transition: background-color 0.2s ease, color 0.2s ease;
/* 禁用弹性滚动 */
overscroll-behavior: none;
-webkit-overflow-scrolling: touch;
}
/* 暗色主题样式 */
html.dark body {
background-color: #000000;
color: #ffffff;
}
#root {
min-height: 100vh;
background-color: inherit;
/* 确保根元素也禁用弹性滚动 */
overscroll-behavior: none;
}
/* 使用动态视口单位,避免移动端地址栏导致的额外滚动 */
@supports (height: 100dvh) {
#root { min-height: 100dvh; }
}
/* iOS Safari 旧版本兼容 */
@supports (-webkit-touch-callout: none) {
#root { min-height: -webkit-fill-available; }
}
/* 防止加载时的闪烁 */
* {
box-sizing: border-box;
}
/* 确保在主题切换时平滑过渡 */
html {
transition: color-scheme 0.2s ease;
/* 禁用整个页面的弹性滚动 */
overscroll-behavior: none;
}
/* 防止布局切换时的闪屏 */
.h5-mode #root {
background-color: #ffffff;
}
.h5-mode.dark #root {
background-color: #000000;
}
.pc-mode #root {
background-color: #ffffff;
}
.pc-mode.dark #root {
background-color: #000000;
}
/* 移动端滚动优化 */
@media (max-width: 768px) {
html, body {
overscroll-behavior: none;
-webkit-overflow-scrolling: touch;
}
/* 确保固定定位的
Open service 43.174.247.38:443 · flux.npm.zmnteam.com
2026-01-22 13:57
HTTP/1.1 200 OK
Last-Modified: Tue, 25 Nov 2025 01:45:41 GMT
Etag: "69250a45-12f1"
Server: openresty
Content-Type: text/html
Vary: Accept-Encoding
X-Served-By: flux.npm.zmnteam.com
Content-Length: 4849
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 13:57:58 GMT
Age: 16
EO-LOG-UUID: 18192749101688807119
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: flux-panel
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<title>flux-panel</title>
<script>
// 防止暗黑模式闪烁:在页面加载前立即应用系统主题
(function() {
// 立即检测系统主题并应用
const isDarkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
// 立即设置主题类,避免闪烁
if (isDarkMode) {
document.documentElement.classList.add('dark');
document.documentElement.style.colorScheme = 'dark';
} else {
document.documentElement.classList.remove('dark');
document.documentElement.style.colorScheme = 'light';
}
// 监听系统主题变化
if (window.matchMedia) {
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', function(e) {
if (e.matches) {
document.documentElement.classList.add('dark');
document.documentElement.style.colorScheme = 'dark';
} else {
document.documentElement.classList.remove('dark');
document.documentElement.style.colorScheme = 'light';
}
});
}
// 检测H5模式并设置标记,避免布局切换时的闪屏
const isMobile = window.innerWidth <= 768;
const isMobileBrowser = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
const urlParams = new URLSearchParams(window.location.search);
const isH5Param = urlParams.get('h5') === 'true';
if (isMobile || isMobileBrowser || isH5Param) {
document.documentElement.classList.add('h5-mode');
} else {
document.documentElement.classList.add('pc-mode');
}
})();
</script>
<style>
/* 防止页面闪烁的基础样式 */
:root {
--toaster-bg: #ffffff;
--toaster-color: #000000;
--toaster-border: #e5e7eb;
}
html.dark {
--toaster-bg: #374151;
--toaster-color: #ffffff;
--toaster-border: #4b5563;
}
/* 默认浅色主题样式 */
body {
margin: 0;
padding: 0;
background-color: #ffffff;
color: #000000;
transition: background-color 0.2s ease, color 0.2s ease;
/* 禁用弹性滚动 */
overscroll-behavior: none;
-webkit-overflow-scrolling: touch;
}
/* 暗色主题样式 */
html.dark body {
background-color: #000000;
color: #ffffff;
}
#root {
min-height: 100vh;
background-color: inherit;
/* 确保根元素也禁用弹性滚动 */
overscroll-behavior: none;
}
/* 使用动态视口单位,避免移动端地址栏导致的额外滚动 */
@supports (height: 100dvh) {
#root { min-height: 100dvh; }
}
/* iOS Safari 旧版本兼容 */
@supports (-webkit-touch-callout: none) {
#root { min-height: -webkit-fill-available; }
}
/* 防止加载时的闪烁 */
* {
box-sizing: border-box;
}
/* 确保在主题切换时平滑过渡 */
html {
transition: color-scheme 0.2s ease;
/* 禁用整个页面的弹性滚动 */
overscroll-behavior: none;
}
/* 防止布局切换时的闪屏 */
.h5-mode #root {
background-color: #ffffff;
}
.h5-mode.dark #root {
background-color: #000000;
}
.pc-mode #root {
background-color: #ffffff;
}
.pc-mode.dark #root {
background-color: #000000;
}
/* 移动端滚动优化 */
@media (max-width: 768px) {
html, body {
overscroll-behavior: none;
-webkit-overflow-scrolling: touch;
}
/* 确保固定定位的
Open service 43.174.247.38:80 · moontv.npm.zmnteam.com
2026-01-22 13:57
HTTP/1.1 307 Temporary Redirect
Server: openresty
location: /login?redirect=%2F
X-Served-By: moontv.npm.zmnteam.com
Transfer-Encoding: chunked
Connection: close
Date: Thu, 22 Jan 2026 13:57:20 GMT
EO-LOG-UUID: 10268523629458425772
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
/login?redirect=%2F
Open service 43.174.247.38:443 · moontv.npm.zmnteam.com
2026-01-22 13:57
HTTP/1.1 307 Temporary Redirect
Server: openresty
location: /login?redirect=%2F
X-Served-By: moontv.npm.zmnteam.com
Transfer-Encoding: chunked
Connection: close
Date: Thu, 22 Jan 2026 13:57:17 GMT
EO-LOG-UUID: 16235044529263667048
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
/login?redirect=%2F
Open service 43.174.247.38:443 · nginx.npm.zmnteam.com
2026-01-22 13:56
HTTP/1.1 200 OK
Last-Modified: Mon, 01 Jul 2024 11:39:06 GMT
Etag: "6682955a-69d"
Server: openresty
Content-Type: text/html
X-Served-By: nginx.npm.zmnteam.com
Content-Length: 1693
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 13:57:02 GMT
Age: 15
EO-LOG-UUID: 17622346980537800820
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Nginx Proxy Manager
<!doctype html><html lang="en" dir="ltr"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><meta http-equiv="Content-Language" content="en"><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="mobile-web-app-capable" content="yes"><meta name="HandheldFriendly" content="True"><meta name="MobileOptimized" content="320"><meta name="robots" content="noindex"><title>Nginx Proxy Manager</title><link rel="apple-touch-icon" sizes="180x180" href="/images/favicons/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/images/favicons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/images/favicons/favicon-16x16.png"><link rel="manifest" href="/images/favicons/site.webmanifest"><link rel="mask-icon" href="/images/favicons/safari-pinned-tab.svg" color="#5bbad5"><link rel="shortcut icon" href="/images/favicons/favicon.ico"><meta name="msapplication-TileColor" content="#333333"><meta name="msapplication-config" content="/images/favicons/browserconfig.xml"><meta name="theme-color" content="#ffffff"><link href="/css/main.css?v=2.11.3" rel="stylesheet"></head><body><noscript><div class="container no-js-warning"><div class="alert alert-warning text-center"><strong>Warning!</strong> This application requires Javascript and your browser doesn't support it.</div></div></noscript><div id="app" class="page"><span class="loader"></span></div><script src="/js/main.bundle.js?v=2.11.3"></script></body></html>
Open service 43.174.247.38:80 · nginx.npm.zmnteam.com
2026-01-22 13:56
HTTP/1.1 200 OK
Last-Modified: Mon, 01 Jul 2024 11:39:06 GMT
Etag: "6682955a-69d"
Server: openresty
Content-Type: text/html
X-Served-By: nginx.npm.zmnteam.com
Content-Length: 1693
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 13:57:04 GMT
Age: 17
EO-LOG-UUID: 11145584502412239878
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Nginx Proxy Manager
<!doctype html><html lang="en" dir="ltr"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><meta http-equiv="Content-Language" content="en"><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="mobile-web-app-capable" content="yes"><meta name="HandheldFriendly" content="True"><meta name="MobileOptimized" content="320"><meta name="robots" content="noindex"><title>Nginx Proxy Manager</title><link rel="apple-touch-icon" sizes="180x180" href="/images/favicons/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/images/favicons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/images/favicons/favicon-16x16.png"><link rel="manifest" href="/images/favicons/site.webmanifest"><link rel="mask-icon" href="/images/favicons/safari-pinned-tab.svg" color="#5bbad5"><link rel="shortcut icon" href="/images/favicons/favicon.ico"><meta name="msapplication-TileColor" content="#333333"><meta name="msapplication-config" content="/images/favicons/browserconfig.xml"><meta name="theme-color" content="#ffffff"><link href="/css/main.css?v=2.11.3" rel="stylesheet"></head><body><noscript><div class="container no-js-warning"><div class="alert alert-warning text-center"><strong>Warning!</strong> This application requires Javascript and your browser doesn't support it.</div></div></noscript><div id="app" class="page"><span class="loader"></span></div><script src="/js/main.bundle.js?v=2.11.3"></script></body></html>
Open service 43.174.247.38:80 · cookiecloud.npm.zmnteam.com
2026-01-22 13:56
HTTP/1.1 200 OK
Etag: W/"17-ATp437XoH3A2q/pZoQ/RTnb6zg4"
Server: openresty
Content-Type: text/html; charset=utf-8
X-Powered-By: Express
Access-Control-Allow-Origin: *
X-Served-By: cookiecloud.npm.zmnteam.com
Content-Length: 23
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 13:56:51 GMT
Age: 17
EO-LOG-UUID: 10560412312647462464
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Hello World!API ROOT =
Open service 43.174.247.38:443 · cookiecloud.npm.zmnteam.com
2026-01-22 13:56
HTTP/1.1 200 OK
Etag: W/"17-ATp437XoH3A2q/pZoQ/RTnb6zg4"
Server: openresty
Content-Type: text/html; charset=utf-8
X-Powered-By: Express
Access-Control-Allow-Origin: *
X-Served-By: cookiecloud.npm.zmnteam.com
Content-Length: 23
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 13:56:49 GMT
Age: 15
EO-LOG-UUID: 13084004345944795555
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Hello World!API ROOT =
Open service 43.174.247.38:443 · derp.zmnteam.com
2026-01-22 13:56
HTTP/1.1 502 Bad Gateway
Server: openresty
Content-Type: text/html
Content-Length: 154
Connection: close
Date: Thu, 22 Jan 2026 13:56:33 GMT
EO-LOG-UUID: 4949996386348702463
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 502 Bad Gateway
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>openresty</center>
</body>
</html>
Open service 43.174.247.38:80 · www.mxip.cn
2026-01-22 13:55
HTTP/1.1 302 Found
Location: https://www.mxip.cn/
Content-Length: 0
Connection: close
Server: EdgeOne_L7S_OC_FREE
Strict-Transport-Security: max-age=16070400;includeSubDomains;preload
Date: Thu, 22 Jan 2026 13:55:52 GMT
EO-LOG-UUID: 4128954616225962859
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · www.mxip.cn
2026-01-22 13:55
HTTP/1.1 404 Not Found
content-type: text/html
pragma: no-cache
server: LiteSpeed
Cache-Control: private, no-cache, max-age=0
Content-Length: 1249
Connection: close
Strict-Transport-Security: max-age=16070400;includeSubDomains;preload
Date: Thu, 22 Jan 2026 13:55:50 GMT
EO-LOG-UUID: 10060341884999014154
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 404 Not Found
<!DOCTYPE html>
<html style="height:100%">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title> 404 Not Found
</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
<body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
<div style="height:auto; min-height:100%; "> <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
<h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">404</h1>
<h2 style="margin-top:20px;font-size: 30px;">Not Found
</h2>
<p>The resource requested could not be found on this server!</p>
</div></div><div style="color:#f0f0f0; font-size:12px;margin:auto;padding:0px 30px 0px 30px;position:relative;clear:both;height:100px;margin-top:-101px;background-color:#474747;border-top: 1px solid rgba(0,0,0,0.15);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;">
<br>Proudly powered by LiteSpeed Web Server<p>Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.</p></div></body></html>
Open service 43.174.247.38:443 · nezha.zmnteam.com
2026-01-22 13:53
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html
X-Served-By: nezha.zmnteam.com
Content-Length: 1964
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 13:54:13 GMT
Age: 15
EO-LOG-UUID: 14590258366583802226
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Komari Monitor
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="keywords"
content="server monitor, Komari Monitor, server uptime monitoring, real-time server status, server performance dashboard, monitoring tool" />
<meta name="theme-color" content="#aa99ec" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="Komari Monitor" />
<meta property="og:title" content="Komari Monitor" />
<meta property="og:description" content="Komari Monitor, a simple server monitoring tool." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Komari Monitor" />
<meta name="twitter:description" content="Komari Monitor, a simple server monitoring tool." />
<title>Komari Monitor</title>
<meta name="description" content="Komari Monitor, a simple server monitoring tool." />
<script type="module" crossorigin src="/assets/entry-index-_JNGV0lD.js"></script>
<link rel="modulepreload" crossorigin href="/assets/chunk-react-vendor-c5ypKtDW.js">
<link rel="stylesheet" crossorigin href="/assets/index-DzdIfJ-S.css">
</head>
<body>
<div
id="background-container"
class="fixed top-0 left-0 w-full h-full z-[-1]">
<div
id="image-background"
class="absolute top-0 left-0 w-full h-full bg-cover bg-top bg-no-repeat z-10"></div>
<video
id="video-background"
class="absolute top-0 left-0 w-full h-full object-cover object-top z-20"
autoplay
loop
muted
playsinline></video>
</div>
<div id="root" class="relative z-30"></div>
</body>
</html>
Open service 43.174.247.38:80 · nezha.zmnteam.com
2026-01-22 13:53
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html
X-Served-By: nezha.zmnteam.com
Content-Length: 1964
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 13:54:15 GMT
Age: 15
EO-LOG-UUID: 3549535514341532569
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: Komari Monitor
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="keywords"
content="server monitor, Komari Monitor, server uptime monitoring, real-time server status, server performance dashboard, monitoring tool" />
<meta name="theme-color" content="#aa99ec" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="Komari Monitor" />
<meta property="og:title" content="Komari Monitor" />
<meta property="og:description" content="Komari Monitor, a simple server monitoring tool." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Komari Monitor" />
<meta name="twitter:description" content="Komari Monitor, a simple server monitoring tool." />
<title>Komari Monitor</title>
<meta name="description" content="Komari Monitor, a simple server monitoring tool." />
<script type="module" crossorigin src="/assets/entry-index-_JNGV0lD.js"></script>
<link rel="modulepreload" crossorigin href="/assets/chunk-react-vendor-c5ypKtDW.js">
<link rel="stylesheet" crossorigin href="/assets/index-DzdIfJ-S.css">
</head>
<body>
<div
id="background-container"
class="fixed top-0 left-0 w-full h-full z-[-1]">
<div
id="image-background"
class="absolute top-0 left-0 w-full h-full bg-cover bg-top bg-no-repeat z-10"></div>
<video
id="video-background"
class="absolute top-0 left-0 w-full h-full object-cover object-top z-20"
autoplay
loop
muted
playsinline></video>
</div>
<div id="root" class="relative z-30"></div>
</body>
</html>
Open service 43.174.247.38:443 · f-dp-img.yunchoujiang.com
2026-01-22 13:37
HTTP/1.1 403 Forbidden
Content-Type: application/xml
Server: tencent-cos
x-amz-request-id: Njk3MjI4MjZfMTg1NWJlMDlfMTAxZjVfMTEwNmZhYg==
x-amz-trace-id: OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODc0OWRkZjk0ZDM1NmI1M2E2MTRlY2MzZDhmNmI5MWI1OTBjYzE2MjAxN2M1MzJiOTdkZjMxMDVlYTZjN2FiMmI0MDBjNjhkZWJjMjQwNmJiZTViMjhmM2QwOTUzMGFiMzY=
Content-Length: 453
Connection: close
Date: Thu, 22 Jan 2026 13:37:41 GMT
EO-LOG-UUID: 15758029710438642545
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
<?xml version='1.0' encoding='utf-8' ?>
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied.</Message>
<ServerTime>2026-01-22T13:37:42Z</ServerTime>
<Resource>/</Resource>
<RequestId>Njk3MjI4MjZfMTg1NWJlMDlfMTAxZjVfMTEwNmZhYg==</RequestId>
<TraceId>OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODc0OWRkZjk0ZDM1NmI1M2E2MTRlY2MzZDhmNmI5MWI1OTBjYzE2MjAxN2M1MzJiOTdkZjMxMDVlYTZjN2FiMmI0MDBjNjhkZWJjMjQwNmJiZTViMjhmM2QwOTUzMGFiMzY=</TraceId>
</Error>
Open service 43.174.247.38:443 · xyaax.com
2026-01-22 13:34
HTTP/1.1 403 Forbidden
Server: nginx
Content-Type: text/html
Set-Cookie: server_name_session=afadc4489de35302c86164dac30e97a7; Max-Age=86400; httponly; path=/
Content-Length: 146
Connection: close
Date: Thu, 22 Jan 2026 13:34:30 GMT
EO-LOG-UUID: 11195907328385923307
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 43.174.247.38:443 · n100e.msknet.host
2026-01-22 13:18
HTTP/1.1 200 OK
Last-Modified: Tue, 20 Jan 2026 03:55:44 GMT
Etag: "696efcc0-b59"
Content-Type: text/html
Server: nginx
Vary: Accept-Encoding
Content-Length: 2905
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 13:19:05 GMT
Age: 14
EO-LOG-UUID: 9772485588796946497
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 飞牛 fnOS
<!DOCTYPE html>
<html class="light" lang="zh-CN">
<head>
<script type="module" crossorigin src="/assets/polyfills-Rhxe3oXd.js"></script>
<meta charset="UTF-8" />
<!-- <meta name="viewport" content="width=device-width, initial-scale=0.5 minimum-scale=0.5" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
html,
body {
background: linear-gradient(110deg, #4a5568 0.26%, #3a424f 97.78%);
}
.incompatible-box {
display: flex;
width: 100%;
height: 100vh;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: white;
}
.incompatible-box h1 {
margin: 0;
font-size: 32px;
line-height: 44px;
font-weight: 600;
color: #202327;
margin-bottom: 20px;
}
.incompatible-box .item1 {
margin-right: 60px;
}
.incompatible-box .logo {
position: absolute;
display: flex;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
}
.incompatible-box .logo div {
font-size: 20px;
line-height: 32px;
font-weight: 600;
color: #202327;
margin-left: 8px;
}
.incompatible-box p {
margin: 0;
font-size: 18px;
line-height: 24px;
color: #4a5568;
margin-bottom: 60px;
}
.incompatible-box span {
display: inline-block;
margin-top: 14px;
}
</style>
<title>飞牛 fnOS</title>
<script type="module" crossorigin src="/assets/index-D56DJccp.js"></script>
<link rel="modulepreload" crossorigin href="/assets/lottie-react-CqywrBZ_.js">
<link rel="modulepreload" crossorigin href="/assets/rc-select-B53SQcGG.js">
<link rel="modulepreload" crossorigin href="/assets/lodash-Cpp1HsCD.js">
<link rel="stylesheet" crossorigin href="/assets/index-yARUmOBS.css">
</head>
<body>
<script src="./cqfndesk.js?v=1768881339298"></script>
<div id="root"></div>
<script>
function isIE() {
var myNav = navigator.userAgent.toLowerCase();
return myNav.indexOf('msie') != -1 || myNav.indexOf('trident') != -1 ? true : false;
}
if (isIE()) {
document.querySelector('#root').innerHTML =
'<div class="incompatible-box"><h1>当前浏览器不兼容飞牛</h1><p>我们建议您使用以下浏览器的最新版获取更好的体验</p><div><img src="static/img/chrome.png" class="item1" alt="" width="auto" height="100" /><img src="static/img/edge.png" alt="" width="auto" height="100" /></div><div><span class="item1">Google Chrome</span><span>Microsoft Edge</span></div><div class="logo"><img src="static/img/trim-logo.png" width="32" height="32" /><div>飞牛</div></div></div>';
}
</script>
</body>
</html>
Open service 43.174.247.38:80 · n100e.msknet.host
2026-01-22 13:18
HTTP/1.1 200 OK
Last-Modified: Tue, 20 Jan 2026 03:55:44 GMT
Etag: "696efcc0-b59"
Content-Type: text/html
Server: nginx
Vary: Accept-Encoding
Content-Length: 2905
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 13:19:07 GMT
Age: 17
EO-LOG-UUID: 17408155015125655269
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 飞牛 fnOS
<!DOCTYPE html>
<html class="light" lang="zh-CN">
<head>
<script type="module" crossorigin src="/assets/polyfills-Rhxe3oXd.js"></script>
<meta charset="UTF-8" />
<!-- <meta name="viewport" content="width=device-width, initial-scale=0.5 minimum-scale=0.5" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
html,
body {
background: linear-gradient(110deg, #4a5568 0.26%, #3a424f 97.78%);
}
.incompatible-box {
display: flex;
width: 100%;
height: 100vh;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: white;
}
.incompatible-box h1 {
margin: 0;
font-size: 32px;
line-height: 44px;
font-weight: 600;
color: #202327;
margin-bottom: 20px;
}
.incompatible-box .item1 {
margin-right: 60px;
}
.incompatible-box .logo {
position: absolute;
display: flex;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
}
.incompatible-box .logo div {
font-size: 20px;
line-height: 32px;
font-weight: 600;
color: #202327;
margin-left: 8px;
}
.incompatible-box p {
margin: 0;
font-size: 18px;
line-height: 24px;
color: #4a5568;
margin-bottom: 60px;
}
.incompatible-box span {
display: inline-block;
margin-top: 14px;
}
</style>
<title>飞牛 fnOS</title>
<script type="module" crossorigin src="/assets/index-D56DJccp.js"></script>
<link rel="modulepreload" crossorigin href="/assets/lottie-react-CqywrBZ_.js">
<link rel="modulepreload" crossorigin href="/assets/rc-select-B53SQcGG.js">
<link rel="modulepreload" crossorigin href="/assets/lodash-Cpp1HsCD.js">
<link rel="stylesheet" crossorigin href="/assets/index-yARUmOBS.css">
</head>
<body>
<script src="./cqfndesk.js?v=1768881339298"></script>
<div id="root"></div>
<script>
function isIE() {
var myNav = navigator.userAgent.toLowerCase();
return myNav.indexOf('msie') != -1 || myNav.indexOf('trident') != -1 ? true : false;
}
if (isIE()) {
document.querySelector('#root').innerHTML =
'<div class="incompatible-box"><h1>当前浏览器不兼容飞牛</h1><p>我们建议您使用以下浏览器的最新版获取更好的体验</p><div><img src="static/img/chrome.png" class="item1" alt="" width="auto" height="100" /><img src="static/img/edge.png" alt="" width="auto" height="100" /></div><div><span class="item1">Google Chrome</span><span>Microsoft Edge</span></div><div class="logo"><img src="static/img/trim-logo.png" width="32" height="32" /><div>飞牛</div></div></div>';
}
</script>
</body>
</html>
Open service 43.174.247.38:80 · api.dafafuzhu.top
2026-01-22 13:14
HTTP/1.1 200 OK
Content-Type: text/html;charset=utf-8
X-NWS-LOG-UUID: 1487179872884526351
Date: Thu, 22 Jan 2026 13:14:37 GMT
Connection: close
Server: EdgeOne_L7S_OC_FREE
Content-Length: 11621
Page title: NekoTool 设备管理
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>NekoTool 设备管理</title>
<style>*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,sans-serif;background:#2d2d2d;min-height:100vh;padding:20px}.c{max-width:700px;margin:0 auto}.card{background:#3a3a3a;border-radius:8px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.3)}h1{text-align:center;margin-bottom:12px;color:#fff;font-size:18px}.g{margin-bottom:12px}label{display:block;margin-bottom:4px;font-size:13px;color:#bbb}input,select{width:100%;padding:8px;border:1px solid #555;border-radius:4px;font-size:13px;background:#2d2d2d;color:#eee}input:focus,select:focus{border-color:#5a9;outline:none}.row{display:flex;gap:8px;margin-top:10px}.btn{padding:6px 10px;border:none;border-radius:4px;font-size:11px;cursor:pointer;color:#fff}.btn:hover{opacity:.85}.b1{background:#5a9}.b2{background:#c55}.b3{background:#5a5}.b4{background:#a85}.b5{background:#822}.r{margin-top:10px;padding:8px;border-radius:4px;font-size:13px;display:none}.r.ok{background:#354;color:#8c8;display:block}.r.err{background:#433;color:#c88;display:block}.info{background:#444;padding:8px;border-radius:4px;margin-bottom:12px;font-size:12px;color:#aaa}.panel{margin-top:16px;padding-top:12px;border-top:1px solid #555;display:none}.tabs{display:flex;gap:4px;margin-bottom:10px}.tab{padding:6px 12px;background:#444;border:none;color:#aaa;cursor:pointer;border-radius:4px 4px 0 0;font-size:12px}.tab.active{background:#555;color:#fff}table{width:100%;border-collapse:collapse;font-size:12px}th,td{padding:8px;text-align:left;border-bottom:1px solid #444}th{background:#444;color:#ccc}td{background:#333;color:#eee}.st{padding:2px 6px;border-radius:3px;font-size:10px;margin-left:6px}.st-k{background:#c55}.st-f{background:#58a}.st-b{background:#822}.st-y{background:#5a5}.st-n{background:#666}.ops{display:flex;gap:4px;justify-content:flex-end}.perm{display:inline-block;padding:2px 6px;border-radius:3px;font-size:10px;margin-right:4px}</style></head>
<body><div class="c"><div class="card">
<h1>NekoTool 设备管理</h1>
<div class="info">下线:踢掉设备,重新登录即可 | 冻结:临时禁用,可自己解除 | 封禁:永久禁用,需管理员解除</div>
<div class="g"><label>用户名</label><input id="u" placeholder="用户名"></div>
<div class="g"><label>密码</label><input type="password" id="p" placeholder="密码" onkeydown="if(event.key==='Enter')login()"></div>
<div class="row" style="gap:12px"><button class="btn b1" style="flex:1;padding:10px" onclick="login()">登录</button><button class="btn b2" onclick="kick()">下线</button><button class="btn b4" onclick="freeze()">冻结</button><button class="btn b3" onclick="unfreeze()">解冻</button><button class="btn" style="background:#666" onclick="showPwd()">改密码</button></div>
<div id="pwdBox" style="display:none;margin-top:10px;padding:10px;background:#444;border-radius:4px"><div class="g"><label>新密码</label><input type="password" id="np" placeholder="新密码"></div><div class="g"><label>确认密码</label><input type="password" id="np2" placeholder="再输一次"></div><div class="row"><button class="btn b1" onclick="changePwd()">确认修改</button><button class="btn" style="background:#666" onclick="hidePwd()">取消</button></div></div>
<div id="r" class="r"></div>
<div class="panel" id="userPanel">
<h3 style="color:#fff;font-size:14px;margin-bottom:10px">我的权限</h3>
<table><thead><tr><th>工具</th><th>权限</th><th>在线</th><th>状态</th></tr></thead><tbody id="userTbody"></tbody></table>
</div>
<div class="panel" id="adminPanel">
<div class="tabs"><button class="tab active" onclick="switchTab('adb')">ADB用户</button><button class="tab" onclick="switchTab('edl')">EDL用户</button><button class="tab" onclick="switchTab('oplus')">OPLUS权限</button></div>
<table><thead><tr><th>用户名</th><th>在线</th><th>状态</th><th style="text-align:right">操作</th></tr></thead><tbody id="tbody"></tbody></table>
<div id="ar" class="r
Open service 43.174.247.38:443 · api.dafafuzhu.top
2026-01-22 13:14
HTTP/1.1 200 OK
Content-Type: text/html;charset=utf-8
X-NWS-LOG-UUID: 2228996378637305463
Date: Thu, 22 Jan 2026 13:14:34 GMT
Connection: close
Server: EdgeOne_L7S_OC_FREE
Content-Length: 11621
Page title: NekoTool 设备管理
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>NekoTool 设备管理</title>
<style>*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,sans-serif;background:#2d2d2d;min-height:100vh;padding:20px}.c{max-width:700px;margin:0 auto}.card{background:#3a3a3a;border-radius:8px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.3)}h1{text-align:center;margin-bottom:12px;color:#fff;font-size:18px}.g{margin-bottom:12px}label{display:block;margin-bottom:4px;font-size:13px;color:#bbb}input,select{width:100%;padding:8px;border:1px solid #555;border-radius:4px;font-size:13px;background:#2d2d2d;color:#eee}input:focus,select:focus{border-color:#5a9;outline:none}.row{display:flex;gap:8px;margin-top:10px}.btn{padding:6px 10px;border:none;border-radius:4px;font-size:11px;cursor:pointer;color:#fff}.btn:hover{opacity:.85}.b1{background:#5a9}.b2{background:#c55}.b3{background:#5a5}.b4{background:#a85}.b5{background:#822}.r{margin-top:10px;padding:8px;border-radius:4px;font-size:13px;display:none}.r.ok{background:#354;color:#8c8;display:block}.r.err{background:#433;color:#c88;display:block}.info{background:#444;padding:8px;border-radius:4px;margin-bottom:12px;font-size:12px;color:#aaa}.panel{margin-top:16px;padding-top:12px;border-top:1px solid #555;display:none}.tabs{display:flex;gap:4px;margin-bottom:10px}.tab{padding:6px 12px;background:#444;border:none;color:#aaa;cursor:pointer;border-radius:4px 4px 0 0;font-size:12px}.tab.active{background:#555;color:#fff}table{width:100%;border-collapse:collapse;font-size:12px}th,td{padding:8px;text-align:left;border-bottom:1px solid #444}th{background:#444;color:#ccc}td{background:#333;color:#eee}.st{padding:2px 6px;border-radius:3px;font-size:10px;margin-left:6px}.st-k{background:#c55}.st-f{background:#58a}.st-b{background:#822}.st-y{background:#5a5}.st-n{background:#666}.ops{display:flex;gap:4px;justify-content:flex-end}.perm{display:inline-block;padding:2px 6px;border-radius:3px;font-size:10px;margin-right:4px}</style></head>
<body><div class="c"><div class="card">
<h1>NekoTool 设备管理</h1>
<div class="info">下线:踢掉设备,重新登录即可 | 冻结:临时禁用,可自己解除 | 封禁:永久禁用,需管理员解除</div>
<div class="g"><label>用户名</label><input id="u" placeholder="用户名"></div>
<div class="g"><label>密码</label><input type="password" id="p" placeholder="密码" onkeydown="if(event.key==='Enter')login()"></div>
<div class="row" style="gap:12px"><button class="btn b1" style="flex:1;padding:10px" onclick="login()">登录</button><button class="btn b2" onclick="kick()">下线</button><button class="btn b4" onclick="freeze()">冻结</button><button class="btn b3" onclick="unfreeze()">解冻</button><button class="btn" style="background:#666" onclick="showPwd()">改密码</button></div>
<div id="pwdBox" style="display:none;margin-top:10px;padding:10px;background:#444;border-radius:4px"><div class="g"><label>新密码</label><input type="password" id="np" placeholder="新密码"></div><div class="g"><label>确认密码</label><input type="password" id="np2" placeholder="再输一次"></div><div class="row"><button class="btn b1" onclick="changePwd()">确认修改</button><button class="btn" style="background:#666" onclick="hidePwd()">取消</button></div></div>
<div id="r" class="r"></div>
<div class="panel" id="userPanel">
<h3 style="color:#fff;font-size:14px;margin-bottom:10px">我的权限</h3>
<table><thead><tr><th>工具</th><th>权限</th><th>在线</th><th>状态</th></tr></thead><tbody id="userTbody"></tbody></table>
</div>
<div class="panel" id="adminPanel">
<div class="tabs"><button class="tab active" onclick="switchTab('adb')">ADB用户</button><button class="tab" onclick="switchTab('edl')">EDL用户</button><button class="tab" onclick="switchTab('oplus')">OPLUS权限</button></div>
<table><thead><tr><th>用户名</th><th>在线</th><th>状态</th><th style="text-align:right">操作</th></tr></thead><tbody id="tbody"></tbody></table>
<div id="ar" class="r
Open service 43.174.247.38:443 · dl.dafafuzhu.top
2026-01-22 13:13
HTTP/1.1 400 Bad Request
Content-Type: text/plain;charset=UTF-8
X-NWS-LOG-UUID: 2139729719936487254
Date: Thu, 22 Jan 2026 13:14:10 GMT
Connection: close
Server: EdgeOne_L7S_OC_FREE
Content-Length: 71
Invalid path: /{tag}/{size} or /{tag}/{fileName}/{size}?ts=xxx&sign=xxx
Open service 43.174.247.38:80 · dl.dafafuzhu.top
2026-01-22 13:13
HTTP/1.1 400 Bad Request
Content-Type: text/plain;charset=UTF-8
X-NWS-LOG-UUID: 12734730368770863107
Date: Thu, 22 Jan 2026 13:14:13 GMT
Connection: close
Server: EdgeOne_L7S_OC_FREE
Content-Length: 71
Invalid path: /{tag}/{size} or /{tag}/{fileName}/{size}?ts=xxx&sign=xxx
Open service 43.174.247.38:443 · fn.allsciot.com
2026-01-22 13:08
HTTP/1.1 200 OK
Last-Modified: Sat, 10 Jan 2026 10:06:26 GMT
Etag: "696224a2-b21"
Server: nginx
Content-Type: text/html
Vary: Accept-Encoding
Content-Length: 2849
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 13:08:46 GMT
Age: 15
EO-LOG-UUID: 2354657520253899670
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 飞牛 fnOS
<!DOCTYPE html>
<html class="light" lang="zh-CN">
<head>
<script type="module" crossorigin src="/assets/polyfills-Rhxe3oXd.js"></script>
<meta charset="UTF-8" />
<!-- <meta name="viewport" content="width=device-width, initial-scale=0.5 minimum-scale=0.5" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
html,
body {
background: linear-gradient(110deg, #4a5568 0.26%, #3a424f 97.78%);
}
.incompatible-box {
display: flex;
width: 100%;
height: 100vh;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: white;
}
.incompatible-box h1 {
margin: 0;
font-size: 32px;
line-height: 44px;
font-weight: 600;
color: #202327;
margin-bottom: 20px;
}
.incompatible-box .item1 {
margin-right: 60px;
}
.incompatible-box .logo {
position: absolute;
display: flex;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
}
.incompatible-box .logo div {
font-size: 20px;
line-height: 32px;
font-weight: 600;
color: #202327;
margin-left: 8px;
}
.incompatible-box p {
margin: 0;
font-size: 18px;
line-height: 24px;
color: #4a5568;
margin-bottom: 60px;
}
.incompatible-box span {
display: inline-block;
margin-top: 14px;
}
</style>
<title>飞牛 fnOS</title>
<script type="module" crossorigin src="/assets/index-D56DJccp.js"></script>
<link rel="modulepreload" crossorigin href="/assets/lottie-react-CqywrBZ_.js">
<link rel="modulepreload" crossorigin href="/assets/rc-select-B53SQcGG.js">
<link rel="modulepreload" crossorigin href="/assets/lodash-Cpp1HsCD.js">
<link rel="stylesheet" crossorigin href="/assets/index-yARUmOBS.css">
</head>
<body>
<div id="root"></div>
<script>
function isIE() {
var myNav = navigator.userAgent.toLowerCase();
return myNav.indexOf('msie') != -1 || myNav.indexOf('trident') != -1 ? true : false;
}
if (isIE()) {
document.querySelector('#root').innerHTML =
'<div class="incompatible-box"><h1>当前浏览器不兼容飞牛</h1><p>我们建议您使用以下浏览器的最新版获取更好的体验</p><div><img src="static/img/chrome.png" class="item1" alt="" width="auto" height="100" /><img src="static/img/edge.png" alt="" width="auto" height="100" /></div><div><span class="item1">Google Chrome</span><span>Microsoft Edge</span></div><div class="logo"><img src="static/img/trim-logo.png" width="32" height="32" /><div>飞牛</div></div></div>';
}
</script>
</body>
</html>
Open service 43.174.247.38:80 · www.bubbleheroes.xyz
2026-01-22 13:01
HTTP/1.1 302 Found Location: https://www.bubbleheroes.xyz/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Thu, 22 Jan 2026 13:01:21 GMT EO-LOG-UUID: 15476646510587866174 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · www.bubbleheroes.xyz
2026-01-22 13:01
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 11:51:42 GMT
Etag: "c3e390fd7b71e74cf418f684e7d1d1bb"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 9946
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Thu, 22 Jan 2026 13:01:18 GMT
EO-LOG-UUID: 4654835126322805887
EO-Cache-Status: Cache Hit
Page title: BubbleHeroes | Official Site
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="BubbleHeroes - The ultimate Match3 battle adventure. Pop bubbles, collect heroes, and win!">
<meta property="og:title" content="BubbleHeroes | Official Site">
<meta property="og:type" content="website">
<meta property="og:url" content="https://game.bubbleheroes.xyz/">
<meta property="og:image" content="assets/OpenGraph335-315.png">
<title>BubbleHeroes | Official Site</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bungee&family=Inter:wght@400;700;900&display=swap" rel="stylesheet">
</head>
<body class="lang-en">
<header class="site-header">
<div class="container header-inner">
<a class="logo" href="#top">
<img src="assets/logo.png" alt="BubbleHeroes">
<span class="logo-text">BUBBLE HEROES</span>
</a>
<nav class="site-nav" id="site-nav">
<a href="#about" data-t="nav_about">GAMES</a>
<a href="#features" data-t="nav_features">FEATURES</a>
<a href="#roadmap" data-t="nav_roadmap">ROADMAP</a>
</nav>
<div class="header-actions">
<div class="lang-selector">
<button class="lang-btn" id="lang-btn">EN</button>
<div class="lang-dropdown" id="lang-dropdown">
<button data-lang="en">ENGLISH</button>
<button data-lang="zh-TW">繁體中文</button>
<button data-lang="ja">日本語</button>
</div>
</div>
<a class="social-icon x-link" href="https://x.com/hifispark_lab" target="_blank" rel="noopener" aria-label="Official X">
<svg viewBox="0 0 24 24" fill="currentColor"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
</a>
<a class="btn-play-header" href="https://game.bubbleheroes.xyz/" target="_blank" rel="noopener" data-t="btn_play">PLAY NOW</a>
<button class="menu-toggle" id="menu-toggle" aria-label="Menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</button>
</div>
</div>
</header>
<main id="top">
<section class="hero-section">
<div class="hero-background">
<img src="assets/SamuraiBG.png" alt="Background" class="bg-img">
</div>
<div class="container hero-container">
<div class="hero-content">
<h1 class="hero-title" data-t="hero_title">BUBBLE BLAST,<br>HEROES ASSEMBLE!</h1>
<p class="hero-subtitle" data-t="hero_desc">An RPG team-building puzzle game. Match fast, score high, and lead your ultimate squad to victory.</p>
<div class="hero-btns">
<a class="btn-main btn-yellow" href="https://game.bubbleheroes.xyz/" target="_blank" rel="noopener" data-t="btn_play">PLAY NOW</a>
<a class="btn-main btn-outline" href="#about" data-t="btn_learn">LEARN MORE</a>
</div>
</div>
<div class="hero-visual">
<img src="assets/Bubbleheroes_DemoShow.gif" alt="BubbleHeroes Action" class="hero-gif shadow-pop">
</div>
</div>
</section>
<section class="section about-section" id="about">
<div class="container">
<div class="grid-lay
Open service 43.174.247.38:443 · www.apexlol.info
2026-01-22 12:49
HTTP/1.1 200 OK
Server: nginx/1.18.0 (Ubuntu)
Content-Type: text/html
Vary: Accept-Encoding
ETag: "69721869-132bb"
Accept-Ranges: bytes
Last-Modified: Thu, 22 Jan 2026 12:30:33 GMT
Cache-Control: no-cache
Content-Length: 78523
Connection: close
Date: Thu, 22 Jan 2026 12:49:50 GMT
EO-LOG-UUID: 14797387066254067770
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: ARAM Hextech Wiki
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>ARAM Hextech Wiki</title>
<meta name="description" content="海克斯大乱斗机制百科">
<meta name="generator" content="VitePress v1.6.4">
<link rel="preload stylesheet" href="/assets/style.B7U5pV47.css" as="style">
<link rel="preload stylesheet" href="/vp-icons.css" as="style">
<script type="module" src="/assets/app.DXANhY_r.js"></script>
<link rel="modulepreload" href="/assets/chunks/data.BNoUSfP6.js">
<link rel="modulepreload" href="/assets/chunks/@localSearchIndexroot.DVG6O4qx.js">
<link rel="modulepreload" href="/assets/chunks/@localSearchIndexen.uI03AJoD.js">
<link rel="modulepreload" href="/assets/chunks/@localSearchIndexzh.CmmuZ-AQ.js">
<link rel="modulepreload" href="/assets/app.DXANhY_r.js">
<link rel="modulepreload" href="/assets/index.md.47sh-5Z5.lean.js">
<link rel="icon" href="/favicon.ico">
<meta name="theme-color" content="#010A13">
<meta property="og:type" content="website">
<meta property="og:site_name" content="ARAM Hextech Wiki">
<meta property="og:image" content="/images/hextech-hero-logo.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="/images/hextech-hero-logo.png">
<script id="check-dark-mode">document.documentElement.classList.add("dark");</script>
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
</head>
<body>
<div id="app"><div class="Layout" data-v-5d98c3a5><!--[--><!--]--><!--[--><span tabindex="-1" data-v-0b0ada53></span><a href="#VPContent" class="VPSkipLink visually-hidden" data-v-0b0ada53>Skip to content</a><!--]--><!----><header class="VPNav" data-v-5d98c3a5 data-v-ae24b3ad><div class="VPNavBar" data-v-ae24b3ad data-v-6aa21345><div class="wrapper" data-v-6aa21345><div class="container" data-v-6aa21345><div class="title" data-v-6aa21345><div class="VPNavBarTitle" data-v-6aa21345 data-v-1168a8e4><a class="title" href="/" data-v-1168a8e4><!--[--><!--]--><!----><span data-v-1168a8e4>ARAM Hextech Wiki</span><!--[--><!--]--></a></div></div><div class="content" data-v-6aa21345><div class="content-body" data-v-6aa21345><!--[--><!--]--><div class="VPNavBarSearch search" data-v-6aa21345><!--[--><!----><div id="local-search"><button type="button" class="DocSearch DocSearch-Button" aria-label="Search"><span class="DocSearch-Button-Container"><span class="vp-icon DocSearch-Search-Icon"></span><span class="DocSearch-Button-Placeholder">Search</span></span><span class="DocSearch-Button-Keys"><kbd class="DocSearch-Button-Key"></kbd><kbd class="DocSearch-Button-Key">K</kbd></span></button></div><!--]--></div><!----><!----><!----><div class="VPSocialLinks VPNavBarSocialLinks social-links" data-v-6aa21345 data-v-0394ad82 data-v-7bc22406><!--[--><a class="VPSocialLink no-icon" href="https://space.bilibili.com/35535774" aria-label target="_blank" rel="noopener" data-v-7bc22406 data-v-bd121fe5><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill="currentColor" d="M36.5,12h-7.086l3.793-3.793c0.391-0.391,0.391-1.023,0-1.414s-1.023-0.391-1.414,0L26.586,12 h-5.172l-5.207-5.207c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414L18.586,12H12.5C9.467,12,7,14.467,7,17.5v15 c0,3.033,2.467,5.5,5.5,5.5h2c0,0.829,0.671,1.5,1.5,1.5s1.5-0.671,1.5-1.5h14c0,0.829,0.671,1.5,1.5,1.5s1.5-0.671,1.5-1.5h2 c3.033,0,5.5-2.467,5.5-5.5v-15C42,14.467,39.533,12,36.5,12z M39,32.5c0,1.378-1.122,2.5-2.5,2.5h-24c-1.378,0-2.5-1.122-2.5-2.5 v-15c0-1.378,1.122-2.5,2.5-2.5h24c1.378,0,2.5,1.122,2.5,2.5V32.5z"/><rect width="2.75" height="7.075" x="30.625" y="18.463" fill="currentColor" transform="rotate(-71.567 32.001 22)"/><rect width="7.075" height="2.75" x="14.463" y="20.625" fill="currentColor" transform="rotate(-18.432 17.998 21.997)"/><path fill="currentColor" d="M28.033,27.526c-0.189,0.593-0.644,0.896-1.326,0.896c-0.076-0.013-0
Open service 43.174.247.38:80 · www.cdut.net
2026-01-22 12:43
HTTP/1.1 200 OK
Last-Modified: Tue, 13 Jan 2026 03:17:11 GMT
Etag: "6965b937-a"
Server: nginx
Content-Type: text/html
Content-Length: 10
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 12:44:01 GMT
Age: 17
EO-LOG-UUID: 10488142702462004137
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
It works.
Open service 43.174.247.38:443 · www.cdut.net
2026-01-22 12:43
HTTP/1.1 200 OK
Last-Modified: Tue, 13 Jan 2026 03:17:11 GMT
Etag: "6965b937-a"
Server: nginx
Content-Type: text/html
Content-Length: 10
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 12:43:59 GMT
Age: 15
EO-LOG-UUID: 1604284598775804523
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
It works.
Open service 43.174.247.38:443 · www.mcp.sensen.chat
2026-01-22 12:24
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 12:00:40 GMT
Etag: "e3bdf6fe3c2ede774c4c8ecbd01ae8d4"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 8465
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Thu, 22 Jan 2026 12:24:49 GMT
EO-LOG-UUID: 3786777694498031121
EO-Cache-Status: Cache Hit
Page title: Self-Hosted EdgeOne Pages MCP Server
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Self-Hosted EdgeOne Pages MCP Server</title>
<meta name="description" content="Self-hosted MCP solution for AI assistants to deploy and manage static websites" />
<!-- Tailwind runtime -->
<script src="https://assets.edgeone.site/js/tailwindcss@4.1.7.js"></script>
<style>
/* minimal reset for font smoothing */
html, body { height: 100%; }
</style>
</head>
<body>
<main class="min-h-screen bg-gradient-to-b from-slate-50 to-slate-100">
<!-- Hero Section -->
<section class="pt-20 px-6 max-w-7xl mx-auto">
<div class="text-center">
<h1 class="text-4xl md:text-4xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-purple-600 to-pink-600 mb-6">
Self-Hosted EdgeOne Pages MCP Server
</h1>
<p class="text-xl md:text-2xl text-slate-700 max-w-3xl mx-auto mb-10">
A self-hosted MCP solution that enables AI assistants to deploy and manage your static websites directly
</p>
<div class="flex justify-center mb-8">
<a href="https://edgeone.ai/pages/new?from=github&template=self-hosted-pages-mcp" target="_blank" class="inline-block">
<img src="https://cdnstatic.tencentcs.com/edgeone/pages/deploy.svg" alt="Deploy with EdgeOne Pages" class="hover:opacity-80 transition-opacity">
</a>
</div>
</div>
</section>
<!-- Features Section -->
<section class="py-16 px-6 max-w-7xl mx-auto">
<h2 class="text-3xl font-bold text-center mb-12 text-slate-800">Key Features</h2>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition-shadow">
<div class="w-12 h-12 bg-purple-100 rounded-lg flex items-center justify-center mb-4">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-purple-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z" />
</svg>
</div>
<h3 class="text-xl font-semibold mb-2 text-slate-800">Self-Hosted Solution</h3>
<p class="text-slate-600">Deploy your own MCP server with complete control and customization</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition-shadow">
<div class="w-12 h-12 bg-purple-100 rounded-lg flex items-center justify-center mb-4">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-purple-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
</div>
<h3 class="text-xl font-semibold mb-2 text-slate-800">AI Assistant Integration</h3>
<p class="text-slate-600">Enable AI assistants to directly deploy and manage websites through MCP protocol</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition-shadow">
<div class="w-12 h-12 bg-purple-100 rounded-lg flex items-center justify-center mb-4">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-purple-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4" />
</svg>
</div>
<h3 class="text-xl font-semibold mb-2 text-slate-800">Ready to Use</h3>
<p class="text-slate-600">Simple setup with EdgeOne Pages KV storage,
Open service 43.174.247.38:80 · www.mcp.sensen.chat
2026-01-22 12:24
HTTP/1.1 302 Found Location: https://www.mcp.sensen.chat/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Thu, 22 Jan 2026 12:24:52 GMT EO-LOG-UUID: 11360620617837314044 EO-Cache-Status: Return Directly
Open service 43.174.247.38:80 · siyu.me
2026-01-22 11:33
HTTP/1.1 200 OK
Last-Modified: Mon, 17 Nov 2025 02:27:29 GMT
Etag: "691a8811-82"
Server: openresty
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Content-Length: 130
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 11:33:25 GMT
Age: 142
EO-LOG-UUID: 6264673733841169287
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 404 Not Found
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
Open service 43.174.247.38:443 · siyu.me
2026-01-22 11:33
HTTP/1.1 200 OK
Last-Modified: Mon, 17 Nov 2025 02:27:29 GMT
Etag: "691a8811-82"
Server: openresty
Content-Type: text/html
Strict-Transport-Security: max-age=31536000
Content-Length: 130
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 11:33:23 GMT
Age: 15
EO-LOG-UUID: 8762916880282799207
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 404 Not Found
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
Open service 43.174.247.38:80 · repo-taboolib.goodmc.cn
2026-01-22 11:31
HTTP/1.1 200 OK
Last-Modified: Sat, 19 Apr 2025 15:57:30 GMT
Etag: "6803c7ea-82"
Server: openresty
Content-Type: text/html
Content-Length: 130
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 11:31:48 GMT
Age: 15
EO-LOG-UUID: 9361458660810295722
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 404 Not Found
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
Open service 43.174.247.38:443 · repo-taboolib.goodmc.cn
2026-01-22 11:31
HTTP/1.1 200 OK
Last-Modified: Sat, 19 Apr 2025 15:57:30 GMT
Etag: "6803c7ea-82"
Server: openresty
Content-Type: text/html
Content-Length: 130
Accept-Ranges: bytes
Connection: close
Date: Thu, 22 Jan 2026 11:31:46 GMT
Age: 13
EO-LOG-UUID: 1571632636613457063
EO-Cache-Status: HIT
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 404 Not Found
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
Open service 43.174.247.38:443 · status.goodmc.cn
2026-01-22 11:22
HTTP/1.1 200 OK
Server: openresty
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
X-Frame-Options: SAMEORIGIN
ETag: W/"a01-Do0/lApb91v35g6NtlLTA3pG8U0"
X-Cache: MISS
Strict-Transport-Security: max-age=31536000
Cache-Control: no-cache
Content-Length: 2561
Connection: close
Date: Thu, 22 Jan 2026 11:22:29 GMT
EO-LOG-UUID: 2137156550856526601
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 椰の服务监控
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<link rel="icon" href="/icon.svg">
<link rel="manifest" href="/api/status-page/mc/manifest.json">
<meta name="theme-color" id="theme-color" content="">
<meta name="description" content="">
<title>椰の服务监控</title>
<style> .noscript-message {
font-size: 20px;
text-align: center;
padding: 10px;
max-width: 500px;
margin: 0 auto;
}
</style>
<script type="module" crossorigin="" src="/assets/index-ClQPQwu8.js"></script>
<link rel="stylesheet" crossorigin="" href="/assets/index-BdgYefYp.css">
<meta property="og:title" content="椰の服务监控"><meta property="og:description" content="">
<script id="preload-data" data-json="{}">
window.preloadData = {'config':{'slug':'mc','title':'\u6930\u306E\u670D\u52A1\u76D1\u63A7','description':'','icon':'/icon.svg','autoRefreshInterval':120,'theme':'auto','published':true,'showTags':false,'customCSS':'body {\n \n}\n','footerText':'','showPoweredBy':false,'googleAnalyticsId':null,'showCertificateExpiry':false},'incident':null,'publicGroupList':[{'id':4,'name':'\u4E91\u7AEF\u63D2\u4EF6','weight':1,'monitorList':[{'id':1,'name':'\u4E91\u7AEF\u63D2\u4EF6 #1','sendUrl':0,'type':'port'},{'id':4,'name':'\u4E91\u7AEF\u63D2\u4EF6 #2','sendUrl':0,'type':'port'},{'id':3,'name':'\u6388\u6743\u63A5\u53E3 #1','sendUrl':0,'type':'http'}]},{'id':5,'name':'\u7F51\u7AD9','weight':2,'monitorList':[{'id':6,'name':'\u63D2\u4EF6\u6587\u6863','sendUrl':1,'type':'http','url':'https://www.goodmc.cn/'},{'id':2,'name':'\u6388\u6743\u540E\u53F0','sendUrl':1,'type':'http','url':'https://admin.goodmc.cn/'},{'id':7,'name':'TabooLib \u4ED3\u5E93\u4EE3\u7406','sendUrl':1,'type':'http','url':'https://repo-taboolib.goodmc.cn/'}]},{'id':3,'name':'\u65E7\u7248\u63A5\u53E3','weight':3,'monitorList':[{'id':10,'name':'\u65E7\u7248\u9A8C\u8BC1 #1','sendUrl':0,'type':'http'},{'id':13,'name':'\u65E7\u7248\u9A8C\u8BC1 #2','sendUrl':0,'type':'http'}]}],'maintenanceList':[]};
</script>
</head>
<body>
<noscript>
<div class="noscript-message">
Sorry, you don't seem to have JavaScript enabled or your browser
doesn't support it.<br />This website requires JavaScript to function.
Please enable JavaScript in your browser settings to continue.
</div>
</noscript>
<div id="app"></div>
</body></html>
Open service 43.174.247.38:80 · status.goodmc.cn
2026-01-22 11:22
HTTP/1.1 301 Moved Permanently
Server: openresty
Content-Type: text/html
Location: https://status.goodmc.cn/
Strict-Transport-Security: max-age=31536000
Content-Length: 166
Connection: close
Date: Thu, 22 Jan 2026 11:22:32 GMT
EO-LOG-UUID: 5971369567785730995
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title: 301 Moved Permanently
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>openresty</center>
</body>
</html>
Open service 43.174.247.38:80 · yeecore.goodmc.cn
2026-01-22 11:21
HTTP/1.1 302 Found Location: https://yeecore.goodmc.cn/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Thu, 22 Jan 2026 11:21:47 GMT EO-LOG-UUID: 9279986658524993612 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · yeecore.goodmc.cn
2026-01-22 11:21
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 10:43:58 GMT
Etag: "03a5551112997e1112a985df72f595eb"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 41682
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Thu, 22 Jan 2026 11:21:45 GMT
EO-LOG-UUID: 13770741114805497076
EO-Cache-Status: Cache Hit
Page title: 清守插件
<!DOCTYPE html>
<html lang="Zh_CN" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>清守插件</title>
<meta name="description" content="清守插件文档">
<meta name="generator" content="VitePress v1.3.4">
<link rel="preload stylesheet" href="/assets/style.BLWz26cg.css" as="style">
<script type="module" src="/assets/app.CnDZ6plp.js"></script>
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="modulepreload" href="/assets/chunks/theme.BoYX6BLo.js">
<link rel="modulepreload" href="/assets/chunks/framework.CZYoQ6y9.js">
<link rel="modulepreload" href="/assets/index.md.Bij645Lu.lean.js">
<link rel="icon" href="/logo.png">
<script id="check-dark-mode">window.matchMedia("(prefers-color-scheme: dark)").matches&&document.documentElement.classList.add("dark");</script>
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
</head>
<body>
<div id="app"><div class="Layout" data-v-5d98c3a5><!--[--><!--]--><!--[--><span tabindex="-1" data-v-0f60ec36></span><a href="#VPContent" class="VPSkipLink visually-hidden" data-v-0f60ec36> Skip to content </a><!--]--><!----><header class="VPNav" data-v-5d98c3a5 data-v-ae24b3ad><div class="VPNavBar" data-v-ae24b3ad data-v-6aa21345><div class="wrapper" data-v-6aa21345><div class="container" data-v-6aa21345><div class="title" data-v-6aa21345><div class="VPNavBarTitle" data-v-6aa21345 data-v-ab179fa1><a class="title" href="/" data-v-ab179fa1><!--[--><!--]--><!----><span data-v-ab179fa1>清守插件</span><!--[--><!--]--></a></div></div><div class="content" data-v-6aa21345><div class="content-body" data-v-6aa21345><!--[--><!--]--><div class="VPNavBarSearch search" data-v-6aa21345><!--[--><!----><div id="local-search"><button type="button" class="DocSearch DocSearch-Button" aria-label="Search"><span class="DocSearch-Button-Container"><span class="vp-icon DocSearch-Search-Icon"></span><span class="DocSearch-Button-Placeholder">Search</span></span><span class="DocSearch-Button-Keys"><kbd class="DocSearch-Button-Key"></kbd><kbd class="DocSearch-Button-Key">K</kbd></span></button></div><!--]--></div><nav aria-labelledby="main-nav-aria-label" class="VPNavBarMenu menu" data-v-6aa21345 data-v-dc692963><span id="main-nav-aria-label" class="visually-hidden" data-v-dc692963> Main Navigation </span><!--[--><!--[--><a class="VPLink link VPNavBarMenuLink active" href="/" tabindex="0" data-v-dc692963 data-v-9c663999><!--[--><span data-v-9c663999>首页</span><!--]--></a><!--]--><!--[--><a class="VPLink link vp-external-link-icon VPNavBarMenuLink" href="https://qm.qq.com/q/BmwKs6EYI8" target="_blank" rel="noreferrer" tabindex="0" data-v-dc692963 data-v-9c663999><!--[--><span data-v-9c663999>插件购买</span><!--]--></a><!--]--><!--]--></nav><!----><!----><div class="VPSocialLinks VPNavBarSocialLinks social-links" data-v-6aa21345 data-v-0394ad82 data-v-7bc22406><!--[--><a class="VPSocialLink no-icon" href="https://qm.qq.com/q/BmwKs6EYI8" aria-label target="_blank" rel="noopener" data-v-7bc22406 data-v-eee4e7cb><svg t="1707404275090" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4218" width="32" height="32"><path d="M824.8 613.2c-16-51.4-34.4-94.6-62.7-165.3C766.5 262.2 689.3 112 511.5 112 331.7 112 256.2 265.2 261 447.9c-28.4 70.8-46.7 113.7-62.7 165.3-34 109.5-23 154.8-14.6 155.8 18 2.2 70.1-82.4 70.1-82.4 0 49 25.2 112.9 79.8 159-26.4 8.1-85.7 29.9-71.6 53.8 11.4 19.3 196.2 12.3 249.5 6.3 53.3 6 238.1 13 249.5-6.3 14.1-23.8-45.3-45.7-71.6-53.8 54.6-46.2 79.8-110.1 79.8-159 0 0 52.1 84.6 70.1 82.4 8.5-1.1 19.5-46.4-14.5-155.8z" p-id="4219"></path></svg></a><!--]--></div><div class="VPFlyout VPNavBarExtra extra" data-v-6aa21345 data-v-bb2aa2f0 data-v-b6c34ac9><button type="button" class="button" aria-haspopup="true" aria-expanded="false" aria-label="extra navigation" data-v-b6c34ac
Open service 43.174.247.38:443 · api.goodmc.cn
2026-01-22 11:20
HTTP/1.1 404 Not Found
Server: openresty
Access-Control-Allow-Origin: https://admin.goodmc.cn
Access-Control-Allow-Credentials: true
Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS
Access-Control-Allow-Headers: Content-Type, Authorization, X-Requested-With
Content-Length: 0
Connection: close
Date: Thu, 22 Jan 2026 11:20:47 GMT
EO-LOG-UUID: 12213390219438822309
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:80 · api.goodmc.cn
2026-01-22 11:20
HTTP/1.1 200 OK
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Pragma: no-cache
Expires: 0
Content-Type: text/html;charset=UTF-8
Keep-Alive: timeout=60
Server: TencentEdgeOne
Cache-Control: must-revalidate, no-cache, no-store, max-age=0
Content-Length: 36
Connection: close
Date: Thu, 22 Jan 2026 11:20:49 GMT
EO-LOG-UUID: 4889364119435735043
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Backend service started successfully
Open service 43.174.247.38:443 · admin.goodmc.cn
2026-01-22 10:52
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 10:51:55 GMT
Etag: "fcea647706c4e3d47a743b4d746a1dad"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 444
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Thu, 22 Jan 2026 10:52:24 GMT
EO-LOG-UUID: 3255961559163581578
EO-Cache-Status: Cache Hit
Page title: 清守插件授权后台
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>清守插件授权后台</title>
<script type="module" crossorigin src="/assets/index-BeK0vUBl.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DKub-vLr.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 43.174.247.38:80 · admin.goodmc.cn
2026-01-22 10:52
HTTP/1.1 302 Found Location: https://admin.goodmc.cn/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Thu, 22 Jan 2026 10:52:26 GMT EO-LOG-UUID: 17016679396312220521 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · welcome.sdsmu.com
2026-01-22 10:50
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 10:21:21 GMT
Etag: "2486cfa6071e76a0819f04da05eff4e5"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 10729
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Thu, 22 Jan 2026 10:50:26 GMT
EO-LOG-UUID: 14928332568214956209
EO-Cache-Status: Cache Hit
Page title: 山东第二医科大学指南 SDSMU-Companion
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="generator" content="VuePress 2.0.0-rc.26" />
<style>
:root {
--vp-c-bg: #fff;
}
[data-theme='dark'] {
--vp-c-bg: #1b1b1f;
}
html,
body {
background-color: var(--vp-c-bg);
}
</style>
<script>
const useChoice = localStorage.getItem('vuepress-color-scheme')
const systemStatus =
'matchMedia' in window
? window.matchMedia('(prefers-color-scheme: dark)').matches
: false
if (useChoice === 'light') {
document.documentElement.dataset.theme = 'light'
} else if (useChoice === 'dark' || systemStatus) {
document.documentElement.dataset.theme = 'dark'
}
</script>
<link rel="icon" href="/favicon.svg" type="image/svg+xml"><link rel="stylesheet" href="https://cdn.jsdmirror.cn/npm/@fontsource/noto-sans-sc@5.2.8/400.min.css"><link rel="stylesheet" href="https://cdn.jsdmirror.cn/npm/@fontsource/noto-sans-sc@5.2.8/600.min.css"><link rel="stylesheet" href="https://cdn.jsdmirror.cn/npm/@fontsource/jetbrains-mono@5.2.8/index.min.css"><title>山东第二医科大学指南 SDSMU-Companion</title><meta name="description" content="321指南">
<link rel="preload" href="/assets/style-BJardjsX.css" as="style"><link rel="stylesheet" href="/assets/style-BJardjsX.css">
<link rel="modulepreload" href="/assets/app-Di33_EY8.js"><link rel="modulepreload" href="/assets/index.html-yLhK0erF.js">
<link rel="prefetch" href="/assets/CHANGELOG.html-b0f3pcvW.js" as="script"><link rel="prefetch" href="/assets/CHANGELOG_old.html-BsQs0oml.js" as="script"><link rel="prefetch" href="/assets/common_questions.html-BuE0CcW9.js" as="script"><link rel="prefetch" href="/assets/cost.html-B9Nso0ka.js" as="script"><link rel="prefetch" href="/assets/goto_school.html-CXqdJK_O.js" as="script"><link rel="prefetch" href="/assets/military_training.html-CCPx1o3H.js" as="script"><link rel="prefetch" href="/assets/school_readiness.html-B4o4b0md.js" as="script"><link rel="prefetch" href="/assets/school_register.html-Bu4W-v5-.js" as="script"><link rel="prefetch" href="/assets/calender.html-BU43UPyB.js" as="script"><link rel="prefetch" href="/assets/copyright_statements.html-kdaRtJEh.js" as="script"><link rel="prefetch" href="/assets/document_introduction.html-BpBX72jQ.js" as="script"><link rel="prefetch" href="/assets/epilogue.html-xEl-g0lf.js" as="script"><link rel="prefetch" href="/assets/thank_lists.html-CE1aiVaK.js" as="script"><link rel="prefetch" href="/assets/dormitory_fuyanshan.html-Wh2G3LPi.js" as="script"><link rel="prefetch" href="/assets/school_life_fuyanshan.html-DwW9tMUZ.js" as="script"><link rel="prefetch" href="/assets/summary_fuyanshan.html-CUgezxYq.js" as="script"><link rel="prefetch" href="/assets/employment.html-BTsMIl6k.js" as="script"><link rel="prefetch" href="/assets/dormitory_yuhe.html-Da1f-HJL.js" as="script"><link rel="prefetch" href="/assets/school_life_yuhe.html-CauEK0_h.js" as="script"><link rel="prefetch" href="/assets/summary_yuhe.html-TYwl5T0A.js" as="script"><link rel="prefetch" href="/assets/community_summary.html-N7RsfetZ.js" as="script"><link rel="prefetch" href="/assets/security.html-Dh291fb1.js" as="script"><link rel="prefetch" href="/assets/study.html-7jZ2Q84E.js" as="script"><link rel="prefetch" href="/assets/common_app.html-Qv311EgH.js" as="script"><link rel="prefetch" href="/assets/common_public_accounts.html-D6fq5s_I.js" as="script"><link rel="prefetch" href="/assets/common_web.html-oqoXXLar.js" as="script"><link rel="prefetch" href="/assets/life.html-Dyj5bf0S.js" as="script"><link rel="prefetch" href="/assets/others.html-Dg-fekM-.js" as="script"><link rel="prefetch" href="/assets/ppt.html-CQp0Yyrj.js" as="script"><link rel="prefetch" href="/assets/recommand_res.html-BB9iqXkO.js" as="script"><link rel="prefetch" href="/assets/study.html-QCij3ZaN.js" as="script"><link rel="prefetch" href="/assets/map_full.html-Dmr3P
Open service 43.174.247.38:80 · welcome.sdsmu.com
2026-01-22 10:50
HTTP/1.1 302 Found Location: https://welcome.sdsmu.com/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Thu, 22 Jan 2026 10:50:28 GMT EO-LOG-UUID: 9389939641881090850 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · www.goodmc.cn
2026-01-22 10:28
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 10:16:11 GMT
Etag: "9f12635f6c757ed869a7fdc71c26686a"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 41682
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Thu, 22 Jan 2026 10:28:41 GMT
EO-LOG-UUID: 6807812765509045121
EO-Cache-Status: Cache Hit
Page title: 清守插件
<!DOCTYPE html>
<html lang="Zh_CN" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>清守插件</title>
<meta name="description" content="清守插件文档">
<meta name="generator" content="VitePress v1.3.4">
<link rel="preload stylesheet" href="/assets/style.BLWz26cg.css" as="style">
<script type="module" src="/assets/app.BcC-LhsH.js"></script>
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="modulepreload" href="/assets/chunks/theme.CegLvgqt.js">
<link rel="modulepreload" href="/assets/chunks/framework.CZYoQ6y9.js">
<link rel="modulepreload" href="/assets/index.md.Bij645Lu.lean.js">
<link rel="icon" href="/logo.png">
<script id="check-dark-mode">window.matchMedia("(prefers-color-scheme: dark)").matches&&document.documentElement.classList.add("dark");</script>
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
</head>
<body>
<div id="app"><div class="Layout" data-v-5d98c3a5><!--[--><!--]--><!--[--><span tabindex="-1" data-v-0f60ec36></span><a href="#VPContent" class="VPSkipLink visually-hidden" data-v-0f60ec36> Skip to content </a><!--]--><!----><header class="VPNav" data-v-5d98c3a5 data-v-ae24b3ad><div class="VPNavBar" data-v-ae24b3ad data-v-6aa21345><div class="wrapper" data-v-6aa21345><div class="container" data-v-6aa21345><div class="title" data-v-6aa21345><div class="VPNavBarTitle" data-v-6aa21345 data-v-ab179fa1><a class="title" href="/" data-v-ab179fa1><!--[--><!--]--><!----><span data-v-ab179fa1>清守插件</span><!--[--><!--]--></a></div></div><div class="content" data-v-6aa21345><div class="content-body" data-v-6aa21345><!--[--><!--]--><div class="VPNavBarSearch search" data-v-6aa21345><!--[--><!----><div id="local-search"><button type="button" class="DocSearch DocSearch-Button" aria-label="Search"><span class="DocSearch-Button-Container"><span class="vp-icon DocSearch-Search-Icon"></span><span class="DocSearch-Button-Placeholder">Search</span></span><span class="DocSearch-Button-Keys"><kbd class="DocSearch-Button-Key"></kbd><kbd class="DocSearch-Button-Key">K</kbd></span></button></div><!--]--></div><nav aria-labelledby="main-nav-aria-label" class="VPNavBarMenu menu" data-v-6aa21345 data-v-dc692963><span id="main-nav-aria-label" class="visually-hidden" data-v-dc692963> Main Navigation </span><!--[--><!--[--><a class="VPLink link VPNavBarMenuLink active" href="/" tabindex="0" data-v-dc692963 data-v-9c663999><!--[--><span data-v-9c663999>首页</span><!--]--></a><!--]--><!--[--><a class="VPLink link vp-external-link-icon VPNavBarMenuLink" href="https://qm.qq.com/q/BmwKs6EYI8" target="_blank" rel="noreferrer" tabindex="0" data-v-dc692963 data-v-9c663999><!--[--><span data-v-9c663999>插件购买</span><!--]--></a><!--]--><!--]--></nav><!----><!----><div class="VPSocialLinks VPNavBarSocialLinks social-links" data-v-6aa21345 data-v-0394ad82 data-v-7bc22406><!--[--><a class="VPSocialLink no-icon" href="https://qm.qq.com/q/BmwKs6EYI8" aria-label target="_blank" rel="noopener" data-v-7bc22406 data-v-eee4e7cb><svg t="1707404275090" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4218" width="32" height="32"><path d="M824.8 613.2c-16-51.4-34.4-94.6-62.7-165.3C766.5 262.2 689.3 112 511.5 112 331.7 112 256.2 265.2 261 447.9c-28.4 70.8-46.7 113.7-62.7 165.3-34 109.5-23 154.8-14.6 155.8 18 2.2 70.1-82.4 70.1-82.4 0 49 25.2 112.9 79.8 159-26.4 8.1-85.7 29.9-71.6 53.8 11.4 19.3 196.2 12.3 249.5 6.3 53.3 6 238.1 13 249.5-6.3 14.1-23.8-45.3-45.7-71.6-53.8 54.6-46.2 79.8-110.1 79.8-159 0 0 52.1 84.6 70.1 82.4 8.5-1.1 19.5-46.4-14.5-155.8z" p-id="4219"></path></svg></a><!--]--></div><div class="VPFlyout VPNavBarExtra extra" data-v-6aa21345 data-v-bb2aa2f0 data-v-b6c34ac9><button type="button" class="button" aria-haspopup="true" aria-expanded="false" aria-label="extra navigation" data-v-b6c34ac
Open service 43.174.247.38:80 · www.goodmc.cn
2026-01-22 10:28
HTTP/1.1 302 Found Location: https://www.goodmc.cn/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Thu, 22 Jan 2026 10:28:43 GMT EO-LOG-UUID: 11210236076261383465 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · goodmc.cn
2026-01-22 10:24
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 10:16:11 GMT
Etag: "9f12635f6c757ed869a7fdc71c26686a"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 41682
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Thu, 22 Jan 2026 10:24:41 GMT
EO-LOG-UUID: 5487023821216062598
EO-Cache-Status: Cache Hit
Page title: 清守插件
<!DOCTYPE html>
<html lang="Zh_CN" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>清守插件</title>
<meta name="description" content="清守插件文档">
<meta name="generator" content="VitePress v1.3.4">
<link rel="preload stylesheet" href="/assets/style.BLWz26cg.css" as="style">
<script type="module" src="/assets/app.BcC-LhsH.js"></script>
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="modulepreload" href="/assets/chunks/theme.CegLvgqt.js">
<link rel="modulepreload" href="/assets/chunks/framework.CZYoQ6y9.js">
<link rel="modulepreload" href="/assets/index.md.Bij645Lu.lean.js">
<link rel="icon" href="/logo.png">
<script id="check-dark-mode">window.matchMedia("(prefers-color-scheme: dark)").matches&&document.documentElement.classList.add("dark");</script>
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
</head>
<body>
<div id="app"><div class="Layout" data-v-5d98c3a5><!--[--><!--]--><!--[--><span tabindex="-1" data-v-0f60ec36></span><a href="#VPContent" class="VPSkipLink visually-hidden" data-v-0f60ec36> Skip to content </a><!--]--><!----><header class="VPNav" data-v-5d98c3a5 data-v-ae24b3ad><div class="VPNavBar" data-v-ae24b3ad data-v-6aa21345><div class="wrapper" data-v-6aa21345><div class="container" data-v-6aa21345><div class="title" data-v-6aa21345><div class="VPNavBarTitle" data-v-6aa21345 data-v-ab179fa1><a class="title" href="/" data-v-ab179fa1><!--[--><!--]--><!----><span data-v-ab179fa1>清守插件</span><!--[--><!--]--></a></div></div><div class="content" data-v-6aa21345><div class="content-body" data-v-6aa21345><!--[--><!--]--><div class="VPNavBarSearch search" data-v-6aa21345><!--[--><!----><div id="local-search"><button type="button" class="DocSearch DocSearch-Button" aria-label="Search"><span class="DocSearch-Button-Container"><span class="vp-icon DocSearch-Search-Icon"></span><span class="DocSearch-Button-Placeholder">Search</span></span><span class="DocSearch-Button-Keys"><kbd class="DocSearch-Button-Key"></kbd><kbd class="DocSearch-Button-Key">K</kbd></span></button></div><!--]--></div><nav aria-labelledby="main-nav-aria-label" class="VPNavBarMenu menu" data-v-6aa21345 data-v-dc692963><span id="main-nav-aria-label" class="visually-hidden" data-v-dc692963> Main Navigation </span><!--[--><!--[--><a class="VPLink link VPNavBarMenuLink active" href="/" tabindex="0" data-v-dc692963 data-v-9c663999><!--[--><span data-v-9c663999>首页</span><!--]--></a><!--]--><!--[--><a class="VPLink link vp-external-link-icon VPNavBarMenuLink" href="https://qm.qq.com/q/BmwKs6EYI8" target="_blank" rel="noreferrer" tabindex="0" data-v-dc692963 data-v-9c663999><!--[--><span data-v-9c663999>插件购买</span><!--]--></a><!--]--><!--]--></nav><!----><!----><div class="VPSocialLinks VPNavBarSocialLinks social-links" data-v-6aa21345 data-v-0394ad82 data-v-7bc22406><!--[--><a class="VPSocialLink no-icon" href="https://qm.qq.com/q/BmwKs6EYI8" aria-label target="_blank" rel="noopener" data-v-7bc22406 data-v-eee4e7cb><svg t="1707404275090" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4218" width="32" height="32"><path d="M824.8 613.2c-16-51.4-34.4-94.6-62.7-165.3C766.5 262.2 689.3 112 511.5 112 331.7 112 256.2 265.2 261 447.9c-28.4 70.8-46.7 113.7-62.7 165.3-34 109.5-23 154.8-14.6 155.8 18 2.2 70.1-82.4 70.1-82.4 0 49 25.2 112.9 79.8 159-26.4 8.1-85.7 29.9-71.6 53.8 11.4 19.3 196.2 12.3 249.5 6.3 53.3 6 238.1 13 249.5-6.3 14.1-23.8-45.3-45.7-71.6-53.8 54.6-46.2 79.8-110.1 79.8-159 0 0 52.1 84.6 70.1 82.4 8.5-1.1 19.5-46.4-14.5-155.8z" p-id="4219"></path></svg></a><!--]--></div><div class="VPFlyout VPNavBarExtra extra" data-v-6aa21345 data-v-bb2aa2f0 data-v-b6c34ac9><button type="button" class="button" aria-haspopup="true" aria-expanded="false" aria-label="extra navigation" data-v-b6c34ac
Open service 43.174.247.38:80 · goodmc.cn
2026-01-22 10:24
HTTP/1.1 302 Found Location: https://goodmc.cn/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Thu, 22 Jan 2026 10:24:43 GMT EO-LOG-UUID: 5516638574890774273 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · fersot.cc.cd
2026-01-22 10:10
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 09:13:08 GMT
Etag: "29566f86b53e41eab0d494dc54468ef1"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 16
Content-Length: 1004
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Thu, 22 Jan 2026 10:10:37 GMT
EO-LOG-UUID: 859530222708985822
EO-Cache-Status: Cache Hit
Page title: 自动跳转到内网服务
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<!-- 核心跳转配置:0 表示立即跳转,url 替换为你的内网 IP+端口 -->
<meta http-equiv="refresh" content="0; url=http://192.168.110.48:5173">
<title>自动跳转到内网服务</title>
<!-- 简单样式,提升用户体验 -->
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: Arial, sans-serif;
color: #333;
}
.container {
text-align: center;
}
.tip {
color: #666;
margin-top: 20px;
}
</style>
</head>
<body>
<div class="container">
<h1>正在跳转到内网服务...</h1>
<p class="tip">如果没有自动跳转,请点击 <a href="http://你的内网IP:5173">这里</a></p>
</div>
</body>
</html>
Open service 43.174.247.38:80 · fersot.cc.cd
2026-01-22 10:10
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 09:13:08 GMT
Etag: "29566f86b53e41eab0d494dc54468ef1"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 17
Content-Length: 1004
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Thu, 22 Jan 2026 10:10:38 GMT
EO-LOG-UUID: 12634127287977008659
EO-Cache-Status: Cache Hit
Page title: 自动跳转到内网服务
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<!-- 核心跳转配置:0 表示立即跳转,url 替换为你的内网 IP+端口 -->
<meta http-equiv="refresh" content="0; url=http://192.168.110.48:5173">
<title>自动跳转到内网服务</title>
<!-- 简单样式,提升用户体验 -->
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: Arial, sans-serif;
color: #333;
}
.container {
text-align: center;
}
.tip {
color: #666;
margin-top: 20px;
}
</style>
</head>
<body>
<div class="container">
<h1>正在跳转到内网服务...</h1>
<p class="tip">如果没有自动跳转,请点击 <a href="http://你的内网IP:5173">这里</a></p>
</div>
</body>
</html>
Open service 43.174.247.38:443 · www.lccnc.cn
2026-01-22 09:47
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Thu, 22 Jan 2026 09:47:19 GMT
EO-LOG-UUID: 10243557349118929072
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · ha.xcysy.top
2026-01-22 09:43
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Thu, 22 Jan 2026 09:43:57 GMT
EO-LOG-UUID: 1870681302846889760
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · pan.xcysy.top
2026-01-22 09:43
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
X-Xss-Protection: 1; mode=block
Server: TencentEdgeOne
Cache-Control: must-revalidate, no-cache, no-store
Transfer-Encoding: chunked
Connection: close
Date: Thu, 22 Jan 2026 09:43:55 GMT
EO-LOG-UUID: 3725843337402116809
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Page title:
File Browser
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="referrer" content="never">
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<title>
File Browser
</title>
<meta name="robots" content="noindex,nofollow" />
<link rel="icon" type="image/svg+xml" href="/static/img/icons/favicon.svg" />
<link rel="shortcut icon" href="/static/img/icons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/static/img/icons/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="File Browser" />
<!-- Add to home screen for Android and modern mobile browsers -->
<link
rel="manifest"
id="manifestPlaceholder"
crossorigin="use-credentials"
/>
<meta
name="theme-color"
content="#2979ff"
/>
<!-- Inject Some Variables and generate the manifest json -->
<script>
// We can assign JSON directly
window.FileBrowser = {"AuthMethod":"json","BaseURL":"","CSS":false,"Color":"","DisableExternal":false,"DisableUsedPercentage":false,"EnableExec":true,"EnableThumbs":true,"LoginPage":true,"Name":"","NoAuth":false,"ReCaptcha":false,"ResizePreview":false,"Signup":false,"StaticURL":"/static","Theme":"","TusSettings":{"chunkSize":10485760,"retryCount":5},"Version":"2.44.0 From Lucky.2.19.5"};
// Global function to prepend static url
window.__prependStaticUrl = (url) => {
return `${window.FileBrowser.StaticURL}/${url.replace(/^\/+/, "")}`;
};
var dynamicManifest = {
name: window.FileBrowser.Name || "File Browser",
short_name: window.FileBrowser.Name || "File Browser",
icons: [
{
src: window.__prependStaticUrl("/img/icons/android-chrome-192x192.png"),
sizes: "192x192",
type: "image/png",
},
{
src: window.__prependStaticUrl("/img/icons/android-chrome-512x512.png"),
sizes: "512x512",
type: "image/png",
},
],
start_url: window.location.origin + window.FileBrowser.BaseURL,
display: "standalone",
background_color: "#ffffff",
theme_color: window.FileBrowser.Color || "#455a64",
};
const stringManifest = JSON.stringify(dynamicManifest);
const blob = new Blob([stringManifest], { type: "application/json" });
const manifestURL = URL.createObjectURL(blob);
document
.querySelector("#manifestPlaceholder")
.setAttribute("href", manifestURL);
</script>
<style>
#loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: 9999;
transition: 0.1s ease opacity;
-webkit-transition: 0.1s ease opacity;
}
#loading.done {
opacity: 0;
}
#loading .spinner {
width: 70px;
text-align: center;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#loading .spinner > div {
width: 18px;
height: 18px;
background-color: #333;
border-radius: 100%;
display: inline-block;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
#loading .spinner .bounce1 {
animation-delay: -0.32s;
}
#loading .spinner .bounce2 {
animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
0%,
80%,
100% {
transform: scale(0);
}
40% {
transform: scale(1);
}
}
</style>
<script type="module" crossorigin src="/static/assets/index-pjbTyNVf.js"></script>
<link rel="modulepreload" crossorigin href="/static/assets/dayjs-BJdj6UyK.js">
<link rel="modulepreload" crossorigin href="/static/assets/i1
Open service 43.174.247.38:80 · share.xcysy.top
2026-01-22 09:43
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Thu, 22 Jan 2026 09:43:45 GMT
EO-LOG-UUID: 14580190982050352422
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
Open service 43.174.247.38:443 · share.xcysy.top
2026-01-22 09:43
HTTP/1.1 525 EO errCode : SSL handshake failed
Server: EdgeOne_L7S_OC_FREE
Content-Length: 0
Connection: close
Date: Thu, 22 Jan 2026 09:43:42 GMT
EO-LOG-UUID: 3531359227852944312
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
osagents.253525.xyz 0 speedtest.xcysy.top 0 flucky.jsmxm.top 0 amoe.cc 0 vvapi.tianyizhibo.com 0 api.xiaofanmo.site 0 xiaofanmo.site 2 www.rw2.cc 0 read.bdhk4.5201201314.top 0 dns.irandoc.info 0 fzjy-vr.linzhileyou.com 0 qnwall.com 0 www.chat.formeapi.cc 0 update.enzymeym.top 0 nezha.pub1.cc 0 fuhao.store 1 mail.wuyangmotor.com 1 www.geek.bio 1 geek.bio 3 www.erajoy.qzz.io 1 interval.taotaodoris.cn 1 monitor.37ke.com 1 cdn-crmeb-admin-api.enchun.top 1 ip.37ke.com 1 saas-echo.web.id 1 eo.0w0.us.ci 1 chat.zmser.top 1 www.doubb.cc 1 eso.251999.xyz 1 aifrog.site 1 www.nc360.net 1 img.nc360.net 1 nc360.net 1 fire.120915.xyz 1 mos.37ke.com 1 annapiggy.live 1 occard.kait8.cn 1 cdn.home.imxy.top 1 api.nyko.us.kg 0 shop.linzhileyou.com 1 cdn-crmeb-app-api.enchun.top 1 mmsh.store 1 ptest.yangyuanbin.top 0 reader.epub.moe 1 vaultwarden.yangyuanbin.top 1 epub.moe 1 oss.epub.moe 1 cover.epub.moe 1 www.19ml.cn 1 xpay.aizhuliren.cn 1 web.12t.top 1 dify.lucius7.dev 1 www.zmgir.cn 1 zhuyejun.de5.net 0 pan.12t.top 1 www.miumc.com 0 www.deeplynx.com.cn 0 xyaax.com 1 bj.pgdhw.top 1 londons.xeonsky.com 0 list.tingbao.top 1 logapi.shiyelog.top 1 dwgzs.vip 1 log.shiyelog.top 1 avoidwhite.shumengya.top 1 cq.071717.xyz 1 jibozhou.anyuonline.vip 1 ee.sc.cn 0 blog.quiyu.cn 1 www.goldhom.site 1 test.htlss.cn 1 www.ee.sc.cn 0 260125-lwh-heartsync.vibevibe.cn 1 jinchuanti.site 1 movecar.ttchan.cloudns.ph 1 cfw.linka.qzz.io 1 www.kihoperson.top 1 8.5.wuyangmotor.com 1 www.liminalily.com 0 windows.sehlani.com 0 speed.n.294713.xyz 0 note.chenxinfa.com 0 wss.dolacc.com 1 www.mavl.my.id 1 ctyun.org.cn 1 tl.okzhifu.com 0 long.okzhifu.com 1 dlfw.aiaa.top 1 img.gloxina.cn 1 nas.ns.294713.xyz 1 vaultwarden.551355.xyz 1 pan.mopler.top 1 speed.ns.294713.xyz 0 mshellapi.meijietech.com 1 vless6.aappe.uk 1 resume.wawanhermawan.dev 1 m.abber.cn 1 astral.zuoriyi.top 1 www.501686266.xyz 0 www.8208208820.cn 1 fnos.abber.cn 1 kogma2.501686266.xyz 1 qb2.501686266.xyz 1 ip.linka.qzz.io 1 dm.euiai.com 1 map.217dan.com 1 www.jiushuishijia.com 1 jiushuishijia.com 1 www.yaohao.me 0 api.enzymeym.top 1 newapi.cikz.top 1 test.kyay006.cn 1 api.houning.top 1 vless.aappe.uk 1 proxy.aappe.uk 1 api.itpiggy.top 1 edgeone-demo.norsk996.tech 1 inv.fur.tax 1 jewelry.zyaisoft.xyz 1 www.cxy.hk 1 mail.xcysy.top 1 invbot.fur.tax 1 navidrome.gldhn.top 1 chat.ranai.indevs.in 1 doc.120915.xyz 1 img.aody.net 1 131124.xyz 1 10010.co 1 www.guisu.net 1 guisu.net 1 em.o0oo.cc 0 cloud.120915.xyz 1 api.ranai.indevs.in 1 www.readchinesemenu.com 1 www.hk-gov.com 0 zyg2024.top 1 dh.chenyujzfz.eu.org 1 moontv1.chenyujzfz.eu.org 1 myjhwh.com 1 www.myjhwh.com 1 www.mingjikeji.com 1 zako.h-xi.cn 0 audio.aipudong.com 1 edgeone.nexus.funish.net 0 lsky.aappe.uk 1 tk.698779.xyz 1 lordfa.top 1 tj.bobopapa.com 1 zg.zgtv.app 1 apis.xiaofanmo.site 1 chajuliu.bugape.com 1 wiki.cafenya.top 1 anime.xiaoqvan.top 1 a.010910.xyz 0 2119851.com 1 www.2119851.com 1 www.themez.cn 0 www.123709.xyz 0 api.douka.xin 1 abc.010910.xyz 0 emos.xingyun.eu.org 1 www.douka.xin 1 www.muchen63.cn 1 muchen63.cn 0 edge-test.you-yong.cn 1 dm.zg123.net 0 qq.yc520.top 1 zhutao.zgjx.org 1 jx.zgjx.org 1 eo-r2.beicai.online 1 tripgeniusdb123.pandaou.cloud 1 fff.wuai.ai 1 mg.088425.xyz 0 antrack.angeek.com.cn 1 99yu.top 1 dcs.icegl.cn 1 876855.xyz 1 embymai2.maimai520.top 0 embymai.maimai520.top 1 zs.wuyangmotor.com 1 www.enzymeym.top 1 easycool.xeonsky.com 1 ip.douyy.cc 0 www.douyy.cc 1 gh.douyy.cc 1 www.partnertech.com.cn 1 kaoshi.hk-gov.com 1 citu.hk-gov.com 1 ys.ynas88.icu 1 tool.hk-gov.com 1 word.hk-gov.com 0 rank.hk-gov.com 0 fn.ynas88.icu 1 www.shotai.io 1 fgsk.yuwan.shop 1 blog.emumu.xyz 1 rv-img2.101114105.xyz 1 www.bjdh.top 1 csilent.top 1 file.pub1.cc 1 hy.mspg.top 1 laikm.top 1 miaomiaowu.npm.zmnteam.com 1 csgo.ernai.net 0 dddd.vmlogin.com.cn 0 speedup.nivekz.org 0 www.woyoufb.com 1 nas.shuainys.xyz 1 www.it102.xyz 1 rfchost-jp-co-lite.littlediary.org 1 www.hainzcn.top 1 rv-img.101114105.xyz 1 www.cnesa.cn 1 irandoc.info 1 eo.r136c.com 1 vaultwarden.npm.zmnteam.com 0 xborad.npm.zmnteam.com 0 www.kovs.club 1 sql.dp7575.cn 1 www.sql.dp7575.cn 0 emap.r136c.com 1 dp7575.cn 1 hongyudingmao.com 1 share.azuremio.com 1 download.yuejiaxin.ln.cn 0 ceshi.wuai.ai 1 www.qiuye330.top 1 www.zkpsxz.cn 1 qmedia.chongcong.cc 1 eweei.cn 1 api.zgtv.tv 1 aishuiyin.cloud 1 query2.shandongjianan-dev.cn 0 whqnas.hackdev.cn 1 bbs.intcplab.cn 1 edgeone.unua.top 1 fastgit.pipiqiang.cn 1 www.juncu.top 1 juncu.top 1 git-eo.intcplab.cn 1 my.951590.com 0 portal-adm.dollweekend.cn 1 git.intcplab.cn 0 tx1.1799.com.cn 1 status.panso.icu 1 upload.dtouy.cn 1 api.sdsmu.com 0 t.botp.link 1 www.kanlai.com.cn 1 kanlai.com.cn 1 test.wsho.top 0 mainas.maimai520.top 0 hmvod.sdahh674.xyz 1 www.900777.xyz 1 xiaofeng.show 1 iruanying.com 1 www.iruanying.com 1 api.xiajia.im 1 doc.jiangshengdev.com 1 doc-api.jiangshengdev.com 1 mimaglows.com 1 cdn.mimaglows.com 1 api.meigen.art 1 search.panso.icu 0 api.xiunos.com 1 xiunos.com 1 edge.3653655.xyz 1 guguwang.cc 1 eb.e10.de5.net 0 www.phpweb.com.cn 1 aicpcc.bion.wang 1 cloud.594594.xyz 1 tz.suyuan.cyou 1 www.594594.xyz 0 beta.pexeldance.com 1 pic.594594.xyz 1 gen.meigen.art 0 www.emoriko.com 0 emoriko.com 0 szderay.com 1 love.gzy520.cn 1 www.lwscenter.asia 0 v.lzdal.cn 1 www.axaq.cn 1 xhttp.ctyun.org.cn 1 uptime.lovejoan.com 1 vo-shanghai.kelvinlmhost.top 0 pexeldance.com 1 www.pexeldance.com 1 www.yuwan.shop 1 www.st7530.com 1 adg.xcysy.top 0 www.gzhongshenv-tech.com 1 gzhongshenv-tech.com 1 testweb.onestar.tech 1 xuanhaozhushou.com 1 assets.daohang.info 1 dl.alist.yourang.top 1 gyl666.icu 1 q.lccnc.cn 0 alist-proxy.yourang.top 1 www.gyl666.icu 1 fn201219.fzc0.cn 0 tanzhen.vfaaa.com 1 vip3.pandazz.top 1 gacha.253525.xyz 0 www.aispring.club 1 flux.npm.zmnteam.com 1 moontv.npm.zmnteam.com 1 nginx.npm.zmnteam.com 1 cookiecloud.npm.zmnteam.com 1 derp.zmnteam.com 0 www.mxip.cn 1 nezha.zmnteam.com 1 f-dp-img.yunchoujiang.com 0 n100e.msknet.host 1 api.dafafuzhu.top 1 dl.dafafuzhu.top 1 fn.allsciot.com 0 www.bubbleheroes.xyz 1 www.apexlol.info 0 www.cdut.net 1 www.mcp.sensen.chat 1 siyu.me 1 repo-taboolib.goodmc.cn 1 status.goodmc.cn 1 yeecore.goodmc.cn 1 api.goodmc.cn 1 admin.goodmc.cn 1 welcome.sdsmu.com 1 www.goodmc.cn 1 goodmc.cn 1 fersot.cc.cd 1 www.lccnc.cn 0 ha.xcysy.top 0 pan.xcysy.top 0 share.xcysy.top 1