Files
sxbh.ltd/hermes-dream-cover.html
T
Hermes CI FixandHermes AI e1a9b25afa init: sxbh.ltd 官网初始提交
- nginx 安全加固 (CSP, HSTS, 缓存策略)
- 共享 style.css
- 138个页面全部接入

Co-authored-by: Hermes AI <agent@hermes>
2026-07-11 17:29:24 +08:00

65 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{
width:1200px;height:675px;overflow:hidden;
font-family:-apple-system,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#1a1a2e 100%);
display:flex;flex-direction:column;justify-content:center;align-items:center;
padding:50px 70px;position:relative
}
.tag{
position:absolute;top:30px;left:50%;transform:translateX(-50%);
padding:6px 18px;border-radius:20px;
background:rgba(56,189,248,0.15);color:#38bdf8;
font-size:13px;font-weight:600;letter-spacing:1px
}
h1{
font-size:40px;font-weight:700;line-height:1.3;text-align:center;
background:linear-gradient(135deg,#38bdf8 0%,#818cf8 50%,#34d399 100%);
-webkit-background-clip:text;-webkit-text-fill-color:transparent;
margin-bottom:10px
}
.sub{
font-size:16px;color:#94a3b8;text-align:center;margin-bottom:30px
}
.stats{
display:flex;gap:24px;margin-top:10px
}
.stat-box{
text-align:center;padding:12px 24px;
background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.08);
border-radius:10px;min-width:130px
}
.stat-box .num{font-size:26px;font-weight:700;color:#38bdf8}
.stat-box .label{font-size:12px;color:#64748b;margin-top:2px}
.footer-text{
position:absolute;bottom:28px;
font-size:12px;color:#475569;letter-spacing:1px
}
.line{
width:80px;height:2px;
background:linear-gradient(90deg,transparent,#38bdf8,transparent);
margin-bottom:16px
}
</style>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="tag">🔬 实战案例 · Hermes Agent</div>
<h1>手把手实现<br>Hermes Agent 梦境模式</h1>
<div class="line"></div>
<div class="sub">从概念到落地的自进化AI反思循环 · 完整工程方案</div>
<div class="stats">
<div class="stat-box"><div class="num">2</div><div class="label">阶段递进</div></div>
<div class="stat-box"><div class="num">5</div><div class="label">错误模式发现</div></div>
<div class="stat-box"><div class="num">4</div><div class="label">SearXNG修复链路</div></div>
<div class="stat-box"><div class="num">8</div><div class="label">Profile复用</div></div>
</div>
<div class="footer-text">博海技术管理 · hermes-yanxue · 2026-06-26</div>
</body>
</html>