2ad893fb40
参考真实发票/送货单产出 6 种黑白排版供选型,已登记 docs 索引。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
61 lines
2.8 KiB
HTML
61 lines
2.8 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>
|
|
<style>
|
|
:root{
|
|
--primary:#2563AC; --primary-dark:#154072; --accent:#8B2331;
|
|
--ink:#232934; --muted:#6E7888; --border:#DCE2EB; --paper:#F5F7FA; --head:#F0F4FF;
|
|
}
|
|
*{box-sizing:border-box;font-family:-apple-system,"PingFang SC","Microsoft YaHei",sans-serif;}
|
|
body{margin:0;background:var(--paper);color:var(--ink);padding:28px;line-height:1.6;}
|
|
h1{font-size:20px;margin:0 0 4px;}
|
|
.sub{color:var(--muted);font-size:13px;margin-bottom:20px;}
|
|
h2{font-size:15px;margin:24px 0 8px;color:var(--primary-dark);border-bottom:2px solid var(--head);padding-bottom:6px;}
|
|
ul{margin:6px 0;padding-left:20px;}
|
|
li{margin:5px 0;font-size:13.5px;}
|
|
a{color:var(--primary);text-decoration:none;}
|
|
a:hover{text-decoration:underline;}
|
|
.hint{color:var(--muted);font-size:12px;}
|
|
.tag{display:inline-block;font-size:10px;padding:1px 7px;border-radius:9px;background:#EEF2F8;color:var(--muted);margin-left:6px;}
|
|
.tag.html{background:#E5EEF9;color:var(--primary);}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>酒库管理系统 · 文档索引</h1>
|
|
<div class="sub">项目所有文档的单一入口。新增文档须同时登记到此处。</div>
|
|
|
|
<h2>设计方案 / 原型</h2>
|
|
<ul>
|
|
<li><a href="design/order-return-prototype.html">退单原型(已审核单据)</a><span class="tag html">HTML</span></li>
|
|
<li><a href="design/order-print-layouts.html">出入库单打印排版方案(6 种黑白样式精选)</a><span class="tag html">HTML</span> · <a href="design/order-print-layouts.pdf">PDF</a></li>
|
|
</ul>
|
|
|
|
<h2>实现计划</h2>
|
|
<ul>
|
|
<li class="hint">(暂无)</li>
|
|
</ul>
|
|
|
|
<h2>排障 / 运维 Runbook</h2>
|
|
<ul>
|
|
<li><a href="runbooks/ec2-to-ali-migration.html">EC2 → 阿里云 迁移计划</a><span class="tag html">HTML</span> <span class="hint">— jiu 服务/数据/DB/文件/域名/CI 整体迁移</span></li>
|
|
</ul>
|
|
|
|
<h2>知识库 / 调研 / 测试</h2>
|
|
<ul>
|
|
<li><a href="testing/license-test-flow.html">授权兑换券测试流程</a><span class="tag html">HTML</span></li>
|
|
</ul>
|
|
|
|
<h2>历史 Markdown 文档(逐步迁移)</h2>
|
|
<ul>
|
|
<li><a href="deployment-nas-gitea.md">部署:NAS Gitea/Forgejo</a><span class="tag">MD</span></li>
|
|
<li><a href="dev-setup.md">开发环境搭建</a><span class="tag">MD</span></li>
|
|
<li><a href="android-signing.md">Android 签名</a> · <a href="ios-signing.md">iOS 签名</a> · <a href="macos-signing.md">macOS 签名</a><span class="tag">MD</span></li>
|
|
<li><a href="user-manual.md">用户手册</a><span class="tag">MD</span></li>
|
|
<li class="hint">另有 api/ architecture/ requirements/ review/ security/ runbooks/ context/ 等目录下的过程文档</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|