Files
memind/public/thumbnail-demo-samples/vietnam-guide-good.html
john e2ad3bf62b feat(mindspace): 公开页分享组件、workspace 路径与 Plaza 发布增强
- 新增 public share widget 与 workspace relative path 解析
- 增强 publications/chat-plaza 发布链路与缩略图 demo
- 补充 schema、cover 检查脚本与回归测试

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-05 23:14:41 +08:00

48 lines
2.4 KiB
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="河内、下龙湾与会安 — 越南深度游完整攻略">
<meta name="mindspace-cover" content='{"tag":"旅行","emoji":"✈️","accent":"#ff6b35","accent2":"#24243e","subtitle":"河内·下龙湾·会安古镇","cover":"https://images.unsplash.com/photo-1559592413-7cec4d0cae2b?auto=format&fit=crop&w=1200&q=80"}'>
<title>越南旅游指南</title>
<style>
:root { --accent: #ff6b35; --accent2: #24243e; --bg: #fff8f2; }
body { margin: 0; font-family: Georgia, serif; background: linear-gradient(160deg, var(--bg), #ffe8d6); color: #18211d; line-height: 1.7; }
.hero { position: relative; height: 280px; overflow: hidden; }
.hero img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(36,36,62,0.55), transparent 60%); }
main { max-width: 720px; margin: -48px auto 0; padding: 0 24px 72px; position: relative; z-index: 1; }
.card { background: #fff; border-radius: 16px; padding: 32px; box-shadow: 0 12px 40px rgba(24,33,29,0.1); }
h1 { font-size: 2.2rem; margin: 0 0 0.5rem; color: var(--accent2); }
.lead { color: #5f6963; margin-bottom: 2rem; }
section { margin-bottom: 1.5rem; }
h2 { font-size: 1.15rem; margin-bottom: 0.5rem; color: var(--accent); }
</style>
</head>
<body>
<div class="hero">
<img src="https://images.unsplash.com/photo-1559592413-7cec4d0cae2b?auto=format&fit=crop&w=1200&q=80" alt="下龙湾" />
</div>
<main>
<div class="card">
<h1>越南旅游指南</h1>
<p class="lead">河内古城、下龙湾、会安古镇 — 东南亚最值得深度探索的目的地之一。</p>
<section>
<h2>河内</h2>
<p>三十六行街、还剑湖、火车街咖啡,适合 2–3 天慢游。</p>
</section>
<section>
<h2>下龙湾</h2>
<p>世界自然遗产,建议预订一夜 cruise,清晨看雾锁峰林。</p>
</section>
<section>
<h2>会安</h2>
<p>灯笼古城与 tailoring 文化,傍晚沿河散步最为出片。</p>
</section>
<p data-mindspace-page-tag="platform-brand">TKMind · 智趣</p>
</div>
</main>
</body>
</html>