中国共产党成立100周年纪念单页

中国共产党成立100周年纪念单页

2025年1月31日星期五 · #资源推荐 分享 · 2445 字 12 分钟 ·
-浏览量
·
简介

中国共产党成立100周年纪念单页

html单页 AI写的 自适应页面 可以托管Cloudflare

当做小页面放在博客里面,挺不错的 我的演示页面:3181314.xyz

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>百年征程 · 热烈庆祝中国共产党成立100周年</title>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;700&family=ZCOOL+QingKe+HuangYou&display=swap" rel="stylesheet">
<style>
:root{
--red:#C91F1F;
--deep-red:#961414;
--gold:#D9A441;
--bg:#FFF8F2;
--text:#3b2f2f;
--glass: rgba(255,255,255,0.65);
--lantern-width:120px;
--max-width:1100px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
margin:0;
font-family: "Noto Serif SC", "ZCOOL QingKe HuangYou", serif;
color:var(--text);
background:linear-gradient(180deg,#fff 0%, #FFF8F2 40%, #FFF1E6 100%);
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
overflow-y:auto;
}
.ink-bg{
position:fixed;
inset:0;
background-image:
radial-gradient(circle at 8% 18%, rgba(0,0,0,0.02) 0 2%, transparent 10%),
radial-gradient(circle at 88% 78%, rgba(0,0,0,0.02) 0 2%, transparent 12%);
mix-blend-mode:multiply;
pointer-events:none;
z-index:0;
}
/* HERO */
.hero{position:relative;padding:36px 20px;overflow:hidden}
.hero-inner{
display:flex;align-items:center;justify-content:space-between;gap:18px;
max-width:1200px;margin:0 auto;position:relative;z-index:2;transition:transform .12s linear;
}
.left-deco,.right-deco{width:110px;flex:0 0 110px}
.title-wrap{flex:1;text-align:center}
.title{
font-family:"ZCOOL QingKe HuangYou","Noto Serif SC",serif;color:var(--deep-red);
font-size:56px;margin:0;letter-spacing:2px;text-shadow:0 6px 18px rgba(201,31,31,0.12);
transform-origin:center;animation:float 6s ease-in-out infinite;
}
.subtitle{margin:8px 0 18px;color:#5c3e3e;font-size:16px}
.ribbon{margin-top:14px;display:inline-block;background:linear-gradient(90deg,#D94343,#C22B2B);
color:#FFF8F2;padding:8px 18px;border-radius:999px;box-shadow:0 6px 18px rgba(201,31,31,0.12);
font-weight:600;letter-spacing:1px;font-size:14px}
.clouds{position:absolute;left:0;right:0;bottom:-2px;height:120px;opacity:0.95;z-index:1}
/* 布局:概览 + 时间轴(Grid 版,增强响应式) */
.container{max-width:var(--max-width);margin:28px auto;padding:0 20px;display:block;gap:20px}
.card{
background:linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,250,245,0.96));
border-radius:12px;padding:18px;box-shadow:0 8px 30px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,0.03);
}
.card h2{margin:0 0 8px 0}
.card p{margin:0;font-size:15px;line-height:1.7}
/* 纵向时间轴(基于 Grid 的行) */
.timeline{padding:24px 16px 46px}
.section-title{text-align:center;font-size:24px;margin:8px 0 20px;color:var(--deep-red)}
.v-timeline{max-width:var(--max-width);margin:0 auto;position:relative;padding:20px 10px}
.v-timeline::before{
content:"";
position:absolute;
left:50%;
top:8px;
bottom:8px;
width:6px;
transform:translateX(-50%);
background:linear-gradient(180deg,var(--gold),rgba(217,175,74,0.6));
border-radius:6px;
}
.v-row{
display:grid;
grid-template-columns:1fr 60px 1fr;
column-gap:20px;
align-items:start;
margin:18px 0;
grid-auto-rows:auto;
width:100%;
}
.v-item{
padding:14px 18px;border-radius:12px;background:linear-gradient(180deg,#fff,#FFF7F5);
box-shadow:0 8px 24px rgba(0,0,0,0.06);transition:transform .25s ease;
width:100%;
}
.v-item:hover{transform:translateY(-6px)}
.v-item .year{display:inline-block;padding:6px 10px;border-radius:999px;background:var(--red);color:#fff;font-weight:700;margin-bottom:8px}
.v-item h4{margin:6px 0 8px;color:var(--deep-red)}
.v-item p{margin:0;color:#5b4343;line-height:1.6}
.v-center{display:flex;align-items:start;justify-content:center}
.v-dot{
width:16px;height:16px;border-radius:50%;background:var(--red);
box-shadow:0 0 0 6px rgba(201,31,31,0.08);
margin-top:12px;
position:relative;
}
/* 庆祝区:放飞灯笼 */
.celebrate{padding:32px 16px}
.celebrate .panel{max-width:var(--max-width);margin:0 auto;background:linear-gradient(180deg,#fff,#FFF8F6);padding:18px;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.06)}
.controls{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-bottom:12px}
.controls input[type="text"]{flex:1;padding:10px 12px;border-radius:10px;border:1px solid rgba(0,0,0,0.08);font-size:15px}
.controls .btn{padding:10px 14px;border-radius:10px;cursor:pointer;background:var(--glass);border:1px solid rgba(0,0,0,0.06)}
.controls .btn.primary{background:linear-gradient(180deg,var(--red),var(--deep-red));color:#fff;border:none}
.preset-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}
.preset{padding:8px 12px;border-radius:999px;background:linear-gradient(90deg,#FFF4E8,#FFF0E6);border:1px solid rgba(0,0,0,0.04);cursor:pointer}
/* 放飞容器(覆盖层) */
.sky{position:fixed;inset:0;pointer-events:none;z-index:60;overflow:visible}
.lantern{
position:absolute;width:var(--lantern-width);height:160px;left:50%;transform:translateX(-50%);
pointer-events:none;will-change:transform,opacity;
display:flex;align-items:flex-start;justify-content:center;
font-family:"Noto Serif SC",serif;color:#3b1f1f;text-align:center;
}
.lantern .svg-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.lantern .msg{position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);font-size:14px;padding:6px 8px;color:#2b100f;background:transparent;white-space:nowrap}
@keyframes floatUp {
0%{transform:translate(-50%, 0) scale(1); opacity:1}
25%{transform:translate(calc(-50% + 20px), -25vh) scale(1.02)}
60%{transform:translate(calc(-50% - 12px), -65vh) scale(1.04)}
100%{transform:translate(calc(-50% + 8px), -120vh) scale(1.08); opacity:0}
}
/* 花瓣样式 */
.petal{position:fixed;border-radius:45% 55% 40% 60%;pointer-events:none;mix-blend-mode:screen;will-change:transform,top,left,opacity;z-index:55}
/* footer */
.site-footer{padding:18px;text-align:center;color:#6b5656;font-size:14px;border-top:1px solid rgba(0,0,0,0.02);margin-top:28px}
.site-footer a.footer-link{color:var(--deep-red);text-decoration:none;font-weight:600}
.site-footer a.footer-link:hover{text-decoration:underline}
/* 响应式:手机/窄屏下 — 去掉左侧竖线和圆点,保留对齐与触控间距 */
@media (max-width:900px){
.v-row{
grid-template-columns:12px 1fr; /* 保留小间隙用于视觉平衡 */
column-gap:12px;
align-items:start;
}
/* 隐藏原来的竖线(desktop-only) */
.v-timeline::before{
display:none;
}
/* 保证第一列(占位)与第二列内容的默认分配 */
.v-row > div:first-child{
grid-column:1;
display:block;
padding-top:6px;
}
.v-row > div:last-child{
grid-column:2;
}
/* 隐藏小屏上的圆点与其伪元素 */
.v-dot,
.v-dot::before,
.v-dot::after {
display:none !important;
}
/* 减小卡片内边距,提升可读性 */
.v-item{padding:12px 14px;border-radius:10px}
.v-item h4{font-size:16px}
.v-item p{font-size:14px}
.left-deco,.right-deco{display:none}
/* 触摸友好:让时间轴项可聚焦(便于键盘/屏幕阅读器) */
.v-item{outline: none}
.v-item:focus{box-shadow:0 0 0 3px rgba(217,164,68,0.12);transform:none}
}
/* prefers-reduced-motion 支持(尊重用户偏好) */
@media (prefers-reduced-motion: reduce) {
.title { animation: none !important; }
.lantern { animation: none !important; transition: none !important; opacity: 1 !important; }
.petal { transition: none !important; }
.v-item, .v-item:hover { transform: none !important; }
}
/* 限制 hero 视差在超大屏时的偏移(更稳健) */
@media (min-width:1400px){
.hero-inner{max-width:1300px}
}
</style>
</head>
<body>
<div class="ink-bg" aria-hidden="true"></div>
<header class="hero" role="banner">
<div class="hero-inner" id="heroInner">
<div class="left-deco" aria-hidden="true">
<svg viewBox="0 0 200 200" width="110" height="110" aria-hidden="true">
<defs><linearGradient id="g1" x1="0" x2="1"><stop offset="0" stop-color="#fff" stop-opacity="0.95"/><stop offset="1" stop-color="#FFD7D7"/></linearGradient></defs>
<g fill="url(#g1)" stroke="#E04B3A" stroke-width="1.5"><path d="M100 20 C92 34,76 34,64 46 C86 44,84 74,100 74 C116 74,114 44,136 46 C124 34,108 34,100 20 Z"/><circle cx="100" cy="88" r="6" fill="#E04B3A"/></g>
</svg>
</div>
<div class="title-wrap">
<h1 class="title" id="mainTitle">百年征程</h1>
<p class="subtitle">热烈庆祝中国共产党成立100周年</p>
<div class="ribbon" aria-hidden="true">1921 — 2021 · 不忘初心 牢记使命</div>
</div>
<div class="right-deco" aria-hidden="true">
<svg viewBox="0 0 120 220" width="110" height="110" aria-hidden="true">
<g transform="translate(10,10)"><ellipse cx="50" cy="70" rx="42" ry="56" fill="#D92E2E" stroke="#B22222" stroke-width="2"/><rect x="46" y="6" width="8" height="20" fill="#B22222"/><path d="M50 126 L50 150" stroke="#B22222" stroke-width="3" /></g>
</svg>
</div>
</div>
<svg class="clouds" viewBox="0 0 1400 200" preserveAspectRatio="none" aria-hidden="true">
<path d="M0 120 C150 40, 350 40, 500 120 C650 200, 850 200, 1000 120 C1150 40, 1250 40, 1400 120 L1400 200 L0 200 Z" fill="#FFF4E8" opacity="0.85"/>
</svg>
</header>
<main>
<section class="container" aria-label="概览">
<div class="card" role="region" aria-labelledby="aboutTitle">
<h2 id="aboutTitle">百年光辉 · 百年征程</h2>
<p>
百年,是历史在时光上刻下的深深纹理;百年,也是每一次初心的温热延续。我们以传统纹样为根、以当代版式为形,将峥嵘岁月的厚重与今日希望的光芒并置呈现——柔和的色调、流动的线条与细腻的留白,既缅怀过往的奋斗,也为未来铺陈可能。愿历史的每一段记忆化作照亮前路的灯塔,愿不变的初心继续转化为前行的力量,共同书写新时代的恢弘篇章。
</p>
</div>
</section>
<section class="timeline" id="timeline" aria-labelledby="timelineTitle">
<h2 class="section-title" id="timelineTitle">百年时间轴</h2>
<div class="v-timeline" id="vTimeline" role="list" aria-label="百年时间轴">
<!-- JS 渲染:基于 Grid 的每行三列(桌面)或两列(移动)-->
</div>
</section>
<section class="celebrate" aria-labelledby="celebrateTitle">
<h2 id="celebrateTitle" style="text-align:center;color:var(--deep-red)">放飞灯笼 · 致敬百年</h2>
<div class="celebrate panel" role="region" aria-label="放飞灯笼互动">
<div class="controls" aria-hidden="false">
<input id="wishInput" type="text" placeholder="输入你的祝福,最多 24 字(示例:祝福祖国繁荣昌盛)" maxlength="24" />
<button id="autoBtn" class="btn" title="随机祝福">随机祝福</button>
<button id="launchBtn" class="btn primary" title="放飞灯笼">放飞灯笼</button>
</div>
<div class="preset-row" aria-hidden="true">
<div class="preset" data-text="祝福祖国繁荣昌盛" tabindex="0">祝福祖国繁荣昌盛</div>
<div class="preset" data-text="不忘初心,牢记使命" tabindex="0">不忘初心,牢记使命</div>
<div class="preset" data-text="人民幸福,国泰民安" tabindex="0">人民幸福,国泰民安</div>
</div>
<p style="color:#6b5252;margin-top:6px">输入祝福后点击“放飞灯笼”,祝福将以书法风格出现在灯笼上,缓缓升入夜空,具有中国古典氛围。页面支持多次放飞。</p>
</div>
</section>
<footer class="site-footer" role="contentinfo">
<div>
托管在
<a class="footer-link" href="https://www.cloudflare.com/" target="_blank" rel="noopener noreferrer" title="访问 Cloudflare 官网" aria-label="访问 Cloudflare 官网">
Cloudflare
</a>
| 由 Cloudflare CDN 提供加速与安全防护
</div>
<div style="margin-top:8px;">
<a href="https://dh.3181314.xyz/" target="_blank" rel="noopener noreferrer">Hello &amp; Qgxs</a> &nbsp;|&nbsp;
<a href="https://www.3181314.xyz/" target="_blank" rel="noopener noreferrer">我的博客</a> &nbsp;|&nbsp;
<a href="https://www.3181314.xyz/about.html" target="_blank" rel="noopener noreferrer">关于我</a>
</div>
<div style="margin-top:6px;color:#8a6a6a;font-size:13px">致敬历史,面向未来 · 1921–2021</div>
</footer>
</main>
<!-- 放飞层 & 花瓣容器 -->
<div class="sky" id="skyLayer" aria-hidden="true"></div>
<div id="petalContainer" aria-hidden="true"></div>
<script>
(function(){
// 时间轴数据(可按需修改)
const timelineData = [
{year:1921, title:'中国共产党成立', desc:'中国共产党在上海和嘉兴南湖成立,开启了中国革命的新纪元。'},
{year:1949, title:'中华人民共和国成立', desc:'在中国共产党的领导下,中华人民共和国成立,开启民族复兴的新篇章。'},
{year:1978, title:'改革开放', desc:'实行改革开放,推动经济体制改革与持续发展,实现国家现代化的快速推进。'},
{year:1997, title:'香港回归', desc:'香港回归祖国怀抱,国家主权与统一得到进一步巩固。'},
{year:2012, title:'新时代开启', desc:'党的十八大以来,中国进入新时代,提出全面建成小康、奋斗目标与现代化建设。'},
{year:2021, title:'百年华诞', desc:'庆祝中国共产党成立一百周年,回顾奋斗历程,展望未来的宏伟蓝图。'}
];
// 渲染纵向时间轴(桌面:交错左右;移动:点/线已隐藏,仅内容)
const vTimeline = document.getElementById('vTimeline');
function renderTimeline(){
vTimeline.innerHTML = '';
timelineData.forEach((item, idx) => {
const row = document.createElement('div');
row.className = 'v-row';
row.setAttribute('role','listitem');
row.setAttribute('aria-label', item.year + ' ' + item.title);
// For mobile we use two-column row: small left gap + content on right.
// For desktop we preserve the original three-column alternating layout.
if (window.matchMedia('(min-width:901px)').matches) {
const leftCell = document.createElement('div');
const middleCell = document.createElement('div'); middleCell.className = 'v-center';
const rightCell = document.createElement('div');
const itemEl = document.createElement('div');
itemEl.className = 'v-item';
itemEl.setAttribute('tabindex', '0');
itemEl.innerHTML = '<div class="year">' + item.year + '</div>' +
'<h4>' + item.title + '</h4>' +
'<p>' + item.desc + '</p>';
const dot = document.createElement('div');
dot.className = 'v-dot';
dot.setAttribute('aria-hidden','true');
if (idx % 2 === 0) {
leftCell.appendChild(itemEl);
middleCell.appendChild(dot);
} else {
rightCell.appendChild(itemEl);
middleCell.appendChild(dot);
}
row.appendChild(leftCell);
row.appendChild(middleCell);
row.appendChild(rightCell);
} else {
const gapCell = document.createElement('div');
const contentCell = document.createElement('div');
const itemEl = document.createElement('div');
itemEl.className = 'v-item';
itemEl.setAttribute('tabindex', '0');
itemEl.innerHTML = '<div class="year">' + item.year + '</div>' +
'<h4>' + item.title + '</h4>' +
'<p>' + item.desc + '</p>';
// Keep a small left cell (gap) for visual balance but hide dots/lines via CSS
gapCell.appendChild(document.createElement('div'));
contentCell.appendChild(itemEl);
row.appendChild(gapCell);
row.appendChild(contentCell);
}
vTimeline.appendChild(row);
});
}
// 视差(小幅),现代化监听并在触摸/粗指针设备禁用
function enableParallax(){
const hero = document.getElementById('heroInner');
if (!hero) return;
// Disable parallax on touch devices or coarse pointers
const prefersCoarse = window.matchMedia('(pointer: coarse)').matches;
if (prefersCoarse) { hero.style.transform = 'none'; return; }
function onMouseMove(e){
const cx = window.innerWidth/2, cy = window.innerHeight/2;
const dx = (e.clientX - cx) / cx;
const dy = (e.clientY - cy) / cy;
hero.style.transform = 'translateX(' + (dx*3) + 'px) translateY(' + (dy*2.5) + 'px)';
}
window.addEventListener('mousemove', onMouseMove);
const mq = window.matchMedia('(max-width:900px)');
function check(e){ if (mq.matches) hero.style.transform='none'; }
if (typeof mq.addEventListener === 'function') {
mq.addEventListener('change', check);
} else if (typeof mq.addListener === 'function') {
mq.addListener(check);
}
check();
}
// 花瓣(轻柔)
const petalContainer = document.getElementById('petalContainer');
function createPetal(){
const el = document.createElement('div');
el.className = 'petal';
const size = (Math.random()*14 + 10) | 0;
el.style.width = size + 'px';
el.style.height = Math.round(size * 1.2) + 'px';
el.style.left = (Math.random() * 100) + 'vw';
el.style.top = '-6vh';
el.style.background = 'radial-gradient(circle at 30% 30%, #fff8f8, #ffcfcf)';
el.style.opacity = (0.55 + Math.random()*0.45).toFixed(2);
el.style.transform = 'rotate(' + (Math.random()*360) + 'deg)';
el.style.transition = 'transform ' + (10+Math.random()*6) + 's linear, top ' + (10+Math.random()*6) + 's linear, left ' + (8+Math.random()*6) + 's linear, opacity 2s';
petalContainer.appendChild(el);
requestAnimationFrame(() => {
el.style.top = (80 + Math.random()*20) + 'vh';
el.style.left = (Math.random()*100) + 'vw';
el.style.transform = 'rotate(' + (Math.random()*720 - 360) + 'deg) translateX(' + (Math.random()*40-20) + 'px)';
});
setTimeout(()=> el.remove(), 16000);
}
let petalTimer = null;
function startPetals(){
if (petalTimer) return;
petalTimer = setInterval(createPetal, 420);
for (let i=0;i<6;i++) setTimeout(createPetal, i*160);
}
function stopPetals(){ clearInterval(petalTimer); petalTimer = null; }
// 放飞灯笼
const sky = document.getElementById('skyLayer');
const wishInput = document.getElementById('wishInput');
const launchBtn = document.getElementById('launchBtn');
const autoBtn = document.getElementById('autoBtn');
const presets = Array.from(document.querySelectorAll('.preset'));
const autoTexts = [
'祝福祖国繁荣昌盛',
'不忘初心,牢记使命',
'人民幸福,国泰民安',
'百年辉煌,继往开来',
'砥砺前行,共创未来'
];
// keyboard support for preset chips
presets.forEach(p => {
p.addEventListener('click', ()=> {
wishInput.value = p.dataset.text || '';
});
p.addEventListener('keydown', (e) => {
if (e.key === 'Enter' || e.key === ' ') {
e.preventDefault();
p.click();
}
});
});
autoBtn.addEventListener('click', ()=> {
const t = autoTexts[Math.floor(Math.random()*autoTexts.length)];
wishInput.value = t;
});
function createLantern(text){
const el = document.createElement('div');
el.className = 'lantern';
const startX = Math.random()*80 + 10;
const colorHue = 8 + Math.round(Math.random()*30);
el.style.left = startX + 'vw';
el.style.bottom = '-18vh';
el.style.opacity = '0';
el.style.zIndex = 65;
el.innerHTML = '<div class="svg-wrap" aria-hidden="true">'
+ '<svg viewBox="0 0 100 140" width="100%" height="100%" preserveAspectRatio="xMidYMid meet">'
+ '<defs><linearGradient id="lg" x1="0" x2="0" y1="0" y2="1"><stop offset="0" stop-color="#FFD6D6"/><stop offset="1" stop-color="#FFB7B7"/></linearGradient></defs>'
+ '<g transform="translate(0,0)">'
+ '<ellipse cx="50" cy="50" rx="36" ry="46" fill="hsl(' + colorHue + ' 80% 55%)" stroke="#B22222" stroke-width="2"/>'
+ '<rect x="44" y="4" width="12" height="14" fill="#B22222" />'
+ '<path d="M50 96 L50 116" stroke="#8b1a1a" stroke-width="2" />'
+ '</g></svg></div>'
+ '<div class="msg">' + escapeHtml(text) + '</div>';
const dur = 9000 + Math.random()*7000;
el.style.transition = 'opacity 600ms ease';
sky.appendChild(el);
requestAnimationFrame(()=> {
el.style.opacity = '1';
el.style.animation = 'floatUp ' + (dur/1000) + 's linear forwards';
});
for (let i=0;i<2;i++) setTimeout(createPetal, Math.random()*800);
setTimeout(()=> { el.remove(); }, dur + 600);
}
function escapeHtml(s){ return String(s || '').replace(/[&<>"']/g, function(m){ return {'&':'&amp;','<':'&lt;','>':'&gt;','"':'&quot;',"'":'&#39;'}[m]; }); }
launchBtn.addEventListener('click', ()=> {
const text = wishInput.value.trim() || autoTexts[Math.floor(Math.random()*autoTexts.length)];
createLantern(text);
});
wishInput.addEventListener('keydown', function(e){
if (e.key === 'Enter'){ e.preventDefault(); launchBtn.click(); }
});
// 初始化
function init(){
renderTimeline();
enableParallax();
// 预热花瓣(小批量以避免内存峰值)
setTimeout(startPetals, 800);
setTimeout(stopPetals, 7000);
// 标题入场(将动画禁用于 reduced-motion 首选项)
const title = document.getElementById('mainTitle');
try {
title.animate([{opacity:0, transform:'translateY(18px) scale(0.98)'},{opacity:1, transform:'translateY(0) scale(1)'}], {duration:900, easing:'cubic-bezier(.2,.8,.2,1)'});
} catch (e) { /* animation not supported */ }
}
// Re-render timeline on resize so mobile/desktop layout adapts when device rotated
let resizeTimer = null;
window.addEventListener('resize', () => {
clearTimeout(resizeTimer);
resizeTimer = setTimeout(renderTimeline, 160);
});
init();
// 暴露少量调试接口(可移除)
window.__celebrate = {createLantern, startPetals, stopPetals};
})();
</script>
</body>
</html>
中国共产党成立100周年纪念单页
https://www.3181314.xyz/posts/中国共产党100周年纪念单页/
作者
Odd.G
发布于
2025-01-31
许可协议
CC BY-NC-SA 4.0

评论区

看板娘
公告
友链 互换友链

正在招募技术类博客友链,要求原创、稳定更新。点击了解更多。

查看详情
欢迎 关于我的介绍

欢迎来到我的博客,热爱技术、持续学习,欢迎同好交流探讨,也欢迎大佬互换友链。

查看详情
音乐
封面

音乐

暂未播放

0:00
0:00
暂无歌词
标签
# 分享 10 # 技术 3 # 博客 3 # 部署教程 3 # 教程 2 # 效率 1 # AI 1 # 生活感悟 1 # 人生思考 1 # WorkBuddy 1 # 腾讯智能体 1 # IM集成 1 # OpenClaw 1 # AI助手 1 # 本地部署 1 # 魔术 1 # 前端 1 # 春晚 1 # 源码 1 # 服务器监控 1 # Docker部署 1 # CloudFlare 1 # 哪吒监控 1 # 免费托管 1 # 静态网站 1 # 动态部署 1 # AI项目 1 # 建站工具 1 # 云服务器 1 # 虚拟主机 1 # Minecraft 1 # 服务端 1 # 备份教程 1 # 模组 1 # Shadowsocks 1 # Linux 1 # 一键脚本 1 # 代理 1 # 导航页 1 # EdgeOne 1 # 部署 1 # 静态应用 1 # Cloudflare 1 # 图床 1 # Mizuki 1 # Docker 1 # VPS 1 # 思考 1 # 博客搭建 1 # 关于 1 # 个人 1
目录
工具

隐私政策

更新日期: 2026 年 7 月 15 日
生效日期: 2026 年 7 月 15 日

适用范围#

本政策适用于 Qgxs的博客(以下简称“本站”)。本站是个人博客,用于发布和分享内容;不提供账户注册、支付、定位或广告投放服务。访问本站、发表文章评论或在留言板留言前,请阅读本政策。

信息收集与使用#

本站只在提供内容、评论和留言功能,以及维护站点安全所需的范围内处理信息。

  • 访问与统计信息:访问页面时,统计服务可能处理访问时间、页面地址、来源页、浏览器和设备相关信息,用于了解内容访问情况、排查故障和改进站点。
  • 评论信息:使用文章评论功能时,Waline 可能处理您主动提交的昵称、邮箱、站点链接和评论内容;还可能处理 IP 地址等必要信息,用于防止垃圾评论、滥用和维护服务安全。评论内容、昵称和站点链接(如填写)可能公开展示在文章下方;邮箱不会公开展示。
  • 留言信息:留言板使用 Waline /guestbook/ 频道。Waline 可能处理您主动提交的昵称、可选邮箱、站点链接、留言内容和图片,以及浏览器、操作系统、IP 地址等必要的反滥用信息。默认情况下,留言图片以内嵌数据随留言提交;如站点维护者配置了远程图片上传接口,图片会先发送至该接口并在留言中保存返回的图片地址。留言内容、昵称、图片和站点链接(如填写)可能公开展示;邮箱和 IP 地址不会在留言板公开展示。
  • AI 对话信息:使用 AI 搜索时,本站会处理您提交的问题以及最近 6 条对话历史,用于检索博客内容并生成回答。问题和对话历史会发送至 ModelScope,或在第三方接口不可用时由 Cloudflare Workers AI 处理。请勿在 AI 对话中提交密码、Token、身份证件、联系方式或其他敏感信息。

请不要在评论或留言中提交身份证件、银行卡、住址、密码或其他不必要的敏感个人信息。

第三方服务#

为实现本站功能,以下第三方会在各自服务范围内处理相关数据:

  • Umami:用于匿名化的网站访问统计和出站链接点击统计,帮助我了解本站的使用情况。
  • Waline:用于文章评论、留言板及访问量统计。服务会按照其自身规则处理您在评论或留言时提交的信息及必要的反滥用信息。
  • Cloudflare:为本站提供静态资源分发、AI Worker、Vectorize 和相关基础设施。留言板不使用项目 Worker 或 KV 存储。
  • ModelScope:为 AI 搜索提供文本向量和对话模型服务,会处理您提交的问题及发送给模型的最近对话历史。
  • Cloudflare Workers AI:在未配置第三方 AI 接口时提供文本向量和对话模型服务,并处理相同的 AI 请求数据。
  • unpkg:用于加载 Waline 的前端脚本、样式和表情资源;请求这些资源时,您的浏览器会与该服务建立连接。

第三方服务可能有独立的隐私政策和数据保存规则。请在使用相关功能前查阅其规则;本站无法控制其独立的数据处理活动。

本站主要使用浏览器本地存储(Local Storage 或 Session Storage)保存使用偏好,例如主题颜色、明暗模式、文章列表视图和音乐播放设置。留言板会在本地保存匿名资料、未发送草稿和登录状态,以便恢复输入与会话;管理员登录状态仅保存在当前会话。AI 搜索的会话标题和完整对话也会保存在当前浏览器的 Local Storage 中,最长保存 7 天;您可以在 AI 面板中使用“清空全部会话”立即删除这些数据。

本站不主动设置用于广告定向的第一方 Cookie。评论、统计或资源服务可能按照其自身规则使用 Cookie 或类似技术。您可以通过浏览器设置查看、删除或限制 Cookie 和本地存储;清除后,部分偏好或互动状态可能会恢复为默认值,评论功能也可能受到影响。

信息公开、保存与安全#

评论和留言属于公开互动内容,提交后可能被搜索引擎收录、被他人引用或在缓存中短暂保留。请谨慎决定发布内容。除非您提出删除请求、内容违反规则或法律法规另有要求,公开内容会持续保留以维持讨论上下文。

本站会采取合理措施保护数据安全,包括使用 HTTPS、输入校验、内容转义和访问频率限制。但互联网传输和第三方服务均无法保证绝对安全,请理解并自行承担公开发布信息的相应风险。

你的权利#

你可以通过 crqgxs@qq.com 联系我,申请查询、更正或删除由本站直接保存的评论、留言或相关公开内容。为保护他人权益,请在请求中提供足以定位内容的信息,并说明你与该内容的关系;必要时可能需要进行合理核验。

对于由 Waline、Umami、Cloudflare 或 unpkg 独立处理的数据,你也可以直接向对应服务提供方行使相关权利。删除公开评论或留言后,第三方缓存、搜索引擎索引或他人转载的副本可能无法立即同步删除。

未成年人条款#

未满 14 周岁的未成年人应在监护人同意和指导下使用本站的评论、留言等互动功能。监护人如发现未成年人未经同意提交了个人信息,可通过上述联系方式与我联系,我会在合理范围内协助处理。

政策更新与联系#

我可能因本站功能或适用规则变化更新本政策,更新后的版本将在本站公布并标明日期。继续使用相关功能即表示你已阅读并理解更新后的政策。

如对本政策或数据处理有疑问,请联系 crqgxs@qq.com

用户协议

更新日期: 2026 年 5 月 19 日
生效日期: 2026 年 5 月 19 日

适用范围#

本协议适用于你访问 Qgxs的博客,以及使用文章评论、留言板等互动功能的行为。继续浏览本站或提交评论、留言,即表示你已阅读、理解并同意遵守本协议及本站的隐私政策。

评论及留言规则#

请在交流中保持友善、理性和尊重。你不得利用本站发布、传播或实施以下行为:

  • 发布任何违反中华人民共和国法律法规的内容。
  • 发布任何侵犯他人合法权益的内容,包括但不限于隐私、名誉、肖像、著作权、商标权和其他知识产权。
  • 恶意攻击、辱骂、骚扰、威胁、歧视其他用户或任何第三方。
  • 发布垃圾广告、恶意推广、刷屏、灌水,或与讨论主题明显无关的重复内容。
  • 利用本站进行网络诈骗、钓鱼、传播恶意软件,或发布可能危害网络和信息安全的内容。
  • 绕越或试图绕越本站的审核、限流、封禁等管理措施。
  • 冒充他人、伪造身份,或收集、公开他人的个人信息。

内容与访问管理#

你应对自己发布的评论和留言负责,并保证拥有发布该等内容所需的合法权利。论坛管理员有权在不另行通知的情况下删除违规内容、限制或封禁违规账号,或限制其继续使用本站互动功能。

如发现涉嫌违法犯罪、严重侵权或危及本站安全的内容,本站可保留相关记录,并在法律法规要求或必要时向有关部门提供协助。对管理措施有疑问时,可通过文末联系方式说明情况;本站会结合实际情况处理,但不承诺恢复已删除内容或访问权限。

知识产权与内容授权#

本站原创文章、页面设计和其他受保护内容的权利归作者或权利人所有。未经授权,请勿复制、转载、镜像或用于商业用途;法律法规允许的合理使用除外。

你发布评论或留言时,授予本站为展示、存储、备份、审核、删除和维护互动功能所必需的非独占、免费的使用许可。该许可不改变你对原创内容依法享有的权利。

免责声明#

本站内容仅用于个人记录、学习交流和一般信息参考,不构成任何专业意见、承诺或担保。你应结合自身情况独立判断,并对据此采取的行动负责。

评论、留言和外部链接中的内容由其发布者或运营者负责,不代表本站立场。本站会在合理范围内处理明显违规内容,但不保证所有内容均及时发现,也不对第三方网站的可用性、内容、安全性或隐私实践承担责任。

因网络故障、不可抗力、第三方服务异常、维护升级或超出合理控制范围的原因导致本站暂时无法访问、内容延迟或数据丢失的,本站会尽力恢复,但不承担由此产生的间接损失。

未成年人条款#

未满 14 周岁的未成年人应在监护人同意和指导下使用评论、留言等互动功能。监护人应协助未成年人理解本协议,并对其使用行为进行必要的引导。

其他条款#

我可以根据本站功能、管理需要或法律法规变化更新本协议,更新后的版本将在本站公布并标明日期。继续使用本站即视为接受更新后的协议。

本协议的订立、执行和解释适用中华人民共和国法律。因本协议或使用本站产生争议时,双方应先友好协商;协商不成的,依法向有管辖权的人民法院解决。

如对本协议或内容管理有疑问,请联系 crqgxs@qq.com