graph TD
Root[("📊 HTML 专家点评
项目知识库")]
subgraph D1[html-expert-reviews]
direction TB
N1[13 个 HTML 文件
~220KB]
end
subgraph D2[tasks/projects]
direction TB
N2[5 个项目卡片
豆包/地理/周报/任务/数据]
end
subgraph D3[memory]
direction TB
N3[记忆文件
今日记忆 + 同步日志]
end
subgraph D4[skills]
direction TB
N4[技能文件
16 个技能索引]
end
Root --> D1
Root --> D2
Root --> D3
Root --> D4
classDef root fill:#fff,stroke:#2c3e50,stroke-width:3px,font-size:16px,font-family:"Microsoft YaHei";
classDef folder fill:#f9f6f0,stroke:#2c3e50,stroke-width:2px,font-size:14px,font-family:"Microsoft YaHei",rx:10,ry:10;
classDef node fill:#fff,stroke:#2c3e50,stroke-width:2px,font-size:13px,font-family:"Microsoft YaHei",rx:15,ry:15;
class Root root;
class D1,D2,D3,D4 folder;
class N1,N2,N3,N4 node;