fix: 修复返回链接路径 + 添加侧栏目录 + 布局规范
Deploy Wiki to Production / deploy (push) Has been cancelled

- 修复 3 个错误 href(graphify-analysis、沈阳顺义×2):../ → ../../
- 4 个沈阳顺义报告 + 到家业态分类:添加左侧 260px 粘性侧栏目录
- 所有 <h2> 添加 id 锚点,侧栏自动生成 TOC 导航
- design-tokens.md 新增 §17《页面布局与导航规范》
  - 强制要求:所有页面必须有返回链接 + 粘性顶栏
  - 报告页标准布局:顶栏 + 侧栏目录 + 主内容
  - 页面创建检查清单
- 变更日志更新至 2.1
This commit is contained in:
zdh
2026-06-05 19:19:24 +08:00
parent 5167d9e36e
commit 9d2851dc56
5 changed files with 236 additions and 26 deletions
@@ -450,7 +450,7 @@ a { color: var(--color-primary); }
<!-- Header -->
<header class="header">
<a href="../index.html" class="back-link" style="color:var(--color-primary);text-decoration:none;font-size:12px;margin-right:16px;">← 返回知识库</a>
<a href="../../index.html" class="back-link" style="color:var(--color-primary);text-decoration:none;font-size:12px;margin-right:16px;">← 返回知识库</a>
<h1>Graphify-rs 深度分析报告</h1>
<div class="badges">
<span class="badge hot">22K+ Stars</span>