fde6503bdf
Memind CI / Test, build, and release guards (push) Has been cancelled
Enable optional SEO/GEO injection and discovery routes for confirmed public pages while keeping private pages noindex. Add premium page template skills, portal catalog API, template shop UI, and Baidu push gated by memind_adm config. Co-authored-by: Cursor <cursoragent@cursor.com>
31 lines
1.5 KiB
HTML
31 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>{{PAGE_TITLE}}</title>
|
|
<meta name="description" content="{{PAGE_DESCRIPTION}}">
|
|
<meta name="mindspace-cover" content='{{MINDSPACE_COVER_JSON}}'>
|
|
<style>
|
|
* { box-sizing: border-box; }
|
|
body { margin: 0; font-family: "Songti SC", "Noto Serif SC", Georgia, serif; background: #fafaf8; color: #1c1917; line-height: 1.85; }
|
|
article { max-width: 680px; margin: 0 auto; padding: clamp(48px, 10vw, 88px) clamp(24px, 5vw, 40px); }
|
|
.meta { color: #78716c; font-size: 14px; margin: 0 0 20px; font-family: system-ui, sans-serif; letter-spacing: .02em; }
|
|
h1 { font-size: clamp(30px, 5.5vw, 44px); line-height: 1.25; font-weight: 700; margin: 0 0 32px; letter-spacing: -.01em; }
|
|
.content { font-size: 18px; }
|
|
.content h2 { margin: 2.5em 0 .75em; font-size: 24px; color: #292524; }
|
|
.content p { margin: 0 0 1.4em; }
|
|
.content blockquote { margin: 2em 0; padding-left: 20px; border-left: 3px solid #d6d3d1; color: #57534e; font-style: italic; }
|
|
footer { text-align: center; padding: 32px 24px 56px; color: #a8a29e; font-size: 13px; font-family: system-ui, sans-serif; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<article>
|
|
<p class="meta">{{ARTICLE_DATE}} · {{ARTICLE_AUTHOR}}</p>
|
|
<h1>{{ARTICLE_TITLE}}</h1>
|
|
<div class="content">{{ARTICLE_BODY_HTML}}</div>
|
|
</article>
|
|
<footer><p data-mindspace-page-tag="platform-brand">TKMind · 智趣</p></footer>
|
|
</body>
|
|
</html>
|