cloudflare
tcp/443 tcp/80 tcp/8443
Open service 2606:4700:3035::6815:76a:80 · work.mqsi.xyz
2026-01-05 16:55
HTTP/1.1 301 Moved Permanently
Date: Mon, 05 Jan 2026 16:55:17 GMT
Content-Length: 0
Connection: close
Location: https://work.mqsi.xyz/
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=561jg9YiuveQ7f%2ByrU2ATQqIZPw88PxD8UvQTZ9fHjPcAo5PIPlejSTTBRR3vANTj3%2FtSqKQ6sw%2BiMp6p2HejfazBbEDo%2BLd290taoXT5Eq5oSecbSBTox8%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=358,cfOrigin;dur=12
cf-cache-status: DYNAMIC
CF-RAY: 9b94809b1ae29fb3-SIN
alt-svc: h3=":443"; ma=86400
Open service 172.67.130.30:8443 · work.mqsi.xyz
2026-01-05 16:55
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 16:55:16 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
cf-cache-status: DYNAMIC
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=rUhmKtXptfXa6vZX2o4Kux%2FrEPeCPAEaQfnAbnN7J8dz15B%2FuNr5%2F2l%2FB9xSYKppWAf9psNr%2B5LqOp0x5Q80wm65qYn61LuNBCniFPU%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=11,cfOrigin;dur=68
CF-RAY: 9b948097ebce2c39-SJC
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: "微软雅黑", "Helvetica Neue", Arial, sans-serif;
background-color: #f3f3f3;
padding: 20px;
}
.container {
max-width: 900px;
margin: auto;
background-color: #fff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
text-align: center;
font-size: 22pt;
margin-bottom: 20px;
}
h2 {
text-align: center;
font-size: 16pt;
font-style: italic;
margin-top: 40px;
border-bottom: 2px solid #ddd;
padding-bottom: 6px;
}
.task {
font-size: 14px;
line-height: 1.8;
display: flex;
align-items: center;
gap: 10px;
margin: 10px 0;
padding: 6px 8px;
border-radius: 6px;
transition: background-color 0.3s;
}
.task.completed {
background-color: #e0e0e0;
color: #777;
font-style: italic;
}
.popup {
position: fixed;
top: 50px;
right: 30px;
background-color: #4caf50;
color: white;
padding: 10px 20px;
border-radius: 8px;
font-size: 16px;
animation: fadeSlide 2s ease-out forwards;
z-index: 9999;
}
@keyframes fadeSlide {
0% {opacity: 0; transform: translateY(-20px);}
10% {opacity: 1;}
90% {opacity: 1;}
100% {opacity: 0; transform: translateY(-40px);}
}
.fireworks-container {
position: fixed;
top: 0; left: 0;
width: 100vw; height: 100vh;
pointer-events: none;
z-index: 9998;
}
.stats {
margin-top: 20px;
text-align: center;
font-size: 14px;
color: #555;
}
.reset-btn {
display: block;
margin: 25px auto 0;
padding: 6px 16px;
font-size: 14px;
border: none;
background-color: #f44336;
color: white;
border-radius: 5px;
cursor: pointer;
}
.reset-btn:hover {
background-color: #c62828;
}
</style>
</head>
<body>
<div class="container">
<h1>高二升高三暑假作业清单</h1>
<div id="task-list">
<h2>语文</h2>
<div class="task"><input type="checkbox" data-id="yuwen-1" /> 完成2020——2024五套海南高考语文真题</div>
<div class="task"><input type="checkbox" data-id="yuwen-2" /> 完成世纪金榜《教材必备知识手册》必修上册、必修下册挖空训练和情景式默写</div>
<h2>数学</h2>
<div class="task"><input type="checkbox" data-id="math-1" /> 2025年全国各地5份高考试题</div>
<div class="task"><input type="checkbox" data-id="math-2" /> 自学巩固《海口实验中学2026届高三数学复习资料---基础篇》</div>
<div class="task"><input type="checkbox" data-id="math-3" /> 完成课本课后相关习题(参考《深挖教材 高中数学讲与练》)</div>
<h2>英语</h2>
<div class="task"><input type="checkbox" data-id="english-1" /> 背诵必修一单元单词短语并完成资料练习</div>
<div class="task"><input type="checkbox" data-id="english-2" /> 完成创新设计必修一1-6单元阅读完形语法填空</div>
<div class="task"><input type="checkbox" data-id="english-3" /> 完成4套高考题(重点班实验班)</div>
<h2>政治</h2>
<div class="task"><input type="checkbox" data-id="politics-1" /> 背熟选必二、选必三的知识点</div>
<div class="task"><input type="checkbox" data-id="politics-2" /> 完成《创新设计》64练P491-544的选择题并记录</div>
<h2>历史</h2>
<div class="task"><input type="checkbox" data-id="history-1" /> 熟记中外历史大事年表</div>
<div class="task"><input type="checkbox" data-id="history-2" /> 掌握《中外历史纲要》+选必修主干知识提纲</div>
<div class="task"><input type="checkbox" data-id="history-3"
Open service 104.21.7.106:80 · work.mqsi.xyz
2026-01-05 16:55
HTTP/1.1 301 Moved Permanently
Date: Mon, 05 Jan 2026 16:55:16 GMT
Content-Length: 0
Connection: close
Location: https://work.mqsi.xyz/
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ChETcUuxe%2Bpi4D6NCeIP3bDm3mmZRYlqD4RFHXT8w3oU7psN7CcMVWz4MjZXmVLGMIohSCmOIhNQhu4iCSjyDF4D2f1OSIIgUA2pKcM%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=16,cfOrigin;dur=7
cf-cache-status: DYNAMIC
CF-RAY: 9b9480987db5a506-EWR
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3035::ac43:821e:443 · work.mqsi.xyz
2026-01-05 16:55
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 16:55:16 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
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=4rf9WRQd2rOgCtpIh8a7YbDWGM%2BYWuT25bw26Y5uvx8OKZTPIxzdSZn6CMq%2F0yPx%2F%2F7BOhW1r8leb%2FrSOZzKqGI%2BzMp57s0oVCPUcUhAFWDLuYu1O02knqo%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9b948097ab5e3d90-LHR
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: "微软雅黑", "Helvetica Neue", Arial, sans-serif;
background-color: #f3f3f3;
padding: 20px;
}
.container {
max-width: 900px;
margin: auto;
background-color: #fff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
text-align: center;
font-size: 22pt;
margin-bottom: 20px;
}
h2 {
text-align: center;
font-size: 16pt;
font-style: italic;
margin-top: 40px;
border-bottom: 2px solid #ddd;
padding-bottom: 6px;
}
.task {
font-size: 14px;
line-height: 1.8;
display: flex;
align-items: center;
gap: 10px;
margin: 10px 0;
padding: 6px 8px;
border-radius: 6px;
transition: background-color 0.3s;
}
.task.completed {
background-color: #e0e0e0;
color: #777;
font-style: italic;
}
.popup {
position: fixed;
top: 50px;
right: 30px;
background-color: #4caf50;
color: white;
padding: 10px 20px;
border-radius: 8px;
font-size: 16px;
animation: fadeSlide 2s ease-out forwards;
z-index: 9999;
}
@keyframes fadeSlide {
0% {opacity: 0; transform: translateY(-20px);}
10% {opacity: 1;}
90% {opacity: 1;}
100% {opacity: 0; transform: translateY(-40px);}
}
.fireworks-container {
position: fixed;
top: 0; left: 0;
width: 100vw; height: 100vh;
pointer-events: none;
z-index: 9998;
}
.stats {
margin-top: 20px;
text-align: center;
font-size: 14px;
color: #555;
}
.reset-btn {
display: block;
margin: 25px auto 0;
padding: 6px 16px;
font-size: 14px;
border: none;
background-color: #f44336;
color: white;
border-radius: 5px;
cursor: pointer;
}
.reset-btn:hover {
background-color: #c62828;
}
</style>
</head>
<body>
<div class="container">
<h1>高二升高三暑假作业清单</h1>
<div id="task-list">
<h2>语文</h2>
<div class="task"><input type="checkbox" data-id="yuwen-1" /> 完成2020——2024五套海南高考语文真题</div>
<div class="task"><input type="checkbox" data-id="yuwen-2" /> 完成世纪金榜《教材必备知识手册》必修上册、必修下册挖空训练和情景式默写</div>
<h2>数学</h2>
<div class="task"><input type="checkbox" data-id="math-1" /> 2025年全国各地5份高考试题</div>
<div class="task"><input type="checkbox" data-id="math-2" /> 自学巩固《海口实验中学2026届高三数学复习资料---基础篇》</div>
<div class="task"><input type="checkbox" data-id="math-3" /> 完成课本课后相关习题(参考《深挖教材 高中数学讲与练》)</div>
<h2>英语</h2>
<div class="task"><input type="checkbox" data-id="english-1" /> 背诵必修一单元单词短语并完成资料练习</div>
<div class="task"><input type="checkbox" data-id="english-2" /> 完成创新设计必修一1-6单元阅读完形语法填空</div>
<div class="task"><input type="checkbox" data-id="english-3" /> 完成4套高考题(重点班实验班)</div>
<h2>政治</h2>
<div class="task"><input type="checkbox" data-id="politics-1" /> 背熟选必二、选必三的知识点</div>
<div class="task"><input type="checkbox" data-id="politics-2" /> 完成《创新设计》64练P491-544的选择题并记录</div>
<h2>历史</h2>
<div class="task"><input type="checkbox" data-id="history-1" /> 熟记中外历史大事年表</div>
<div class="task"><input type="checkbox" data-id="history-2" /> 掌握《中外历史纲要》+选必修主干知识提纲</div>
<div class="task"><input type="checkbox" data-id="history-3"
Open service 104.21.7.106:8443 · work.mqsi.xyz
2026-01-05 16:55
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 16:55:16 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
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=uXzH81D1SwNCZ1wj%2Br1LMUrh3vJ4nXhpWT3eRYelUTHyj7wCQMyoS3M6HNozk6F5wurXKw7bnwAz43Xm8RGt7YCdlwbfcT7O6E8Gt70%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9b948097cd061205-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: "微软雅黑", "Helvetica Neue", Arial, sans-serif;
background-color: #f3f3f3;
padding: 20px;
}
.container {
max-width: 900px;
margin: auto;
background-color: #fff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
text-align: center;
font-size: 22pt;
margin-bottom: 20px;
}
h2 {
text-align: center;
font-size: 16pt;
font-style: italic;
margin-top: 40px;
border-bottom: 2px solid #ddd;
padding-bottom: 6px;
}
.task {
font-size: 14px;
line-height: 1.8;
display: flex;
align-items: center;
gap: 10px;
margin: 10px 0;
padding: 6px 8px;
border-radius: 6px;
transition: background-color 0.3s;
}
.task.completed {
background-color: #e0e0e0;
color: #777;
font-style: italic;
}
.popup {
position: fixed;
top: 50px;
right: 30px;
background-color: #4caf50;
color: white;
padding: 10px 20px;
border-radius: 8px;
font-size: 16px;
animation: fadeSlide 2s ease-out forwards;
z-index: 9999;
}
@keyframes fadeSlide {
0% {opacity: 0; transform: translateY(-20px);}
10% {opacity: 1;}
90% {opacity: 1;}
100% {opacity: 0; transform: translateY(-40px);}
}
.fireworks-container {
position: fixed;
top: 0; left: 0;
width: 100vw; height: 100vh;
pointer-events: none;
z-index: 9998;
}
.stats {
margin-top: 20px;
text-align: center;
font-size: 14px;
color: #555;
}
.reset-btn {
display: block;
margin: 25px auto 0;
padding: 6px 16px;
font-size: 14px;
border: none;
background-color: #f44336;
color: white;
border-radius: 5px;
cursor: pointer;
}
.reset-btn:hover {
background-color: #c62828;
}
</style>
</head>
<body>
<div class="container">
<h1>高二升高三暑假作业清单</h1>
<div id="task-list">
<h2>语文</h2>
<div class="task"><input type="checkbox" data-id="yuwen-1" /> 完成2020——2024五套海南高考语文真题</div>
<div class="task"><input type="checkbox" data-id="yuwen-2" /> 完成世纪金榜《教材必备知识手册》必修上册、必修下册挖空训练和情景式默写</div>
<h2>数学</h2>
<div class="task"><input type="checkbox" data-id="math-1" /> 2025年全国各地5份高考试题</div>
<div class="task"><input type="checkbox" data-id="math-2" /> 自学巩固《海口实验中学2026届高三数学复习资料---基础篇》</div>
<div class="task"><input type="checkbox" data-id="math-3" /> 完成课本课后相关习题(参考《深挖教材 高中数学讲与练》)</div>
<h2>英语</h2>
<div class="task"><input type="checkbox" data-id="english-1" /> 背诵必修一单元单词短语并完成资料练习</div>
<div class="task"><input type="checkbox" data-id="english-2" /> 完成创新设计必修一1-6单元阅读完形语法填空</div>
<div class="task"><input type="checkbox" data-id="english-3" /> 完成4套高考题(重点班实验班)</div>
<h2>政治</h2>
<div class="task"><input type="checkbox" data-id="politics-1" /> 背熟选必二、选必三的知识点</div>
<div class="task"><input type="checkbox" data-id="politics-2" /> 完成《创新设计》64练P491-544的选择题并记录</div>
<h2>历史</h2>
<div class="task"><input type="checkbox" data-id="history-1" /> 熟记中外历史大事年表</div>
<div class="task"><input type="checkbox" data-id="history-2" /> 掌握《中外历史纲要》+选必修主干知识提纲</div>
<div class="task"><input type="checkbox" data-id="history-3"
Open service 2606:4700:3035::ac43:821e:8443 · work.mqsi.xyz
2026-01-05 16:55
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 16:55:16 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
cf-cache-status: DYNAMIC
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=NeeizNLLheNVHI4PDce86y2fLq04m18HmNKKVAvzgsA%2BAUTV4FKbvoUd%2FyR6fJ94NpXUSVrObyoDc%2FGqLeGzNeAWIRT3qqMKfdXXwSougGcmoEgcYm%2BDFws%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=10,cfOrigin;dur=39
CF-RAY: 9b9480974f6b5383-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: "微软雅黑", "Helvetica Neue", Arial, sans-serif;
background-color: #f3f3f3;
padding: 20px;
}
.container {
max-width: 900px;
margin: auto;
background-color: #fff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
text-align: center;
font-size: 22pt;
margin-bottom: 20px;
}
h2 {
text-align: center;
font-size: 16pt;
font-style: italic;
margin-top: 40px;
border-bottom: 2px solid #ddd;
padding-bottom: 6px;
}
.task {
font-size: 14px;
line-height: 1.8;
display: flex;
align-items: center;
gap: 10px;
margin: 10px 0;
padding: 6px 8px;
border-radius: 6px;
transition: background-color 0.3s;
}
.task.completed {
background-color: #e0e0e0;
color: #777;
font-style: italic;
}
.popup {
position: fixed;
top: 50px;
right: 30px;
background-color: #4caf50;
color: white;
padding: 10px 20px;
border-radius: 8px;
font-size: 16px;
animation: fadeSlide 2s ease-out forwards;
z-index: 9999;
}
@keyframes fadeSlide {
0% {opacity: 0; transform: translateY(-20px);}
10% {opacity: 1;}
90% {opacity: 1;}
100% {opacity: 0; transform: translateY(-40px);}
}
.fireworks-container {
position: fixed;
top: 0; left: 0;
width: 100vw; height: 100vh;
pointer-events: none;
z-index: 9998;
}
.stats {
margin-top: 20px;
text-align: center;
font-size: 14px;
color: #555;
}
.reset-btn {
display: block;
margin: 25px auto 0;
padding: 6px 16px;
font-size: 14px;
border: none;
background-color: #f44336;
color: white;
border-radius: 5px;
cursor: pointer;
}
.reset-btn:hover {
background-color: #c62828;
}
</style>
</head>
<body>
<div class="container">
<h1>高二升高三暑假作业清单</h1>
<div id="task-list">
<h2>语文</h2>
<div class="task"><input type="checkbox" data-id="yuwen-1" /> 完成2020——2024五套海南高考语文真题</div>
<div class="task"><input type="checkbox" data-id="yuwen-2" /> 完成世纪金榜《教材必备知识手册》必修上册、必修下册挖空训练和情景式默写</div>
<h2>数学</h2>
<div class="task"><input type="checkbox" data-id="math-1" /> 2025年全国各地5份高考试题</div>
<div class="task"><input type="checkbox" data-id="math-2" /> 自学巩固《海口实验中学2026届高三数学复习资料---基础篇》</div>
<div class="task"><input type="checkbox" data-id="math-3" /> 完成课本课后相关习题(参考《深挖教材 高中数学讲与练》)</div>
<h2>英语</h2>
<div class="task"><input type="checkbox" data-id="english-1" /> 背诵必修一单元单词短语并完成资料练习</div>
<div class="task"><input type="checkbox" data-id="english-2" /> 完成创新设计必修一1-6单元阅读完形语法填空</div>
<div class="task"><input type="checkbox" data-id="english-3" /> 完成4套高考题(重点班实验班)</div>
<h2>政治</h2>
<div class="task"><input type="checkbox" data-id="politics-1" /> 背熟选必二、选必三的知识点</div>
<div class="task"><input type="checkbox" data-id="politics-2" /> 完成《创新设计》64练P491-544的选择题并记录</div>
<h2>历史</h2>
<div class="task"><input type="checkbox" data-id="history-1" /> 熟记中外历史大事年表</div>
<div class="task"><input type="checkbox" data-id="history-2" /> 掌握《中外历史纲要》+选必修主干知识提纲</div>
<div class="task"><input type="checkbox" data-id="history-3"
Open service 172.67.130.30:80 · work.mqsi.xyz
2026-01-05 16:55
HTTP/1.1 301 Moved Permanently
Date: Mon, 05 Jan 2026 16:55:16 GMT
Content-Length: 0
Connection: close
Location: https://work.mqsi.xyz/
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=T%2Bfn6KzdNU7PKHaM8dtePd1FNt%2BJjCsZGUH%2FiENTeew2Jk%2BBYwGjang6oW%2Fz9MLie%2FLqJcU54LfK7OSo4Kvb6Lt1ggWbq9PgLgWCwk8%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=24,cfOrigin;dur=9
cf-cache-status: DYNAMIC
CF-RAY: 9b948096d891abbe-YYZ
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3035::6815:76a:8443 · work.mqsi.xyz
2026-01-05 16:55
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 16:55:17 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
cf-cache-status: DYNAMIC
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=Xx%2Blmd4QFBIgvpfQ7VfxP5f8BZTqBjweYs0eWnZ1JsYZv97Js9cPwNdwfmsgprWZrzCNZ6hjISf%2B4noFakI2kjkcMEuhAn5IK5Tq6upetMXDVYiQaq06"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=343,cfOrigin;dur=88
CF-RAY: 9b94809ccdec5f40-SIN
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: "微软雅黑", "Helvetica Neue", Arial, sans-serif;
background-color: #f3f3f3;
padding: 20px;
}
.container {
max-width: 900px;
margin: auto;
background-color: #fff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
text-align: center;
font-size: 22pt;
margin-bottom: 20px;
}
h2 {
text-align: center;
font-size: 16pt;
font-style: italic;
margin-top: 40px;
border-bottom: 2px solid #ddd;
padding-bottom: 6px;
}
.task {
font-size: 14px;
line-height: 1.8;
display: flex;
align-items: center;
gap: 10px;
margin: 10px 0;
padding: 6px 8px;
border-radius: 6px;
transition: background-color 0.3s;
}
.task.completed {
background-color: #e0e0e0;
color: #777;
font-style: italic;
}
.popup {
position: fixed;
top: 50px;
right: 30px;
background-color: #4caf50;
color: white;
padding: 10px 20px;
border-radius: 8px;
font-size: 16px;
animation: fadeSlide 2s ease-out forwards;
z-index: 9999;
}
@keyframes fadeSlide {
0% {opacity: 0; transform: translateY(-20px);}
10% {opacity: 1;}
90% {opacity: 1;}
100% {opacity: 0; transform: translateY(-40px);}
}
.fireworks-container {
position: fixed;
top: 0; left: 0;
width: 100vw; height: 100vh;
pointer-events: none;
z-index: 9998;
}
.stats {
margin-top: 20px;
text-align: center;
font-size: 14px;
color: #555;
}
.reset-btn {
display: block;
margin: 25px auto 0;
padding: 6px 16px;
font-size: 14px;
border: none;
background-color: #f44336;
color: white;
border-radius: 5px;
cursor: pointer;
}
.reset-btn:hover {
background-color: #c62828;
}
</style>
</head>
<body>
<div class="container">
<h1>高二升高三暑假作业清单</h1>
<div id="task-list">
<h2>语文</h2>
<div class="task"><input type="checkbox" data-id="yuwen-1" /> 完成2020——2024五套海南高考语文真题</div>
<div class="task"><input type="checkbox" data-id="yuwen-2" /> 完成世纪金榜《教材必备知识手册》必修上册、必修下册挖空训练和情景式默写</div>
<h2>数学</h2>
<div class="task"><input type="checkbox" data-id="math-1" /> 2025年全国各地5份高考试题</div>
<div class="task"><input type="checkbox" data-id="math-2" /> 自学巩固《海口实验中学2026届高三数学复习资料---基础篇》</div>
<div class="task"><input type="checkbox" data-id="math-3" /> 完成课本课后相关习题(参考《深挖教材 高中数学讲与练》)</div>
<h2>英语</h2>
<div class="task"><input type="checkbox" data-id="english-1" /> 背诵必修一单元单词短语并完成资料练习</div>
<div class="task"><input type="checkbox" data-id="english-2" /> 完成创新设计必修一1-6单元阅读完形语法填空</div>
<div class="task"><input type="checkbox" data-id="english-3" /> 完成4套高考题(重点班实验班)</div>
<h2>政治</h2>
<div class="task"><input type="checkbox" data-id="politics-1" /> 背熟选必二、选必三的知识点</div>
<div class="task"><input type="checkbox" data-id="politics-2" /> 完成《创新设计》64练P491-544的选择题并记录</div>
<h2>历史</h2>
<div class="task"><input type="checkbox" data-id="history-1" /> 熟记中外历史大事年表</div>
<div class="task"><input type="checkbox" data-id="history-2" /> 掌握《中外历史纲要》+选必修主干知识提纲</div>
<div class="task"><input type="checkbox" data-id="history-3"
Open service 172.67.130.30:443 · work.mqsi.xyz
2026-01-05 16:55
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 16:55:18 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
cf-cache-status: DYNAMIC
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=VLjQFJ%2FDKPwB7hL6LTxVcriPFoHJfAB2t36e%2FRH2mTA%2FaMNJ7nHEXwA0vp3Vr2WC9bGB4Jl0kGYdjQ11sVRWlzfV9vpobLGTnfV%2F%2BIE%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=249,cfOrigin;dur=976
CF-RAY: 9b94809c3b124823-BOM
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: "微软雅黑", "Helvetica Neue", Arial, sans-serif;
background-color: #f3f3f3;
padding: 20px;
}
.container {
max-width: 900px;
margin: auto;
background-color: #fff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
text-align: center;
font-size: 22pt;
margin-bottom: 20px;
}
h2 {
text-align: center;
font-size: 16pt;
font-style: italic;
margin-top: 40px;
border-bottom: 2px solid #ddd;
padding-bottom: 6px;
}
.task {
font-size: 14px;
line-height: 1.8;
display: flex;
align-items: center;
gap: 10px;
margin: 10px 0;
padding: 6px 8px;
border-radius: 6px;
transition: background-color 0.3s;
}
.task.completed {
background-color: #e0e0e0;
color: #777;
font-style: italic;
}
.popup {
position: fixed;
top: 50px;
right: 30px;
background-color: #4caf50;
color: white;
padding: 10px 20px;
border-radius: 8px;
font-size: 16px;
animation: fadeSlide 2s ease-out forwards;
z-index: 9999;
}
@keyframes fadeSlide {
0% {opacity: 0; transform: translateY(-20px);}
10% {opacity: 1;}
90% {opacity: 1;}
100% {opacity: 0; transform: translateY(-40px);}
}
.fireworks-container {
position: fixed;
top: 0; left: 0;
width: 100vw; height: 100vh;
pointer-events: none;
z-index: 9998;
}
.stats {
margin-top: 20px;
text-align: center;
font-size: 14px;
color: #555;
}
.reset-btn {
display: block;
margin: 25px auto 0;
padding: 6px 16px;
font-size: 14px;
border: none;
background-color: #f44336;
color: white;
border-radius: 5px;
cursor: pointer;
}
.reset-btn:hover {
background-color: #c62828;
}
</style>
</head>
<body>
<div class="container">
<h1>高二升高三暑假作业清单</h1>
<div id="task-list">
<h2>语文</h2>
<div class="task"><input type="checkbox" data-id="yuwen-1" /> 完成2020——2024五套海南高考语文真题</div>
<div class="task"><input type="checkbox" data-id="yuwen-2" /> 完成世纪金榜《教材必备知识手册》必修上册、必修下册挖空训练和情景式默写</div>
<h2>数学</h2>
<div class="task"><input type="checkbox" data-id="math-1" /> 2025年全国各地5份高考试题</div>
<div class="task"><input type="checkbox" data-id="math-2" /> 自学巩固《海口实验中学2026届高三数学复习资料---基础篇》</div>
<div class="task"><input type="checkbox" data-id="math-3" /> 完成课本课后相关习题(参考《深挖教材 高中数学讲与练》)</div>
<h2>英语</h2>
<div class="task"><input type="checkbox" data-id="english-1" /> 背诵必修一单元单词短语并完成资料练习</div>
<div class="task"><input type="checkbox" data-id="english-2" /> 完成创新设计必修一1-6单元阅读完形语法填空</div>
<div class="task"><input type="checkbox" data-id="english-3" /> 完成4套高考题(重点班实验班)</div>
<h2>政治</h2>
<div class="task"><input type="checkbox" data-id="politics-1" /> 背熟选必二、选必三的知识点</div>
<div class="task"><input type="checkbox" data-id="politics-2" /> 完成《创新设计》64练P491-544的选择题并记录</div>
<h2>历史</h2>
<div class="task"><input type="checkbox" data-id="history-1" /> 熟记中外历史大事年表</div>
<div class="task"><input type="checkbox" data-id="history-2" /> 掌握《中外历史纲要》+选必修主干知识提纲</div>
<div class="task"><input type="checkbox" data-id="history-3"
Open service 2606:4700:3035::ac43:821e:80 · work.mqsi.xyz
2026-01-05 16:55
HTTP/1.1 301 Moved Permanently
Date: Mon, 05 Jan 2026 16:55:16 GMT
Content-Length: 0
Connection: close
Location: https://work.mqsi.xyz/
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=g38TVd0WBIQ19fCrhibkvxIO77XdE59ALYBoAiEPRQq3ewohXSiZk0QP3we4kHCZr%2F4KugHHzGfYo3A8LJWfRkqtbZnKZb4%2Fswj2OiAsexHAdSHWhli%2Bd7s%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=200,cfOrigin;dur=14
cf-cache-status: DYNAMIC
CF-RAY: 9b948097ac5a8104-SIN
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3035::6815:76a:443 · work.mqsi.xyz
2026-01-05 16:55
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 16:55:16 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
cf-cache-status: DYNAMIC
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=t20FKmCD7zhB507hPn03SkSjATGVnLceAMBiA90QmHYcxUaysH2%2BTphtuOw6UZ%2F8LTGzQqM5kTBye1rj5Wn6aCigeIsz%2BpkaL5XPg2tHCJOLqed%2FqmNx33Q%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=13,cfOrigin;dur=41
CF-RAY: 9b948096ada239b4-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: "微软雅黑", "Helvetica Neue", Arial, sans-serif;
background-color: #f3f3f3;
padding: 20px;
}
.container {
max-width: 900px;
margin: auto;
background-color: #fff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
text-align: center;
font-size: 22pt;
margin-bottom: 20px;
}
h2 {
text-align: center;
font-size: 16pt;
font-style: italic;
margin-top: 40px;
border-bottom: 2px solid #ddd;
padding-bottom: 6px;
}
.task {
font-size: 14px;
line-height: 1.8;
display: flex;
align-items: center;
gap: 10px;
margin: 10px 0;
padding: 6px 8px;
border-radius: 6px;
transition: background-color 0.3s;
}
.task.completed {
background-color: #e0e0e0;
color: #777;
font-style: italic;
}
.popup {
position: fixed;
top: 50px;
right: 30px;
background-color: #4caf50;
color: white;
padding: 10px 20px;
border-radius: 8px;
font-size: 16px;
animation: fadeSlide 2s ease-out forwards;
z-index: 9999;
}
@keyframes fadeSlide {
0% {opacity: 0; transform: translateY(-20px);}
10% {opacity: 1;}
90% {opacity: 1;}
100% {opacity: 0; transform: translateY(-40px);}
}
.fireworks-container {
position: fixed;
top: 0; left: 0;
width: 100vw; height: 100vh;
pointer-events: none;
z-index: 9998;
}
.stats {
margin-top: 20px;
text-align: center;
font-size: 14px;
color: #555;
}
.reset-btn {
display: block;
margin: 25px auto 0;
padding: 6px 16px;
font-size: 14px;
border: none;
background-color: #f44336;
color: white;
border-radius: 5px;
cursor: pointer;
}
.reset-btn:hover {
background-color: #c62828;
}
</style>
</head>
<body>
<div class="container">
<h1>高二升高三暑假作业清单</h1>
<div id="task-list">
<h2>语文</h2>
<div class="task"><input type="checkbox" data-id="yuwen-1" /> 完成2020——2024五套海南高考语文真题</div>
<div class="task"><input type="checkbox" data-id="yuwen-2" /> 完成世纪金榜《教材必备知识手册》必修上册、必修下册挖空训练和情景式默写</div>
<h2>数学</h2>
<div class="task"><input type="checkbox" data-id="math-1" /> 2025年全国各地5份高考试题</div>
<div class="task"><input type="checkbox" data-id="math-2" /> 自学巩固《海口实验中学2026届高三数学复习资料---基础篇》</div>
<div class="task"><input type="checkbox" data-id="math-3" /> 完成课本课后相关习题(参考《深挖教材 高中数学讲与练》)</div>
<h2>英语</h2>
<div class="task"><input type="checkbox" data-id="english-1" /> 背诵必修一单元单词短语并完成资料练习</div>
<div class="task"><input type="checkbox" data-id="english-2" /> 完成创新设计必修一1-6单元阅读完形语法填空</div>
<div class="task"><input type="checkbox" data-id="english-3" /> 完成4套高考题(重点班实验班)</div>
<h2>政治</h2>
<div class="task"><input type="checkbox" data-id="politics-1" /> 背熟选必二、选必三的知识点</div>
<div class="task"><input type="checkbox" data-id="politics-2" /> 完成《创新设计》64练P491-544的选择题并记录</div>
<h2>历史</h2>
<div class="task"><input type="checkbox" data-id="history-1" /> 熟记中外历史大事年表</div>
<div class="task"><input type="checkbox" data-id="history-2" /> 掌握《中外历史纲要》+选必修主干知识提纲</div>
<div class="task"><input type="checkbox" data-id="history-3"
Open service 104.21.7.106:443 · work.mqsi.xyz
2026-01-05 16:55
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 16:55:16 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
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=MWN%2BWpAtEW53fyLhbJ5kVOlBYnBLs5K%2FO5m%2FQ0wNgoIIt6lBPnfUl8o1a%2BrQk9wHUVV9higCpoZkYBNM%2F5ElP2jb3Tnin0yp%2BevUfqk%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9b9480970ddbdcc6-FRA
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: "微软雅黑", "Helvetica Neue", Arial, sans-serif;
background-color: #f3f3f3;
padding: 20px;
}
.container {
max-width: 900px;
margin: auto;
background-color: #fff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
text-align: center;
font-size: 22pt;
margin-bottom: 20px;
}
h2 {
text-align: center;
font-size: 16pt;
font-style: italic;
margin-top: 40px;
border-bottom: 2px solid #ddd;
padding-bottom: 6px;
}
.task {
font-size: 14px;
line-height: 1.8;
display: flex;
align-items: center;
gap: 10px;
margin: 10px 0;
padding: 6px 8px;
border-radius: 6px;
transition: background-color 0.3s;
}
.task.completed {
background-color: #e0e0e0;
color: #777;
font-style: italic;
}
.popup {
position: fixed;
top: 50px;
right: 30px;
background-color: #4caf50;
color: white;
padding: 10px 20px;
border-radius: 8px;
font-size: 16px;
animation: fadeSlide 2s ease-out forwards;
z-index: 9999;
}
@keyframes fadeSlide {
0% {opacity: 0; transform: translateY(-20px);}
10% {opacity: 1;}
90% {opacity: 1;}
100% {opacity: 0; transform: translateY(-40px);}
}
.fireworks-container {
position: fixed;
top: 0; left: 0;
width: 100vw; height: 100vh;
pointer-events: none;
z-index: 9998;
}
.stats {
margin-top: 20px;
text-align: center;
font-size: 14px;
color: #555;
}
.reset-btn {
display: block;
margin: 25px auto 0;
padding: 6px 16px;
font-size: 14px;
border: none;
background-color: #f44336;
color: white;
border-radius: 5px;
cursor: pointer;
}
.reset-btn:hover {
background-color: #c62828;
}
</style>
</head>
<body>
<div class="container">
<h1>高二升高三暑假作业清单</h1>
<div id="task-list">
<h2>语文</h2>
<div class="task"><input type="checkbox" data-id="yuwen-1" /> 完成2020——2024五套海南高考语文真题</div>
<div class="task"><input type="checkbox" data-id="yuwen-2" /> 完成世纪金榜《教材必备知识手册》必修上册、必修下册挖空训练和情景式默写</div>
<h2>数学</h2>
<div class="task"><input type="checkbox" data-id="math-1" /> 2025年全国各地5份高考试题</div>
<div class="task"><input type="checkbox" data-id="math-2" /> 自学巩固《海口实验中学2026届高三数学复习资料---基础篇》</div>
<div class="task"><input type="checkbox" data-id="math-3" /> 完成课本课后相关习题(参考《深挖教材 高中数学讲与练》)</div>
<h2>英语</h2>
<div class="task"><input type="checkbox" data-id="english-1" /> 背诵必修一单元单词短语并完成资料练习</div>
<div class="task"><input type="checkbox" data-id="english-2" /> 完成创新设计必修一1-6单元阅读完形语法填空</div>
<div class="task"><input type="checkbox" data-id="english-3" /> 完成4套高考题(重点班实验班)</div>
<h2>政治</h2>
<div class="task"><input type="checkbox" data-id="politics-1" /> 背熟选必二、选必三的知识点</div>
<div class="task"><input type="checkbox" data-id="politics-2" /> 完成《创新设计》64练P491-544的选择题并记录</div>
<h2>历史</h2>
<div class="task"><input type="checkbox" data-id="history-1" /> 熟记中外历史大事年表</div>
<div class="task"><input type="checkbox" data-id="history-2" /> 掌握《中外历史纲要》+选必修主干知识提纲</div>
<div class="task"><input type="checkbox" data-id="history-3"