cloudflare
tcp/443 tcp/80 tcp/8443
Open service 104.21.49.78:443 · 123.cmcc.workers.dev
2026-01-05 04:12
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 04:12:31 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 8130
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Cy9lHFf6KwqZqaWzrtsqL0OvS66COMXEOmWjnqHOSz%2BZRndPhoXtLVRd2rjNwluU9L8WSMtjBuIatlfq%2FjfkMzsGWVa%2FalLGsTnth%2FKV9OE0qcp2"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b9023471c61faa6-SJC
alt-svc: h3=":443"; ma=86400
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 {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background: #f5f5f5;
}
.container {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
h1 {
color: #333;
text-align: center;
margin-bottom: 30px;
}
.form-group {
margin-bottom: 15px;
}
label {
display: block;
margin-bottom: 5px;
color: #666;
}
input[type="text"], select {
width: 100%;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
box-sizing: border-box;
}
button {
background: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
}
button:hover {
background: #45a049;
}
#result {
margin-top: 20px;
padding: 15px;
border: 1px solid #ddd;
border-radius: 4px;
display: none;
}
.result-item {
margin-bottom: 10px;
}
.result-label {
font-weight: bold;
color: #666;
}
.error {
color: red;
margin-top: 10px;
}
.download-link {
color: #4CAF50;
text-decoration: none;
}
.download-link:hover {
text-decoration: underline;
}
.file-item {
margin-bottom: 20px;
padding: 15px;
border: 1px solid #eee;
border-radius: 4px;
background: #fafafa;
}
@media (max-width: 600px) {
body {
padding: 10px;
}
.container {
padding: 15px;
}
h1 {
font-size: 1.5em;
}
}
#loading {
display: none;
text-align: center;
margin: 10px 0;
color: #666;
}
</style>
</head>
<body>
<div class="container">
<h1>网盘解析工具</h1>
<div class="form-group">
<label for="type">网盘类型:</label>
<select id="type">
<option value="lanzou">蓝奏云</option>
<option value="123">123云盘</option>
</select>
</div>
<div class="form-group">
<label for="url">分享链接:</label>
<input type="text" id="url" placeholder="请输入分享链接">
</div>
<div class="form-group">
<label for="pwd">密码(可选):</label>
<input type="text" id="pwd" placeholder="如果有密码请输入">
</div>
<button onclick="parse()">解析链接</button>
<div id="loading">正在解析中...</div>
<div id="result"></div>
</div>
<script>
function formatFileSize(bytes) {
if (bytes === 0) return '0 B';
const k = 1024;
const sizes = ['B', 'KB', 'MB', 'GB', 'TB'];
const i = Math.floor(Math.log(bytes) / Math.log(k));
return (bytes / Math.pow(k, i)).toFixed(2) + ' ' + sizes[i];
}
function showLoading(show) {
document.getElementById('loading').style.display = show ? 'block' : 'none';
}
async function parse() {
const type = document.getElementById('type').value;
let url = document.getElementById('url').value.trim();
Open service 2606:4700:3033::ac43:a069:443 · 123.cmcc.workers.dev
2026-01-05 04:12
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 04:12:31 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 8130
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=X8lyykhU43xtTJcSOYBVT0hwD7K%2BcXgfEmZqerhoZlpCXO6D54xhqDnWxkJ%2Fm%2FRJ5lxYLHR%2FX6mA3OTzt6hU%2BRIXO%2FpWDtJZ2pzeQQ4Uq0fIHEuIwuSOwpiSfV9ksxI0"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b9023470b784b56-YYZ
alt-svc: h3=":443"; ma=86400
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 {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background: #f5f5f5;
}
.container {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
h1 {
color: #333;
text-align: center;
margin-bottom: 30px;
}
.form-group {
margin-bottom: 15px;
}
label {
display: block;
margin-bottom: 5px;
color: #666;
}
input[type="text"], select {
width: 100%;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
box-sizing: border-box;
}
button {
background: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
}
button:hover {
background: #45a049;
}
#result {
margin-top: 20px;
padding: 15px;
border: 1px solid #ddd;
border-radius: 4px;
display: none;
}
.result-item {
margin-bottom: 10px;
}
.result-label {
font-weight: bold;
color: #666;
}
.error {
color: red;
margin-top: 10px;
}
.download-link {
color: #4CAF50;
text-decoration: none;
}
.download-link:hover {
text-decoration: underline;
}
.file-item {
margin-bottom: 20px;
padding: 15px;
border: 1px solid #eee;
border-radius: 4px;
background: #fafafa;
}
@media (max-width: 600px) {
body {
padding: 10px;
}
.container {
padding: 15px;
}
h1 {
font-size: 1.5em;
}
}
#loading {
display: none;
text-align: center;
margin: 10px 0;
color: #666;
}
</style>
</head>
<body>
<div class="container">
<h1>网盘解析工具</h1>
<div class="form-group">
<label for="type">网盘类型:</label>
<select id="type">
<option value="lanzou">蓝奏云</option>
<option value="123">123云盘</option>
</select>
</div>
<div class="form-group">
<label for="url">分享链接:</label>
<input type="text" id="url" placeholder="请输入分享链接">
</div>
<div class="form-group">
<label for="pwd">密码(可选):</label>
<input type="text" id="pwd" placeholder="如果有密码请输入">
</div>
<button onclick="parse()">解析链接</button>
<div id="loading">正在解析中...</div>
<div id="result"></div>
</div>
<script>
function formatFileSize(bytes) {
if (bytes === 0) return '0 B';
const k = 1024;
const sizes = ['B', 'KB', 'MB', 'GB', 'TB'];
const i = Math.floor(Math.log(bytes) / Math.log(k));
return (bytes / Math.pow(k, i)).toFixed(2) + ' ' + sizes[i];
}
function showLoading(show) {
document.getElementById('loading').style.display = show ? 'block' : 'none';
}
async function parse() {
const type = document.getElementById('type').value;
let url = document.getElementById('url').value.trim();
Open service 2606:4700:3036::6815:314e:443 · 123.cmcc.workers.dev
2026-01-05 04:12
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 04:12:31 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 8130
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Hge%2FfpIpcULkb7U9J5hW2NfCaj87UeQYlD6y%2FkdwY53LsOwmHiQtsQqPGLWKIjJx%2FKJdwpNnvPqd2qVD6gnV7XZij7PscllpdjHevHla8jZX%2F0as5qM0RmnKnuUolQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b902347086c7091-YYZ
alt-svc: h3=":443"; ma=86400
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 {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background: #f5f5f5;
}
.container {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
h1 {
color: #333;
text-align: center;
margin-bottom: 30px;
}
.form-group {
margin-bottom: 15px;
}
label {
display: block;
margin-bottom: 5px;
color: #666;
}
input[type="text"], select {
width: 100%;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
box-sizing: border-box;
}
button {
background: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
}
button:hover {
background: #45a049;
}
#result {
margin-top: 20px;
padding: 15px;
border: 1px solid #ddd;
border-radius: 4px;
display: none;
}
.result-item {
margin-bottom: 10px;
}
.result-label {
font-weight: bold;
color: #666;
}
.error {
color: red;
margin-top: 10px;
}
.download-link {
color: #4CAF50;
text-decoration: none;
}
.download-link:hover {
text-decoration: underline;
}
.file-item {
margin-bottom: 20px;
padding: 15px;
border: 1px solid #eee;
border-radius: 4px;
background: #fafafa;
}
@media (max-width: 600px) {
body {
padding: 10px;
}
.container {
padding: 15px;
}
h1 {
font-size: 1.5em;
}
}
#loading {
display: none;
text-align: center;
margin: 10px 0;
color: #666;
}
</style>
</head>
<body>
<div class="container">
<h1>网盘解析工具</h1>
<div class="form-group">
<label for="type">网盘类型:</label>
<select id="type">
<option value="lanzou">蓝奏云</option>
<option value="123">123云盘</option>
</select>
</div>
<div class="form-group">
<label for="url">分享链接:</label>
<input type="text" id="url" placeholder="请输入分享链接">
</div>
<div class="form-group">
<label for="pwd">密码(可选):</label>
<input type="text" id="pwd" placeholder="如果有密码请输入">
</div>
<button onclick="parse()">解析链接</button>
<div id="loading">正在解析中...</div>
<div id="result"></div>
</div>
<script>
function formatFileSize(bytes) {
if (bytes === 0) return '0 B';
const k = 1024;
const sizes = ['B', 'KB', 'MB', 'GB', 'TB'];
const i = Math.floor(Math.log(bytes) / Math.log(k));
return (bytes / Math.pow(k, i)).toFixed(2) + ' ' + sizes[i];
}
function showLoading(show) {
document.getElementById('loading').style.display = show ? 'block' : 'none';
}
async function parse() {
const type = document.getElementById('type').value;
let url = document.getElementById('url').value.trim();
Open service 104.21.49.78:8443 · 123.cmcc.workers.dev
2026-01-05 04:12
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 04:12:31 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 8130
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lCxQFBeya64Mt6%2BYzJ61hzPLhZu9tv%2F7rPagIsL6QPLr%2FoS3iPY7LceW41PhvqRzOaQGAgk73mJvSvpua%2F2R92zezdpp4wP2Ca2aFH7qgXQSAM%2Bj"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b9023477de4ab28-YYZ
alt-svc: h3=":8443"; ma=86400
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 {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background: #f5f5f5;
}
.container {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
h1 {
color: #333;
text-align: center;
margin-bottom: 30px;
}
.form-group {
margin-bottom: 15px;
}
label {
display: block;
margin-bottom: 5px;
color: #666;
}
input[type="text"], select {
width: 100%;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
box-sizing: border-box;
}
button {
background: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
}
button:hover {
background: #45a049;
}
#result {
margin-top: 20px;
padding: 15px;
border: 1px solid #ddd;
border-radius: 4px;
display: none;
}
.result-item {
margin-bottom: 10px;
}
.result-label {
font-weight: bold;
color: #666;
}
.error {
color: red;
margin-top: 10px;
}
.download-link {
color: #4CAF50;
text-decoration: none;
}
.download-link:hover {
text-decoration: underline;
}
.file-item {
margin-bottom: 20px;
padding: 15px;
border: 1px solid #eee;
border-radius: 4px;
background: #fafafa;
}
@media (max-width: 600px) {
body {
padding: 10px;
}
.container {
padding: 15px;
}
h1 {
font-size: 1.5em;
}
}
#loading {
display: none;
text-align: center;
margin: 10px 0;
color: #666;
}
</style>
</head>
<body>
<div class="container">
<h1>网盘解析工具</h1>
<div class="form-group">
<label for="type">网盘类型:</label>
<select id="type">
<option value="lanzou">蓝奏云</option>
<option value="123">123云盘</option>
</select>
</div>
<div class="form-group">
<label for="url">分享链接:</label>
<input type="text" id="url" placeholder="请输入分享链接">
</div>
<div class="form-group">
<label for="pwd">密码(可选):</label>
<input type="text" id="pwd" placeholder="如果有密码请输入">
</div>
<button onclick="parse()">解析链接</button>
<div id="loading">正在解析中...</div>
<div id="result"></div>
</div>
<script>
function formatFileSize(bytes) {
if (bytes === 0) return '0 B';
const k = 1024;
const sizes = ['B', 'KB', 'MB', 'GB', 'TB'];
const i = Math.floor(Math.log(bytes) / Math.log(k));
return (bytes / Math.pow(k, i)).toFixed(2) + ' ' + sizes[i];
}
function showLoading(show) {
document.getElementById('loading').style.display = show ? 'block' : 'none';
}
async function parse() {
const type = document.getElementById('type').value;
let url = document.getElementById('url').value.trim();
Open service 172.67.160.105:443 · 123.cmcc.workers.dev
2026-01-05 04:12
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 04:12:31 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 8130
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=uNxG%2BHQO60LFQWbocce62RDohplKWk3iZJg2mM692IHNLW7jge%2Boww7CfX34TDl96ofT1v6Fodih%2FPdfJr0Q6cRLNYU%2B1Erh5C6vHRTsqY6puyhu"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b902346c93eae18-YYZ
alt-svc: h3=":443"; ma=86400
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 {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background: #f5f5f5;
}
.container {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
h1 {
color: #333;
text-align: center;
margin-bottom: 30px;
}
.form-group {
margin-bottom: 15px;
}
label {
display: block;
margin-bottom: 5px;
color: #666;
}
input[type="text"], select {
width: 100%;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
box-sizing: border-box;
}
button {
background: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
}
button:hover {
background: #45a049;
}
#result {
margin-top: 20px;
padding: 15px;
border: 1px solid #ddd;
border-radius: 4px;
display: none;
}
.result-item {
margin-bottom: 10px;
}
.result-label {
font-weight: bold;
color: #666;
}
.error {
color: red;
margin-top: 10px;
}
.download-link {
color: #4CAF50;
text-decoration: none;
}
.download-link:hover {
text-decoration: underline;
}
.file-item {
margin-bottom: 20px;
padding: 15px;
border: 1px solid #eee;
border-radius: 4px;
background: #fafafa;
}
@media (max-width: 600px) {
body {
padding: 10px;
}
.container {
padding: 15px;
}
h1 {
font-size: 1.5em;
}
}
#loading {
display: none;
text-align: center;
margin: 10px 0;
color: #666;
}
</style>
</head>
<body>
<div class="container">
<h1>网盘解析工具</h1>
<div class="form-group">
<label for="type">网盘类型:</label>
<select id="type">
<option value="lanzou">蓝奏云</option>
<option value="123">123云盘</option>
</select>
</div>
<div class="form-group">
<label for="url">分享链接:</label>
<input type="text" id="url" placeholder="请输入分享链接">
</div>
<div class="form-group">
<label for="pwd">密码(可选):</label>
<input type="text" id="pwd" placeholder="如果有密码请输入">
</div>
<button onclick="parse()">解析链接</button>
<div id="loading">正在解析中...</div>
<div id="result"></div>
</div>
<script>
function formatFileSize(bytes) {
if (bytes === 0) return '0 B';
const k = 1024;
const sizes = ['B', 'KB', 'MB', 'GB', 'TB'];
const i = Math.floor(Math.log(bytes) / Math.log(k));
return (bytes / Math.pow(k, i)).toFixed(2) + ' ' + sizes[i];
}
function showLoading(show) {
document.getElementById('loading').style.display = show ? 'block' : 'none';
}
async function parse() {
const type = document.getElementById('type').value;
let url = document.getElementById('url').value.trim();
Open service 2606:4700:3033::ac43:a069:8443 · 123.cmcc.workers.dev
2026-01-05 04:12
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 04:12:31 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 8130
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=83HfMw5ITFXCvzI3sC%2F86wy7BSH0UobY3MtXl%2BBOdonmNyACYMGZALJ97lmdYrdIbfScsK8%2BAxv16zIYrr%2F6DP%2FWA7m%2BY2kC91OVAbNAVRkjEst118KlwFFyYu3eNQFf"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b9023478871d9d3-FRA
alt-svc: h3=":8443"; ma=86400
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 {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background: #f5f5f5;
}
.container {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
h1 {
color: #333;
text-align: center;
margin-bottom: 30px;
}
.form-group {
margin-bottom: 15px;
}
label {
display: block;
margin-bottom: 5px;
color: #666;
}
input[type="text"], select {
width: 100%;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
box-sizing: border-box;
}
button {
background: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
}
button:hover {
background: #45a049;
}
#result {
margin-top: 20px;
padding: 15px;
border: 1px solid #ddd;
border-radius: 4px;
display: none;
}
.result-item {
margin-bottom: 10px;
}
.result-label {
font-weight: bold;
color: #666;
}
.error {
color: red;
margin-top: 10px;
}
.download-link {
color: #4CAF50;
text-decoration: none;
}
.download-link:hover {
text-decoration: underline;
}
.file-item {
margin-bottom: 20px;
padding: 15px;
border: 1px solid #eee;
border-radius: 4px;
background: #fafafa;
}
@media (max-width: 600px) {
body {
padding: 10px;
}
.container {
padding: 15px;
}
h1 {
font-size: 1.5em;
}
}
#loading {
display: none;
text-align: center;
margin: 10px 0;
color: #666;
}
</style>
</head>
<body>
<div class="container">
<h1>网盘解析工具</h1>
<div class="form-group">
<label for="type">网盘类型:</label>
<select id="type">
<option value="lanzou">蓝奏云</option>
<option value="123">123云盘</option>
</select>
</div>
<div class="form-group">
<label for="url">分享链接:</label>
<input type="text" id="url" placeholder="请输入分享链接">
</div>
<div class="form-group">
<label for="pwd">密码(可选):</label>
<input type="text" id="pwd" placeholder="如果有密码请输入">
</div>
<button onclick="parse()">解析链接</button>
<div id="loading">正在解析中...</div>
<div id="result"></div>
</div>
<script>
function formatFileSize(bytes) {
if (bytes === 0) return '0 B';
const k = 1024;
const sizes = ['B', 'KB', 'MB', 'GB', 'TB'];
const i = Math.floor(Math.log(bytes) / Math.log(k));
return (bytes / Math.pow(k, i)).toFixed(2) + ' ' + sizes[i];
}
function showLoading(show) {
document.getElementById('loading').style.display = show ? 'block' : 'none';
}
async function parse() {
const type = document.getElementById('type').value;
let url = document.getElementById('url').value.trim();
Open service 104.21.49.78:80 · 123.cmcc.workers.dev
2026-01-05 04:12
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 04:12:31 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 8130
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=cxrtjCb7ZqnKySOXqsOWDO0SPIxTCuw2eGjgLDADxNPtzZ9FjCgVLqZMDFHTpgTTREzalwwbuDlDS2%2Fo%2FJSpc9V8C4MvJhfiOfBMnyzjTa6euiS7"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b902346cc411341-YYZ
alt-svc: h3=":443"; ma=86400
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 {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background: #f5f5f5;
}
.container {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
h1 {
color: #333;
text-align: center;
margin-bottom: 30px;
}
.form-group {
margin-bottom: 15px;
}
label {
display: block;
margin-bottom: 5px;
color: #666;
}
input[type="text"], select {
width: 100%;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
box-sizing: border-box;
}
button {
background: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
}
button:hover {
background: #45a049;
}
#result {
margin-top: 20px;
padding: 15px;
border: 1px solid #ddd;
border-radius: 4px;
display: none;
}
.result-item {
margin-bottom: 10px;
}
.result-label {
font-weight: bold;
color: #666;
}
.error {
color: red;
margin-top: 10px;
}
.download-link {
color: #4CAF50;
text-decoration: none;
}
.download-link:hover {
text-decoration: underline;
}
.file-item {
margin-bottom: 20px;
padding: 15px;
border: 1px solid #eee;
border-radius: 4px;
background: #fafafa;
}
@media (max-width: 600px) {
body {
padding: 10px;
}
.container {
padding: 15px;
}
h1 {
font-size: 1.5em;
}
}
#loading {
display: none;
text-align: center;
margin: 10px 0;
color: #666;
}
</style>
</head>
<body>
<div class="container">
<h1>网盘解析工具</h1>
<div class="form-group">
<label for="type">网盘类型:</label>
<select id="type">
<option value="lanzou">蓝奏云</option>
<option value="123">123云盘</option>
</select>
</div>
<div class="form-group">
<label for="url">分享链接:</label>
<input type="text" id="url" placeholder="请输入分享链接">
</div>
<div class="form-group">
<label for="pwd">密码(可选):</label>
<input type="text" id="pwd" placeholder="如果有密码请输入">
</div>
<button onclick="parse()">解析链接</button>
<div id="loading">正在解析中...</div>
<div id="result"></div>
</div>
<script>
function formatFileSize(bytes) {
if (bytes === 0) return '0 B';
const k = 1024;
const sizes = ['B', 'KB', 'MB', 'GB', 'TB'];
const i = Math.floor(Math.log(bytes) / Math.log(k));
return (bytes / Math.pow(k, i)).toFixed(2) + ' ' + sizes[i];
}
function showLoading(show) {
document.getElementById('loading').style.display = show ? 'block' : 'none';
}
async function parse() {
const type = document.getElementById('type').value;
let url = document.getElementById('url').value.trim();
Open service 2606:4700:3036::6815:314e:8443 · 123.cmcc.workers.dev
2026-01-05 04:12
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 04:12:31 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 8130
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xQ8vCpipvJUU1lbtDAskHUnnZnbWMWqZcVtz99iFFrw6e915r3VGu2M6BaaqmU3bBukiWKPQIWxpnmtOk%2F7ktOkb%2FsVdt28pYDAGzl3BKcKfHMiRWypeJTg7FNYmuNAz"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b9023467f5a93eb-LHR
alt-svc: h3=":8443"; ma=86400
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 {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background: #f5f5f5;
}
.container {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
h1 {
color: #333;
text-align: center;
margin-bottom: 30px;
}
.form-group {
margin-bottom: 15px;
}
label {
display: block;
margin-bottom: 5px;
color: #666;
}
input[type="text"], select {
width: 100%;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
box-sizing: border-box;
}
button {
background: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
}
button:hover {
background: #45a049;
}
#result {
margin-top: 20px;
padding: 15px;
border: 1px solid #ddd;
border-radius: 4px;
display: none;
}
.result-item {
margin-bottom: 10px;
}
.result-label {
font-weight: bold;
color: #666;
}
.error {
color: red;
margin-top: 10px;
}
.download-link {
color: #4CAF50;
text-decoration: none;
}
.download-link:hover {
text-decoration: underline;
}
.file-item {
margin-bottom: 20px;
padding: 15px;
border: 1px solid #eee;
border-radius: 4px;
background: #fafafa;
}
@media (max-width: 600px) {
body {
padding: 10px;
}
.container {
padding: 15px;
}
h1 {
font-size: 1.5em;
}
}
#loading {
display: none;
text-align: center;
margin: 10px 0;
color: #666;
}
</style>
</head>
<body>
<div class="container">
<h1>网盘解析工具</h1>
<div class="form-group">
<label for="type">网盘类型:</label>
<select id="type">
<option value="lanzou">蓝奏云</option>
<option value="123">123云盘</option>
</select>
</div>
<div class="form-group">
<label for="url">分享链接:</label>
<input type="text" id="url" placeholder="请输入分享链接">
</div>
<div class="form-group">
<label for="pwd">密码(可选):</label>
<input type="text" id="pwd" placeholder="如果有密码请输入">
</div>
<button onclick="parse()">解析链接</button>
<div id="loading">正在解析中...</div>
<div id="result"></div>
</div>
<script>
function formatFileSize(bytes) {
if (bytes === 0) return '0 B';
const k = 1024;
const sizes = ['B', 'KB', 'MB', 'GB', 'TB'];
const i = Math.floor(Math.log(bytes) / Math.log(k));
return (bytes / Math.pow(k, i)).toFixed(2) + ' ' + sizes[i];
}
function showLoading(show) {
document.getElementById('loading').style.display = show ? 'block' : 'none';
}
async function parse() {
const type = document.getElementById('type').value;
let url = document.getElementById('url').value.trim();
Open service 2606:4700:3033::ac43:a069:80 · 123.cmcc.workers.dev
2026-01-05 04:12
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 04:12:31 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 8130
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=4IWkWxdIbL%2FpzzI1kn%2FR3%2FJ4h4KNlXWEz22gCX07PDA5GO5orcNu53n4SxGKkF5I4CSfLX4fbHlrPFkpvOf2ZEwNNwmm99LCpH5FHdN8kuVITtxrGjBz7cfa00tnFkot"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b902346684ffea8-AMS
alt-svc: h3=":443"; ma=86400
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 {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background: #f5f5f5;
}
.container {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
h1 {
color: #333;
text-align: center;
margin-bottom: 30px;
}
.form-group {
margin-bottom: 15px;
}
label {
display: block;
margin-bottom: 5px;
color: #666;
}
input[type="text"], select {
width: 100%;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
box-sizing: border-box;
}
button {
background: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
}
button:hover {
background: #45a049;
}
#result {
margin-top: 20px;
padding: 15px;
border: 1px solid #ddd;
border-radius: 4px;
display: none;
}
.result-item {
margin-bottom: 10px;
}
.result-label {
font-weight: bold;
color: #666;
}
.error {
color: red;
margin-top: 10px;
}
.download-link {
color: #4CAF50;
text-decoration: none;
}
.download-link:hover {
text-decoration: underline;
}
.file-item {
margin-bottom: 20px;
padding: 15px;
border: 1px solid #eee;
border-radius: 4px;
background: #fafafa;
}
@media (max-width: 600px) {
body {
padding: 10px;
}
.container {
padding: 15px;
}
h1 {
font-size: 1.5em;
}
}
#loading {
display: none;
text-align: center;
margin: 10px 0;
color: #666;
}
</style>
</head>
<body>
<div class="container">
<h1>网盘解析工具</h1>
<div class="form-group">
<label for="type">网盘类型:</label>
<select id="type">
<option value="lanzou">蓝奏云</option>
<option value="123">123云盘</option>
</select>
</div>
<div class="form-group">
<label for="url">分享链接:</label>
<input type="text" id="url" placeholder="请输入分享链接">
</div>
<div class="form-group">
<label for="pwd">密码(可选):</label>
<input type="text" id="pwd" placeholder="如果有密码请输入">
</div>
<button onclick="parse()">解析链接</button>
<div id="loading">正在解析中...</div>
<div id="result"></div>
</div>
<script>
function formatFileSize(bytes) {
if (bytes === 0) return '0 B';
const k = 1024;
const sizes = ['B', 'KB', 'MB', 'GB', 'TB'];
const i = Math.floor(Math.log(bytes) / Math.log(k));
return (bytes / Math.pow(k, i)).toFixed(2) + ' ' + sizes[i];
}
function showLoading(show) {
document.getElementById('loading').style.display = show ? 'block' : 'none';
}
async function parse() {
const type = document.getElementById('type').value;
let url = document.getElementById('url').value.trim();
Open service 2606:4700:3036::6815:314e:80 · 123.cmcc.workers.dev
2026-01-05 04:12
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 04:12:31 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 8130
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Uk4k%2BilFDAP7Tg4smEac3iArjDlVRSfLjqau6sSB252V2tgUrVQiU7kv6y8IelOqjqTf4GlcaEtCkmzo4jbPxsHa3mzqmFumDpfful0tnf025ainIhL63wRBWZ2OqLXn"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b9023465bb843b1-EWR
alt-svc: h3=":443"; ma=86400
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 {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background: #f5f5f5;
}
.container {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
h1 {
color: #333;
text-align: center;
margin-bottom: 30px;
}
.form-group {
margin-bottom: 15px;
}
label {
display: block;
margin-bottom: 5px;
color: #666;
}
input[type="text"], select {
width: 100%;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
box-sizing: border-box;
}
button {
background: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
}
button:hover {
background: #45a049;
}
#result {
margin-top: 20px;
padding: 15px;
border: 1px solid #ddd;
border-radius: 4px;
display: none;
}
.result-item {
margin-bottom: 10px;
}
.result-label {
font-weight: bold;
color: #666;
}
.error {
color: red;
margin-top: 10px;
}
.download-link {
color: #4CAF50;
text-decoration: none;
}
.download-link:hover {
text-decoration: underline;
}
.file-item {
margin-bottom: 20px;
padding: 15px;
border: 1px solid #eee;
border-radius: 4px;
background: #fafafa;
}
@media (max-width: 600px) {
body {
padding: 10px;
}
.container {
padding: 15px;
}
h1 {
font-size: 1.5em;
}
}
#loading {
display: none;
text-align: center;
margin: 10px 0;
color: #666;
}
</style>
</head>
<body>
<div class="container">
<h1>网盘解析工具</h1>
<div class="form-group">
<label for="type">网盘类型:</label>
<select id="type">
<option value="lanzou">蓝奏云</option>
<option value="123">123云盘</option>
</select>
</div>
<div class="form-group">
<label for="url">分享链接:</label>
<input type="text" id="url" placeholder="请输入分享链接">
</div>
<div class="form-group">
<label for="pwd">密码(可选):</label>
<input type="text" id="pwd" placeholder="如果有密码请输入">
</div>
<button onclick="parse()">解析链接</button>
<div id="loading">正在解析中...</div>
<div id="result"></div>
</div>
<script>
function formatFileSize(bytes) {
if (bytes === 0) return '0 B';
const k = 1024;
const sizes = ['B', 'KB', 'MB', 'GB', 'TB'];
const i = Math.floor(Math.log(bytes) / Math.log(k));
return (bytes / Math.pow(k, i)).toFixed(2) + ' ' + sizes[i];
}
function showLoading(show) {
document.getElementById('loading').style.display = show ? 'block' : 'none';
}
async function parse() {
const type = document.getElementById('type').value;
let url = document.getElementById('url').value.trim();
Open service 172.67.160.105:80 · 123.cmcc.workers.dev
2026-01-05 04:12
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 04:12:31 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 8130
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=6h3n9p64Fmgy%2BVjMVtuT%2B5r3268KKZpOoPEfdos6SVeh6WsnjR9q4qtXJjq1ECLvajzYxnCYoJd2kCY%2BAXZ%2BPB%2BwWAbiiIk7gwh12vOx%2FzID%2Fc3l"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b9023465b03437b-EWR
alt-svc: h3=":443"; ma=86400
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 {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background: #f5f5f5;
}
.container {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
h1 {
color: #333;
text-align: center;
margin-bottom: 30px;
}
.form-group {
margin-bottom: 15px;
}
label {
display: block;
margin-bottom: 5px;
color: #666;
}
input[type="text"], select {
width: 100%;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
box-sizing: border-box;
}
button {
background: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
}
button:hover {
background: #45a049;
}
#result {
margin-top: 20px;
padding: 15px;
border: 1px solid #ddd;
border-radius: 4px;
display: none;
}
.result-item {
margin-bottom: 10px;
}
.result-label {
font-weight: bold;
color: #666;
}
.error {
color: red;
margin-top: 10px;
}
.download-link {
color: #4CAF50;
text-decoration: none;
}
.download-link:hover {
text-decoration: underline;
}
.file-item {
margin-bottom: 20px;
padding: 15px;
border: 1px solid #eee;
border-radius: 4px;
background: #fafafa;
}
@media (max-width: 600px) {
body {
padding: 10px;
}
.container {
padding: 15px;
}
h1 {
font-size: 1.5em;
}
}
#loading {
display: none;
text-align: center;
margin: 10px 0;
color: #666;
}
</style>
</head>
<body>
<div class="container">
<h1>网盘解析工具</h1>
<div class="form-group">
<label for="type">网盘类型:</label>
<select id="type">
<option value="lanzou">蓝奏云</option>
<option value="123">123云盘</option>
</select>
</div>
<div class="form-group">
<label for="url">分享链接:</label>
<input type="text" id="url" placeholder="请输入分享链接">
</div>
<div class="form-group">
<label for="pwd">密码(可选):</label>
<input type="text" id="pwd" placeholder="如果有密码请输入">
</div>
<button onclick="parse()">解析链接</button>
<div id="loading">正在解析中...</div>
<div id="result"></div>
</div>
<script>
function formatFileSize(bytes) {
if (bytes === 0) return '0 B';
const k = 1024;
const sizes = ['B', 'KB', 'MB', 'GB', 'TB'];
const i = Math.floor(Math.log(bytes) / Math.log(k));
return (bytes / Math.pow(k, i)).toFixed(2) + ' ' + sizes[i];
}
function showLoading(show) {
document.getElementById('loading').style.display = show ? 'block' : 'none';
}
async function parse() {
const type = document.getElementById('type').value;
let url = document.getElementById('url').value.trim();
Open service 172.67.160.105:8443 · 123.cmcc.workers.dev
2026-01-05 04:12
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 04:12:31 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 8130
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=B%2FIb4VUH6XKRUCM%2Fz%2BGoh7zhLga%2BqFG5rCnXR59OzTwBmIKduFI8UnqfJzi7eecKAx3zt1Zml7QgyfOd1jXk3l4kLhgq6oja6Ls33%2BxHNBVB7YtX"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b902347cfe83a16-BOM
alt-svc: h3=":8443"; ma=86400
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 {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background: #f5f5f5;
}
.container {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
h1 {
color: #333;
text-align: center;
margin-bottom: 30px;
}
.form-group {
margin-bottom: 15px;
}
label {
display: block;
margin-bottom: 5px;
color: #666;
}
input[type="text"], select {
width: 100%;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
box-sizing: border-box;
}
button {
background: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
}
button:hover {
background: #45a049;
}
#result {
margin-top: 20px;
padding: 15px;
border: 1px solid #ddd;
border-radius: 4px;
display: none;
}
.result-item {
margin-bottom: 10px;
}
.result-label {
font-weight: bold;
color: #666;
}
.error {
color: red;
margin-top: 10px;
}
.download-link {
color: #4CAF50;
text-decoration: none;
}
.download-link:hover {
text-decoration: underline;
}
.file-item {
margin-bottom: 20px;
padding: 15px;
border: 1px solid #eee;
border-radius: 4px;
background: #fafafa;
}
@media (max-width: 600px) {
body {
padding: 10px;
}
.container {
padding: 15px;
}
h1 {
font-size: 1.5em;
}
}
#loading {
display: none;
text-align: center;
margin: 10px 0;
color: #666;
}
</style>
</head>
<body>
<div class="container">
<h1>网盘解析工具</h1>
<div class="form-group">
<label for="type">网盘类型:</label>
<select id="type">
<option value="lanzou">蓝奏云</option>
<option value="123">123云盘</option>
</select>
</div>
<div class="form-group">
<label for="url">分享链接:</label>
<input type="text" id="url" placeholder="请输入分享链接">
</div>
<div class="form-group">
<label for="pwd">密码(可选):</label>
<input type="text" id="pwd" placeholder="如果有密码请输入">
</div>
<button onclick="parse()">解析链接</button>
<div id="loading">正在解析中...</div>
<div id="result"></div>
</div>
<script>
function formatFileSize(bytes) {
if (bytes === 0) return '0 B';
const k = 1024;
const sizes = ['B', 'KB', 'MB', 'GB', 'TB'];
const i = Math.floor(Math.log(bytes) / Math.log(k));
return (bytes / Math.pow(k, i)).toFixed(2) + ' ' + sizes[i];
}
function showLoading(show) {
document.getElementById('loading').style.display = show ? 'block' : 'none';
}
async function parse() {
const type = document.getElementById('type').value;
let url = document.getElementById('url').value.trim();