Update: 将子项目从 submodule 转为完整内容
- 移除 GovAI, nomifun-tauri, 算力盒子 的 submodule 引用 - 添加所有子项目的完整源代码 - 保留原始 .git 为 .git.bak 备份
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 420" font-family="PingFang SC, Microsoft YaHei, sans-serif">
|
||||
<defs>
|
||||
<style>
|
||||
.net-box { fill: #f0f9ff; stroke: #0284c7; stroke-width: 2; rx: 10; }
|
||||
.net-label { fill: #075985; font-size: 14px; font-weight: 600; text-anchor: middle; }
|
||||
.mini-box { fill: #e0e7ff; stroke: #6366f1; stroke-width: 2; rx: 8; }
|
||||
.mini-text { fill: #312e81; font-size: 13px; font-weight: 600; text-anchor: middle; }
|
||||
.mini-sub { fill: #4f46e5; font-size: 11px; text-anchor: middle; }
|
||||
.main-box { fill: #fef3c7; stroke: #d97706; stroke-width: 2; rx: 8; }
|
||||
.main-text { fill: #78350f; font-size: 14px; font-weight: 600; text-anchor: middle; }
|
||||
.main-sub { fill: #92400e; font-size: 12px; text-anchor: middle; }
|
||||
.line { stroke: #94a3b8; stroke-width: 2; fill: none; }
|
||||
.badge { fill: #1e293b; font-size: 11px; text-anchor: middle; }
|
||||
.badge-bg { fill: #e2e8f0; stroke: #cbd5e1; stroke-width: 1; rx: 4; }
|
||||
</style>
|
||||
</defs>
|
||||
|
||||
<!-- 部门内网大框 -->
|
||||
<rect x="10" y="10" width="780" height="400" class="net-box"/>
|
||||
<text x="400" y="35" class="net-label">部门内网(千兆网口)</text>
|
||||
|
||||
<!-- 轻私盒 × 3 -->
|
||||
<rect x="50" y="60" width="160" height="90" class="mini-box"/>
|
||||
<text x="130" y="85" class="mini-text">轻私盒</text>
|
||||
<text x="130" y="105" class="mini-sub">(领导)</text>
|
||||
<text x="130" y="125" class="mini-sub">个人专属</text>
|
||||
<text x="130" y="142" class="mini-sub">数据不出盒</text>
|
||||
|
||||
<rect x="320" y="60" width="160" height="90" class="mini-box"/>
|
||||
<text x="400" y="85" class="mini-text">轻私盒</text>
|
||||
<text x="400" y="105" class="mini-sub">(领导)</text>
|
||||
<text x="400" y="125" class="mini-sub">个人专属</text>
|
||||
<text x="400" y="142" class="mini-sub">数据不出盒</text>
|
||||
|
||||
<rect x="590" y="60" width="160" height="90" class="mini-box"/>
|
||||
<text x="670" y="85" class="mini-text">轻私盒</text>
|
||||
<text x="670" y="105" class="mini-sub">(专家)</text>
|
||||
<text x="670" y="125" class="mini-sub">个人专属</text>
|
||||
<text x="670" y="142" class="mini-sub">数据不出盒</text>
|
||||
|
||||
<!-- 连接线 -->
|
||||
<line x1="130" y1="150" x2="130" y2="200" class="line"/>
|
||||
<line x1="400" y1="150" x2="400" y2="200" class="line"/>
|
||||
<line x1="670" y1="150" x2="670" y2="200" class="line"/>
|
||||
<line x1="130" y1="200" x2="670" y2="200" class="line"/>
|
||||
<line x1="400" y1="200" x2="400" y2="240" class="line"/>
|
||||
|
||||
<!-- 个人层标签 -->
|
||||
<rect x="280" y="170" width="240" height="22" class="badge-bg"/>
|
||||
<text x="400" y="186" class="badge">个人层 · 数据不出轻私盒</text>
|
||||
|
||||
<!-- 主私盒 -->
|
||||
<rect x="250" y="240" width="300" height="130" class="main-box"/>
|
||||
<text x="400" y="270" class="main-text">主私盒(部门中枢)</text>
|
||||
<text x="400" y="295" class="main-sub">知识库 + 共享</text>
|
||||
<text x="400" y="315" class="main-sub">400 TOPS / 128GB</text>
|
||||
<text x="400" y="340" class="main-sub">5-20人并发 · 权限管理</text>
|
||||
<text x="400" y="360" class="main-sub">审计日志 · 物理隔离</text>
|
||||
|
||||
<!-- 部门层标签 -->
|
||||
<rect x="310" y="378" width="180" height="22" class="badge-bg"/>
|
||||
<text x="400" y="394" class="badge">部门层 · 共享协作</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.2 KiB |
@@ -0,0 +1,58 @@
|
||||
<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>
|
||||
|
After Width: | Height: | Size: 3.7 KiB |
Reference in New Issue
Block a user