40 lines
1.3 KiB
HTML
40 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{{TITLE}}</title>
|
|
<style>
|
|
/* [html-doc] 生成时:把 assets/theme.css 的全部内容内联到这里(保证单文件自包含)。
|
|
如需文档专属徽标/样式,追加在 theme.css 内容之后即可。 */
|
|
</style>
|
|
</head>
|
|
<body data-note-ns="{{DOC_ID}}">
|
|
<div class="layout">
|
|
<nav class="toc">
|
|
<h2>目录</h2>
|
|
<!-- {{TOC_LINKS}} 例:<a href="#sec1">章节一<span class="cn">副标题</span></a>
|
|
分隔线用 <div class="sep"></div> -->
|
|
</nav>
|
|
|
|
<main>
|
|
<header class="page-head">
|
|
<h1>{{TITLE}}</h1>
|
|
<p class="sub">{{SUBTITLE}}</p>
|
|
</header>
|
|
|
|
<!-- {{CONTENT}}
|
|
每个章节: <section id="sec1"><h2 class="section">标题</h2> ... </section>
|
|
组件速查见 SKILL.md「组件速查」。 -->
|
|
|
|
<footer>{{FOOTER}}</footer>
|
|
</main>
|
|
</div>
|
|
|
|
<!-- [html-doc] 需要批注功能时:
|
|
1) 给要批注的 <table> 加 data-annotate="唯一名";或给任意区块加 data-note-id="唯一名"
|
|
2) 把 assets/annotate.js 的全部内容内联到下面的 <script> 中并取消注释 -->
|
|
<!-- <script>/* INLINE assets/annotate.js */</script> -->
|
|
</body>
|
|
</html>
|