Files
freedak f7a720204a Update: 将子项目从 submodule 转为完整内容
- 移除 GovAI, nomifun-tauri, 算力盒子 的 submodule 引用
- 添加所有子项目的完整源代码
- 保留原始 .git 为 .git.bak 备份
2026-07-04 19:20:46 +08:00

59 lines
3.7 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 480" font-family="PingFang SC, Microsoft YaHei, sans-serif">
<defs>
<style>
.box { fill: #f8f9fb; stroke: #cbd5e1; stroke-width: 1.5; rx: 8; }
.header { fill: #1e293b; }
.header-text { fill: #fff; font-size: 16px; font-weight: 600; text-anchor: middle; }
.layer-label { fill: #64748b; font-size: 13px; text-anchor: middle; }
.module-box { fill: #e0e7ff; stroke: #818cf8; stroke-width: 1.5; rx: 6; }
.module-text { fill: #3730a3; font-size: 14px; font-weight: 600; text-anchor: middle; }
.mid-box { fill: #f0fdf4; stroke: #86efac; stroke-width: 1.5; rx: 6; }
.mid-text { fill: #166534; font-size: 13px; text-anchor: middle; }
.model-box { fill: #fef3c7; stroke: #fbbf24; stroke-width: 1.5; rx: 6; }
.model-text { fill: #92400e; font-size: 13px; text-anchor: middle; }
.compute-box { fill: #fce7f3; stroke: #f472b6; stroke-width: 1.5; rx: 6; }
.compute-text { fill: #9d174d; font-size: 14px; font-weight: 600; text-anchor: middle; }
.sub-text { fill: #475569; font-size: 12px; text-anchor: middle; }
</style>
</defs>
<!-- 工作台界面层 -->
<rect x="20" y="20" width="860" height="80" class="box"/>
<rect x="20" y="20" width="860" height="32" class="header" rx="8"/>
<text x="450" y="42" class="header-text">AI应用工作台(网页界面)· 浏览器访问 · 无需安装客户端</text>
<text x="450" y="72" class="sub-text">开箱即用 · 场景驱动 · 本地推理 · 数据不出盒</text>
<!-- 七大模块层 -->
<rect x="30" y="115" width="120" height="50" class="module-box"/>
<text x="90" y="145" class="module-text">写作中心</text>
<rect x="160" y="115" width="120" height="50" class="module-box"/>
<text x="220" y="145" class="module-text">文档中心</text>
<rect x="290" y="115" width="120" height="50" class="module-box"/>
<text x="350" y="145" class="module-text">会议中心</text>
<rect x="420" y="115" width="120" height="50" class="module-box"/>
<text x="480" y="145" class="module-text">知识中心</text>
<rect x="550" y="115" width="120" height="50" class="module-box"/>
<text x="610" y="145" class="module-text">数据中心</text>
<rect x="680" y="115" width="190" height="50" class="module-box"/>
<text x="775" y="145" class="module-text">审校中心 + 效率工具</text>
<!-- 应用商店/工作台/知识库层 -->
<rect x="20" y="185" width="860" height="70" class="mid-box"/>
<text x="450" y="210" class="mid-text" font-size="15" font-weight="600">应用商店 · 工作台 · 知识库</text>
<text x="450" y="235" class="mid-text">应用分类导航 · 搜索 · 收藏 · 最近使用 · 评分反馈</text>
<!-- 模型调度层 -->
<rect x="20" y="275" width="860" height="80" class="model-box"/>
<text x="450" y="300" class="model-text" font-size="15" font-weight="600">统一模型调度层</text>
<text x="450" y="322" class="model-text">对话型 · 补全型 · 工作流型 · 智能体型</text>
<text x="450" y="342" class="model-text">向量检索 · 语音识别 · 文档模板 · 分析模板 · 演示文稿生成</text>
<!-- 算力层 -->
<rect x="20" y="375" width="860" height="85" class="compute-box"/>
<text x="450" y="400" class="compute-text" font-size="15">PrivBox 本地算力层</text>
<rect x="80" y="415" width="340" height="35" fill="#fff" stroke="#f472b6" stroke-width="1" rx="6"/>
<text x="250" y="437" class="compute-text">轻私盒: 100 TOPS / 32GB</text>
<rect x="480" y="415" width="340" height="35" fill="#fff" stroke="#f472b6" stroke-width="1" rx="6"/>
<text x="650" y="437" class="compute-text">主私盒: 400 TOPS / 128GB</text>
</svg>