120 lines
5.3 KiB
HTML
120 lines
5.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>{{TITLE}}</title>
|
|
<meta name="description" content="{{DESC}}">
|
|
<meta name="color-scheme" content="dark">
|
|
<meta name="theme-color" content="#0a0a0a">
|
|
<!-- 动效的初始隐藏态只在 JS 可用时生效;脚本被禁用时内容照常可见 -->
|
|
<script>document.documentElement.classList.add("js");</script>
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="{{TITLE}}">
|
|
<meta property="og:description" content="{{DESC}}">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<link rel="icon" href="assets/favicon.svg" type="image/svg+xml">
|
|
<link rel="apple-touch-icon" href="assets/favicon.svg">
|
|
<link rel="preload" href="assets/fonts/archivo-latin-wdth-normal.woff2" as="font" type="font/woff2" crossorigin>
|
|
<link rel="preload" href="assets/fonts/geist-mono-latin-wght-normal.woff2" as="font" type="font/woff2" crossorigin>
|
|
<!-- 资源带构建指纹:内容一变 URL 就变,浏览器不可能再用到旧 JS/CSS -->
|
|
<link rel="stylesheet" href="assets/css/site.css?v={{ASSET_V}}">
|
|
</head>
|
|
<body data-page="{{PAGE_ID}}" data-layout="{{LAYOUT}}">
|
|
<a class="skip" href="#doc">跳到正文</a>
|
|
|
|
<header class="site" id="site">
|
|
<div class="topbar">
|
|
<a class="brand" href="./" aria-label="Natural Memory v2 发布页">
|
|
<svg class="brand__mark" viewBox="0 0 32 32" aria-hidden="true">
|
|
<rect class="dim" x="2" y="2" width="7" height="7" rx="1.5"/>
|
|
<rect class="dim" x="12" y="2" width="7" height="7" rx="1.5"/>
|
|
<rect class="dim" x="22" y="2" width="7" height="7" rx="1.5"/>
|
|
<rect class="dim" x="2" y="12" width="7" height="7" rx="1.5"/>
|
|
<rect class="on" x="12" y="12" width="7" height="7" rx="1.5"/>
|
|
<rect class="dim" x="22" y="12" width="7" height="7" rx="1.5"/>
|
|
<rect class="dim" x="2" y="22" width="7" height="7" rx="1.5"/>
|
|
<rect class="dim" x="12" y="22" width="7" height="7" rx="1.5"/>
|
|
<rect class="on" x="22" y="22" width="7" height="7" rx="1.5"/>
|
|
</svg>
|
|
<span class="brand__name">Natural Memory</span>
|
|
<span class="pill pill--acc">v2</span>
|
|
</a>
|
|
<span class="crumb">
|
|
<span class="crumb__n">{{NUM}}</span>
|
|
<span class="crumb__t">{{ZH}}</span>
|
|
</span>
|
|
<span class="topbar__spacer"></span>
|
|
<nav class="topnav" aria-label="快速导航">
|
|
{{TOPBAR_NAV}}
|
|
</nav>
|
|
<button class="palbtn" id="palBtn" type="button" aria-label="检索全站内容(快捷键 /)">
|
|
<span class="palbtn__t">检索</span><span class="kbd">/</span>
|
|
</button>
|
|
<span class="pill" id="serverChip" title="本站服务端运行时读数">
|
|
<i class="dot"></i><span id="serverChipText">读取中</span>
|
|
</span>
|
|
</div>
|
|
<div class="progress" id="progress"></div>
|
|
</header>
|
|
|
|
{{MAIN}}
|
|
|
|
<footer class="footer">
|
|
<div class="wrap footer__in">
|
|
<div class="footer__col">
|
|
<p class="footer__h">作者</p>
|
|
<div class="author">
|
|
<a class="author__a" href="https://wpyw.site" target="_blank" rel="noopener">
|
|
<span class="author__k">个人网站</span><span class="author__v">wpyw.site</span>
|
|
</a>
|
|
<a class="author__a" href="mailto:[email protected]">
|
|
<span class="author__k">邮箱</span><span class="author__v">[email protected]</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="footer__col footer__col--wide">
|
|
<p class="footer__h">来源</p>
|
|
<div class="readout" id="footFiles"></div>
|
|
<p class="footer__h" style="margin-top:20px">服务端读数</p>
|
|
<div class="readout mono" id="footServer"><span>读取中…</span></div>
|
|
</div>
|
|
<div class="footer__col footer__col--wide">
|
|
<p class="footer__h">说明</p>
|
|
<p class="footer__note" id="disclaimer"></p>
|
|
<p class="footer__meta">构建于 {{BUILT}} · 所有数字取自工程内的正式报告,未做外推或估算。</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- 全站检索:客户端索引,无后端、无网络请求 -->
|
|
<div class="pal" id="pal" hidden>
|
|
<div class="pal__mask" id="palMask"></div>
|
|
<div class="pal__box" role="dialog" aria-modal="true" aria-label="检索全站内容">
|
|
<div class="pal__hd">
|
|
<span class="pal__ico" aria-hidden="true"></span>
|
|
<input class="pal__in" id="palInput" type="text" role="combobox" aria-expanded="true"
|
|
aria-controls="palList" autocomplete="off" spellcheck="false"
|
|
placeholder="检索全站内容:章节、数字、术语…">
|
|
<span class="kbd">Esc</span>
|
|
</div>
|
|
<div class="pal__list" id="palList" role="listbox" aria-label="检索结果"></div>
|
|
<div class="pal__ft">
|
|
<span><span class="kbd">↑</span><span class="kbd">↓</span> 选择</span>
|
|
<span><span class="kbd">↵</span> 打开</span>
|
|
<span class="pal__n mono" id="palN"></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="assets/js/data.js?v={{ASSET_V}}"></script>
|
|
<script src="assets/js/examples.js?v={{ASSET_V}}"></script>
|
|
<script src="assets/js/restart.js?v={{ASSET_V}}"></script>
|
|
<script src="assets/js/nm21.js?v={{ASSET_V}}"></script>
|
|
<script src="assets/js/ledger.js?v={{ASSET_V}}"></script>
|
|
<script src="assets/js/search.js?v={{ASSET_V}}"></script>
|
|
<script src="assets/js/space.js?v={{ASSET_V}}"></script>
|
|
<script src="assets/js/site.js?v={{ASSET_V}}"></script>
|
|
</body>
|
|
</html>
|