cloudflare
tcp/443 tcp/80 tcp/8443
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbbbe128a7c
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true [submodule] active = . [remote "origin"] url = https://github.com/yeahhe365/yeahhe-Web.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main [lfs] repositoryformatversion = 0
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbbbe128a7c
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true [submodule] active = . [remote "origin"] url = https://github.com/yeahhe365/yeahhe-Web.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main [lfs] repositoryformatversion = 0
Open service 172.66.44.134:80 · yeahhe-website.pages.dev
2026-01-09 00:13
HTTP/1.1 301 Moved Permanently
Date: Fri, 09 Jan 2026 00:13:34 GMT
Content-Length: 0
Connection: close
Location: https://yeahhe-website.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=VYwfcLCm4UU5NVpb1322ZC%2Fi72Ob07Th82LTwtAusS5IPpp9leckD4p8pvCnGKiSkkcX1gFFiZ3YvogznQD8C9MSME%2Fn8MdAY7UYa0%2Fln0PF0%2FYkIDOkRw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bafbac1bb7fd9d7-FRA
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:310c::ac42:2f7a:443 · yeahhe-website.pages.dev
2026-01-04 13:30
HTTP/1.1 200 OK
Date: Sun, 04 Jan 2026 13:30:06 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40257
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "76634ce1130ae27406af3d0d263e4592"
Link: <icon/logo.png>; rel="preload"; as=image
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=U2o7bA1veMEhFmmMPt6as%2BnWhlNvDF%2Fn3hYKTxiQoRlPicu9Yhyivu2jcOA4nxiAqcj0nzCyq0lqjozxyBbrqia3etoVxZbBn5gFmMiOrimTj9jl6%2BLhtK1Srmh%2FFHs%2BHV0%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b8b16acfbca99cb-EWR
alt-svc: h3=":443"; ma=86400
Page title: yeahhe website
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
/>
<title>yeahhe website</title>
<meta
name="description"
content="yeahhe的个人网站,包含实用工具、智能语言、游戏娱乐和内容服务等分类的链接与介绍。"
/>
<meta
name="keywords"
content="yeahhe, 实用工具, 开发工具, Structure Insight, 数据结构, 可视化工具, QuickIP, IP查询, PathLogger, 地图工具, VolumeVision, 性能测试"
/>
<meta name="author" content="yeahhe" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="theme-color" content="#4361ee" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin />
<link rel="apple-touch-icon" sizes="180x180" href="icon/favicon_io/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="icon/favicon_io/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="icon/favicon_io/favicon-16x16.png" />
<link rel="shortcut icon" href="icon/favicon_io/favicon.ico" type="image/x-icon" />
<link rel="manifest" href="icon/favicon_io/site.webmanifest" />
<link rel="preload" href="icon/logo.png" as="image" />
<style>
:root {
--primary-color: #4361ee;
--primary-light: #738aec;
--primary-dark: #2f40af;
--background-color: #f8fafc;
--surface-color: #ffffff;
--text-color: #1e293b;
--header-background: rgba(255, 255, 255, 0.95);
--header-text: #1e293b;
--header-height: 56px;
--bottom-nav-height: 56px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
background: var(--background-color);
color: var(--text-color);
min-height: 100vh;
}
.app-header {
background-color: var(--header-background);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
height: var(--header-height);
display: flex;
align-items: center;
padding: 0 16px;
}
.page-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--background-color);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
main {
padding-top: var(--header-height);
padding-bottom: var(--bottom-nav-height);
}
</style>
<link rel="stylesheet" href="css/style.css" media="print" onload="this.media='all'" />
<noscript><link rel="stylesheet" href="css/style.css" /></noscript>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
/></noscript>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet"
/></noscript>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link
href="https:/
Open service 172.66.47.122:8443 · yeahhe-website.pages.dev
2026-01-04 13:30
HTTP/1.1 200 OK
Date: Sun, 04 Jan 2026 13:30:06 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40257
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "76634ce1130ae27406af3d0d263e4592"
Link: <icon/logo.png>; rel="preload"; as=image
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=q5HMmOAoqUbLqAzCTG%2BUB41uib42e0LazjE2KybN40gKnfa%2FUParw1yUKIRVUe%2BTRx5cXUPyrw2cpCe8izTYoIL4J%2FBxUzRDgcQwq5SEUI2aVW3W2e3ERw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b8b16aceade8cbd-EWR
alt-svc: h3=":8443"; ma=86400
Page title: yeahhe website
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
/>
<title>yeahhe website</title>
<meta
name="description"
content="yeahhe的个人网站,包含实用工具、智能语言、游戏娱乐和内容服务等分类的链接与介绍。"
/>
<meta
name="keywords"
content="yeahhe, 实用工具, 开发工具, Structure Insight, 数据结构, 可视化工具, QuickIP, IP查询, PathLogger, 地图工具, VolumeVision, 性能测试"
/>
<meta name="author" content="yeahhe" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="theme-color" content="#4361ee" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin />
<link rel="apple-touch-icon" sizes="180x180" href="icon/favicon_io/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="icon/favicon_io/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="icon/favicon_io/favicon-16x16.png" />
<link rel="shortcut icon" href="icon/favicon_io/favicon.ico" type="image/x-icon" />
<link rel="manifest" href="icon/favicon_io/site.webmanifest" />
<link rel="preload" href="icon/logo.png" as="image" />
<style>
:root {
--primary-color: #4361ee;
--primary-light: #738aec;
--primary-dark: #2f40af;
--background-color: #f8fafc;
--surface-color: #ffffff;
--text-color: #1e293b;
--header-background: rgba(255, 255, 255, 0.95);
--header-text: #1e293b;
--header-height: 56px;
--bottom-nav-height: 56px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
background: var(--background-color);
color: var(--text-color);
min-height: 100vh;
}
.app-header {
background-color: var(--header-background);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
height: var(--header-height);
display: flex;
align-items: center;
padding: 0 16px;
}
.page-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--background-color);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
main {
padding-top: var(--header-height);
padding-bottom: var(--bottom-nav-height);
}
</style>
<link rel="stylesheet" href="css/style.css" media="print" onload="this.media='all'" />
<noscript><link rel="stylesheet" href="css/style.css" /></noscript>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
/></noscript>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet"
/></noscript>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link
href="https:/
Open service 172.66.44.134:80 · yeahhe-website.pages.dev
2026-01-04 13:30
HTTP/1.1 301 Moved Permanently
Date: Sun, 04 Jan 2026 13:30:06 GMT
Content-Length: 0
Connection: close
Location: https://yeahhe-website.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=LzvNwRXGakwLCfEYpGRzg0YJ3tBd10NV10iqODfxIVNoVpS0Mgiyp0kfQYPNny3%2FNUIB5pjlky58pocv5koRYDEx1FLMpaGG6bs0eq4rogj41V2ti43ZlA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b8b16ac881d4f69-EWR
alt-svc: h3=":443"; ma=86400
Open service 172.66.44.134:8443 · yeahhe-website.pages.dev
2026-01-04 13:30
HTTP/1.1 200 OK
Date: Sun, 04 Jan 2026 13:30:06 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40257
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "76634ce1130ae27406af3d0d263e4592"
Link: <icon/logo.png>; rel="preload"; as=image
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ou0B2jiFYzE7%2BMLmwykmbUSTxIMIoOekTtUodmtU51UGQMEj1Qir4L2TDfA%2FqobhOLFnOIpOoJtCWX7Z9Xaw5qOYvjblB5bQgzxL9BHcbaOR4m%2BZ4LQ%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b8b16ace9813f02-EWR
alt-svc: h3=":8443"; ma=86400
Page title: yeahhe website
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
/>
<title>yeahhe website</title>
<meta
name="description"
content="yeahhe的个人网站,包含实用工具、智能语言、游戏娱乐和内容服务等分类的链接与介绍。"
/>
<meta
name="keywords"
content="yeahhe, 实用工具, 开发工具, Structure Insight, 数据结构, 可视化工具, QuickIP, IP查询, PathLogger, 地图工具, VolumeVision, 性能测试"
/>
<meta name="author" content="yeahhe" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="theme-color" content="#4361ee" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin />
<link rel="apple-touch-icon" sizes="180x180" href="icon/favicon_io/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="icon/favicon_io/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="icon/favicon_io/favicon-16x16.png" />
<link rel="shortcut icon" href="icon/favicon_io/favicon.ico" type="image/x-icon" />
<link rel="manifest" href="icon/favicon_io/site.webmanifest" />
<link rel="preload" href="icon/logo.png" as="image" />
<style>
:root {
--primary-color: #4361ee;
--primary-light: #738aec;
--primary-dark: #2f40af;
--background-color: #f8fafc;
--surface-color: #ffffff;
--text-color: #1e293b;
--header-background: rgba(255, 255, 255, 0.95);
--header-text: #1e293b;
--header-height: 56px;
--bottom-nav-height: 56px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
background: var(--background-color);
color: var(--text-color);
min-height: 100vh;
}
.app-header {
background-color: var(--header-background);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
height: var(--header-height);
display: flex;
align-items: center;
padding: 0 16px;
}
.page-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--background-color);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
main {
padding-top: var(--header-height);
padding-bottom: var(--bottom-nav-height);
}
</style>
<link rel="stylesheet" href="css/style.css" media="print" onload="this.media='all'" />
<noscript><link rel="stylesheet" href="css/style.css" /></noscript>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
/></noscript>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet"
/></noscript>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link
href="https:/
Open service 2606:4700:310c::ac42:2c86:8443 · yeahhe-website.pages.dev
2026-01-04 13:30
HTTP/1.1 200 OK
Date: Sun, 04 Jan 2026 13:30:06 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40257
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "76634ce1130ae27406af3d0d263e4592"
Link: <icon/logo.png>; rel="preload"; as=image
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=DmXMO4D1o4XJwIFD78JjvdEHkCfWV0A38K3nXuWqylIH2BbriaHlbC8z1wN2myE6d8ntiT1F2bemQTc9p9Wc4XzXgAVYJFd0FTxKgrc8%2FkF3nwLZbD%2FLuCcTe487%2B9ShA4kMdQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b8b16accbf54d2e-FRA
alt-svc: h3=":8443"; ma=86400
Page title: yeahhe website
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
/>
<title>yeahhe website</title>
<meta
name="description"
content="yeahhe的个人网站,包含实用工具、智能语言、游戏娱乐和内容服务等分类的链接与介绍。"
/>
<meta
name="keywords"
content="yeahhe, 实用工具, 开发工具, Structure Insight, 数据结构, 可视化工具, QuickIP, IP查询, PathLogger, 地图工具, VolumeVision, 性能测试"
/>
<meta name="author" content="yeahhe" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="theme-color" content="#4361ee" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin />
<link rel="apple-touch-icon" sizes="180x180" href="icon/favicon_io/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="icon/favicon_io/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="icon/favicon_io/favicon-16x16.png" />
<link rel="shortcut icon" href="icon/favicon_io/favicon.ico" type="image/x-icon" />
<link rel="manifest" href="icon/favicon_io/site.webmanifest" />
<link rel="preload" href="icon/logo.png" as="image" />
<style>
:root {
--primary-color: #4361ee;
--primary-light: #738aec;
--primary-dark: #2f40af;
--background-color: #f8fafc;
--surface-color: #ffffff;
--text-color: #1e293b;
--header-background: rgba(255, 255, 255, 0.95);
--header-text: #1e293b;
--header-height: 56px;
--bottom-nav-height: 56px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
background: var(--background-color);
color: var(--text-color);
min-height: 100vh;
}
.app-header {
background-color: var(--header-background);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
height: var(--header-height);
display: flex;
align-items: center;
padding: 0 16px;
}
.page-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--background-color);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
main {
padding-top: var(--header-height);
padding-bottom: var(--bottom-nav-height);
}
</style>
<link rel="stylesheet" href="css/style.css" media="print" onload="this.media='all'" />
<noscript><link rel="stylesheet" href="css/style.css" /></noscript>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
/></noscript>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet"
/></noscript>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link
href="https:/
Open service 172.66.47.122:80 · yeahhe-website.pages.dev
2026-01-04 13:30
HTTP/1.1 301 Moved Permanently
Date: Sun, 04 Jan 2026 13:30:06 GMT
Content-Length: 0
Connection: close
Location: https://yeahhe-website.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=AzCkU9P4YSdXxDXbn5sZbP5HcrYoAiTaQAUEywVFNL21qyVS7oqfkE8pXMB6NFFqtmqoJBTfkh%2FbY8ZOsSX8UnEP%2Frceo9CGSruM9HtFCrsAT3lL%2BlBEXA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b8b16ac7f946e57-YYZ
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:310c::ac42:2c86:443 · yeahhe-website.pages.dev
2026-01-04 13:30
HTTP/1.1 200 OK
Date: Sun, 04 Jan 2026 13:30:06 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40257
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "76634ce1130ae27406af3d0d263e4592"
Link: <icon/logo.png>; rel="preload"; as=image
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nPXN40CDsxw5lTs5HtWL3sjX6o0Iw%2FqXWtkZJWieZu4%2BvXpRS8Oc6BdZJzH1fziddT%2F7R6BKdbc25F9vmCcz0xGPAbSrggC5ahaO4mHRYGABNBlOQ7yd53gStOGQB76uwBj1nA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b8b16acea67d256-FRA
alt-svc: h3=":443"; ma=86400
Page title: yeahhe website
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
/>
<title>yeahhe website</title>
<meta
name="description"
content="yeahhe的个人网站,包含实用工具、智能语言、游戏娱乐和内容服务等分类的链接与介绍。"
/>
<meta
name="keywords"
content="yeahhe, 实用工具, 开发工具, Structure Insight, 数据结构, 可视化工具, QuickIP, IP查询, PathLogger, 地图工具, VolumeVision, 性能测试"
/>
<meta name="author" content="yeahhe" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="theme-color" content="#4361ee" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin />
<link rel="apple-touch-icon" sizes="180x180" href="icon/favicon_io/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="icon/favicon_io/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="icon/favicon_io/favicon-16x16.png" />
<link rel="shortcut icon" href="icon/favicon_io/favicon.ico" type="image/x-icon" />
<link rel="manifest" href="icon/favicon_io/site.webmanifest" />
<link rel="preload" href="icon/logo.png" as="image" />
<style>
:root {
--primary-color: #4361ee;
--primary-light: #738aec;
--primary-dark: #2f40af;
--background-color: #f8fafc;
--surface-color: #ffffff;
--text-color: #1e293b;
--header-background: rgba(255, 255, 255, 0.95);
--header-text: #1e293b;
--header-height: 56px;
--bottom-nav-height: 56px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
background: var(--background-color);
color: var(--text-color);
min-height: 100vh;
}
.app-header {
background-color: var(--header-background);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
height: var(--header-height);
display: flex;
align-items: center;
padding: 0 16px;
}
.page-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--background-color);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
main {
padding-top: var(--header-height);
padding-bottom: var(--bottom-nav-height);
}
</style>
<link rel="stylesheet" href="css/style.css" media="print" onload="this.media='all'" />
<noscript><link rel="stylesheet" href="css/style.css" /></noscript>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
/></noscript>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet"
/></noscript>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link
href="https:/
Open service 2606:4700:310c::ac42:2f7a:80 · yeahhe-website.pages.dev
2026-01-04 13:30
HTTP/1.1 301 Moved Permanently
Date: Sun, 04 Jan 2026 13:30:06 GMT
Content-Length: 0
Connection: close
Location: https://yeahhe-website.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2BzesOXmTnwJDxD%2ByAqf6idv%2BdRMFf9AxB0SlxT5K7EEKupCLDNMS1i9N295RLyQV7MDdQOYjmgVJ6N13TaJoc2vHwXw4aNqXNYgFnP3bh%2Fkp8Cra%2FwNPnNPp2R2aWaps1Qc6Hw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b8b16ac5ad20a7b-AMS
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:310c::ac42:2c86:80 · yeahhe-website.pages.dev
2026-01-04 13:30
HTTP/1.1 301 Moved Permanently
Date: Sun, 04 Jan 2026 13:30:06 GMT
Content-Length: 0
Connection: close
Location: https://yeahhe-website.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XEmR%2BTJ51ZPsIqmky3%2BdcuYO7L0qyUnx0C7y1Fv9y274pISraO5rTYKljYl4h9hwxzP0p%2BO8z2bbL8SdqGBi232JB59uQgzMFj%2FIUPRCobF%2Fw3oLSrq2l%2B1smKsf4wDNUwi8Og%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b8b16ac6ce6d8d0-AMS
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:310c::ac42:2f7a:8443 · yeahhe-website.pages.dev
2026-01-04 13:30
HTTP/1.1 200 OK
Date: Sun, 04 Jan 2026 13:30:06 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40257
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "76634ce1130ae27406af3d0d263e4592"
Link: <icon/logo.png>; rel="preload"; as=image
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bMxMTflMczh6CZML1E4dgEVG1wCSkdQz4O0WyGirbkFzGYiLAbF7j0rd8UCszDf5ww6HV9rjulZyml6VePWkMXMy0J0bwkwQJT47uEkFnzPmdunv22eu8w1RQzxSy9qRE5s%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b8b16ad289e6955-FRA
alt-svc: h3=":8443"; ma=86400
Page title: yeahhe website
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
/>
<title>yeahhe website</title>
<meta
name="description"
content="yeahhe的个人网站,包含实用工具、智能语言、游戏娱乐和内容服务等分类的链接与介绍。"
/>
<meta
name="keywords"
content="yeahhe, 实用工具, 开发工具, Structure Insight, 数据结构, 可视化工具, QuickIP, IP查询, PathLogger, 地图工具, VolumeVision, 性能测试"
/>
<meta name="author" content="yeahhe" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="theme-color" content="#4361ee" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin />
<link rel="apple-touch-icon" sizes="180x180" href="icon/favicon_io/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="icon/favicon_io/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="icon/favicon_io/favicon-16x16.png" />
<link rel="shortcut icon" href="icon/favicon_io/favicon.ico" type="image/x-icon" />
<link rel="manifest" href="icon/favicon_io/site.webmanifest" />
<link rel="preload" href="icon/logo.png" as="image" />
<style>
:root {
--primary-color: #4361ee;
--primary-light: #738aec;
--primary-dark: #2f40af;
--background-color: #f8fafc;
--surface-color: #ffffff;
--text-color: #1e293b;
--header-background: rgba(255, 255, 255, 0.95);
--header-text: #1e293b;
--header-height: 56px;
--bottom-nav-height: 56px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
background: var(--background-color);
color: var(--text-color);
min-height: 100vh;
}
.app-header {
background-color: var(--header-background);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
height: var(--header-height);
display: flex;
align-items: center;
padding: 0 16px;
}
.page-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--background-color);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
main {
padding-top: var(--header-height);
padding-bottom: var(--bottom-nav-height);
}
</style>
<link rel="stylesheet" href="css/style.css" media="print" onload="this.media='all'" />
<noscript><link rel="stylesheet" href="css/style.css" /></noscript>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
/></noscript>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet"
/></noscript>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link
href="https:/
Open service 172.66.47.122:443 · yeahhe-website.pages.dev
2026-01-04 13:30
HTTP/1.1 200 OK
Date: Sun, 04 Jan 2026 13:30:06 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40257
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "76634ce1130ae27406af3d0d263e4592"
Link: <icon/logo.png>; rel="preload"; as=image
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=JVOqq2IK1vEIDdcP6LwEtAi%2BrqMWBtSANE8HXZsv3oW%2BAmwi%2FRd6751vTcjCHmvafS9%2B2Ha3b7f%2B%2BzjrnE1ikyOvcz%2FETVpY84RcZGdTJ6FVxVS3vOzcxw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b8b16acbbc3e1fe-AMS
alt-svc: h3=":443"; ma=86400
Page title: yeahhe website
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
/>
<title>yeahhe website</title>
<meta
name="description"
content="yeahhe的个人网站,包含实用工具、智能语言、游戏娱乐和内容服务等分类的链接与介绍。"
/>
<meta
name="keywords"
content="yeahhe, 实用工具, 开发工具, Structure Insight, 数据结构, 可视化工具, QuickIP, IP查询, PathLogger, 地图工具, VolumeVision, 性能测试"
/>
<meta name="author" content="yeahhe" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="theme-color" content="#4361ee" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin />
<link rel="apple-touch-icon" sizes="180x180" href="icon/favicon_io/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="icon/favicon_io/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="icon/favicon_io/favicon-16x16.png" />
<link rel="shortcut icon" href="icon/favicon_io/favicon.ico" type="image/x-icon" />
<link rel="manifest" href="icon/favicon_io/site.webmanifest" />
<link rel="preload" href="icon/logo.png" as="image" />
<style>
:root {
--primary-color: #4361ee;
--primary-light: #738aec;
--primary-dark: #2f40af;
--background-color: #f8fafc;
--surface-color: #ffffff;
--text-color: #1e293b;
--header-background: rgba(255, 255, 255, 0.95);
--header-text: #1e293b;
--header-height: 56px;
--bottom-nav-height: 56px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
background: var(--background-color);
color: var(--text-color);
min-height: 100vh;
}
.app-header {
background-color: var(--header-background);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
height: var(--header-height);
display: flex;
align-items: center;
padding: 0 16px;
}
.page-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--background-color);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
main {
padding-top: var(--header-height);
padding-bottom: var(--bottom-nav-height);
}
</style>
<link rel="stylesheet" href="css/style.css" media="print" onload="this.media='all'" />
<noscript><link rel="stylesheet" href="css/style.css" /></noscript>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
/></noscript>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet"
/></noscript>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link
href="https:/
Open service 172.66.44.134:443 · yeahhe-website.pages.dev
2026-01-04 13:30
HTTP/1.1 200 OK
Date: Sun, 04 Jan 2026 13:30:06 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 40257
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "76634ce1130ae27406af3d0d263e4592"
Link: <icon/logo.png>; rel="preload"; as=image
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=39wN%2BxV9nQn4mGiYcp7j20jlQgnFAlRk1gPubCOo3gjcvyTK6fnu7tseqzcd%2BvhkEo0Bsw8nQiPTPGF9q%2Bv6Z3XDplOWSydofgm70BCPdP9%2Fc7ohAlwdOQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b8b16ac8b5941e7-EWR
alt-svc: h3=":443"; ma=86400
Page title: yeahhe website
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
/>
<title>yeahhe website</title>
<meta
name="description"
content="yeahhe的个人网站,包含实用工具、智能语言、游戏娱乐和内容服务等分类的链接与介绍。"
/>
<meta
name="keywords"
content="yeahhe, 实用工具, 开发工具, Structure Insight, 数据结构, 可视化工具, QuickIP, IP查询, PathLogger, 地图工具, VolumeVision, 性能测试"
/>
<meta name="author" content="yeahhe" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="theme-color" content="#4361ee" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin />
<link rel="apple-touch-icon" sizes="180x180" href="icon/favicon_io/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="icon/favicon_io/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="icon/favicon_io/favicon-16x16.png" />
<link rel="shortcut icon" href="icon/favicon_io/favicon.ico" type="image/x-icon" />
<link rel="manifest" href="icon/favicon_io/site.webmanifest" />
<link rel="preload" href="icon/logo.png" as="image" />
<style>
:root {
--primary-color: #4361ee;
--primary-light: #738aec;
--primary-dark: #2f40af;
--background-color: #f8fafc;
--surface-color: #ffffff;
--text-color: #1e293b;
--header-background: rgba(255, 255, 255, 0.95);
--header-text: #1e293b;
--header-height: 56px;
--bottom-nav-height: 56px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
background: var(--background-color);
color: var(--text-color);
min-height: 100vh;
}
.app-header {
background-color: var(--header-background);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
height: var(--header-height);
display: flex;
align-items: center;
padding: 0 16px;
}
.page-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--background-color);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
main {
padding-top: var(--header-height);
padding-bottom: var(--bottom-nav-height);
}
</style>
<link rel="stylesheet" href="css/style.css" media="print" onload="this.media='all'" />
<noscript><link rel="stylesheet" href="css/style.css" /></noscript>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
rel="stylesheet"
/></noscript>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet"
/></noscript>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<noscript
><link
href="https:/