Update: 将子项目从 submodule 转为完整内容

- 移除 GovAI, nomifun-tauri, 算力盒子 的 submodule 引用
- 添加所有子项目的完整源代码
- 保留原始 .git 为 .git.bak 备份
This commit is contained in:
freedak
2026-07-04 19:20:46 +08:00
parent 54d6465fa7
commit f7a720204a
3360 changed files with 802660 additions and 3 deletions
+63
View File
@@ -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