docs: 信息优化方案 + OTA跨文档链接修复

This commit is contained in:
LukeMackin
2026-07-19 01:39:21 +08:00
parent 7f84ea56fc
commit b12aef0375
5 changed files with 303 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>系统流程 — Global Control Assistant</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="../style.css">
<style>
.flow-section{margin-bottom:40px}
.flow-section h2{font-size:1.2rem;margin-bottom:16px;display:flex;align-items:center;gap:8px}
@@ -25,12 +25,12 @@
</head>
<body>
<div class="topbar">
<a href="index.html">首页</a><span class="sep">/</span>
<a href="architecture/index.html">架构</a><span class="sep">/</span>
<a href="capabilities/index.html">能力</a><span class="sep">/</span>
<a href="roadmap/index.html">路线图</a><span class="sep">/</span>
<a href="backlog/index.html">代办</a><span class="sep">/</span>
<a href="security/index.html">安全</a><span class="sep">/</span>
<a href="../index.html">首页</a><span class="sep">/</span>
<a href="../architecture/index.html">架构</a><span class="sep">/</span>
<a href="../capabilities/index.html">能力</a><span class="sep">/</span>
<a href="../roadmap/index.html">路线图</a><span class="sep">/</span>
<a href="../backlog/index.html">代办</a><span class="sep">/</span>
<a href="../security/index.html">安全</a><span class="sep">/</span>
<span class="current">流程</span>
</div>
@@ -366,7 +366,7 @@ Gateway 设备注册表:
</div>
<footer>
<a href="index.html">首页</a> &nbsp;|&nbsp; <a href="architecture/index.html">架构</a>
<a href="../index.html">首页</a> &nbsp;|&nbsp; <a href="../architecture/index.html">架构</a>
<br><br>
Global Control Assistant &copy; 2026
</footer>