feat: 初始提交 - 科创企业特有风险的识别与管理 (数智风控系统)
This commit is contained in:
@@ -0,0 +1,82 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
|
||||
<defs>
|
||||
<marker id="arch-arrow" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="8" markerHeight="8" orient="auto-start-reverse">
|
||||
<path d="M 0 0 L 10 5 L 0 10 z" fill="#22D3EE"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<rect width="1280" height="720" fill="#0A0F1E"/>
|
||||
|
||||
<!-- Header -->
|
||||
<text x="40" y="65" font-family="SimHei, Microsoft YaHei, sans-serif" font-size="36" font-weight="bold" fill="#F8FAFC">系统整体架构图</text>
|
||||
<text x="40" y="105" font-family="Microsoft YaHei, sans-serif" font-size="18" fill="#22D3EE">数据采集 ➔ 核心引擎 ➔ 智能决策 ➔ 商业闭环</text>
|
||||
<line x1="40" y1="122" x2="1240" y2="122" stroke="#334155" stroke-width="1.5"/>
|
||||
|
||||
|
||||
<g transform="translate(60, 140)">
|
||||
<rect x="0" y="0" width="1160" height="500" rx="8" fill="#111827" stroke="#3B82F6" stroke-width="1.5"/>
|
||||
|
||||
<!-- 层 4:应用闭环层 -->
|
||||
<rect x="30" y="20" width="1100" height="95" rx="8" fill="#1E293B" stroke="#22C55E" stroke-width="1.5"/>
|
||||
<rect x="30" y="20" width="220" height="95" rx="8" fill="#059669"/>
|
||||
<text x="140" y="75" font-family="SimHei, Microsoft YaHei, sans-serif" font-size="22" font-weight="bold" fill="#F8FAFC" text-anchor="middle">应用闭环层</text>
|
||||
<g transform="translate(270, 42)">
|
||||
<rect x="0" y="0" width="250" height="50" rx="8" fill="#111827" stroke="#22C55E" stroke-width="1"/>
|
||||
<text x="125" y="32" font-family="Microsoft YaHei, sans-serif" font-size="18" font-weight="bold" fill="#F8FAFC" text-anchor="middle">科创综合险产品方案</text>
|
||||
<rect x="275" y="0" width="250" height="50" rx="8" fill="#111827" stroke="#22C55E" stroke-width="1"/>
|
||||
<text x="400" y="32" font-family="Microsoft YaHei, sans-serif" font-size="18" font-weight="bold" fill="#F8FAFC" text-anchor="middle">动态保费精算模型</text>
|
||||
<rect x="550" y="0" width="280" height="50" rx="8" fill="#111827" stroke="#22C55E" stroke-width="1"/>
|
||||
<text x="690" y="32" font-family="Microsoft YaHei, sans-serif" font-size="18" font-weight="bold" fill="#F8FAFC" text-anchor="middle">自动化核保决策报告</text>
|
||||
</g>
|
||||
|
||||
<!-- 向上连接箭头 3->4 -->
|
||||
<path d="M 680,140 L 680,120" stroke="#22D3EE" stroke-width="2.5" marker-end="url(#arch-arrow)"/>
|
||||
|
||||
<!-- 层 3:智能决策层 -->
|
||||
<rect x="30" y="140" width="1100" height="95" rx="8" fill="#1E293B" stroke="#F97316" stroke-width="1.5"/>
|
||||
<rect x="30" y="140" width="220" height="95" rx="8" fill="#F97316"/>
|
||||
<text x="140" y="195" font-family="SimHei, Microsoft YaHei, sans-serif" font-size="22" font-weight="bold" fill="#F8FAFC" text-anchor="middle">智能决策层</text>
|
||||
<g transform="translate(270, 162)">
|
||||
<rect x="0" y="0" width="250" height="50" rx="8" fill="#111827" stroke="#F97316" stroke-width="1"/>
|
||||
<text x="125" y="32" font-family="Microsoft YaHei, sans-serif" font-size="18" font-weight="bold" fill="#F8FAFC" text-anchor="middle">Multi-Agent 辩论诊断</text>
|
||||
<rect x="275" y="0" width="250" height="50" rx="8" fill="#111827" stroke="#F97316" stroke-width="1"/>
|
||||
<text x="400" y="32" font-family="Microsoft YaHei, sans-serif" font-size="18" font-weight="bold" fill="#F8FAFC" text-anchor="middle">法官一票否决裁决</text>
|
||||
<rect x="550" y="0" width="280" height="50" rx="8" fill="#111827" stroke="#F97316" stroke-width="1"/>
|
||||
<text x="690" y="32" font-family="Microsoft YaHei, sans-serif" font-size="18" font-weight="bold" fill="#F8FAFC" text-anchor="middle">图谱 BFS 风险穿透</text>
|
||||
</g>
|
||||
|
||||
<!-- 向上连接箭头 2->3 -->
|
||||
<path d="M 680,260 L 680,240" stroke="#22D3EE" stroke-width="2.5" marker-end="url(#arch-arrow)"/>
|
||||
|
||||
<!-- 层 2:核心推理层 -->
|
||||
<rect x="30" y="260" width="1100" height="95" rx="8" fill="#1E293B" stroke="#22D3EE" stroke-width="1.5"/>
|
||||
<rect x="30" y="260" width="220" height="95" rx="8" fill="#0891B2"/>
|
||||
<text x="140" y="315" font-family="SimHei, Microsoft YaHei, sans-serif" font-size="22" font-weight="bold" fill="#F8FAFC" text-anchor="middle">核心推理层</text>
|
||||
<g transform="translate(270, 282)">
|
||||
<rect x="0" y="0" width="250" height="50" rx="8" fill="#111827" stroke="#22D3EE" stroke-width="1"/>
|
||||
<text x="125" y="32" font-family="Microsoft YaHei, sans-serif" font-size="18" font-weight="bold" fill="#F8FAFC" text-anchor="middle">DeepSeek 推理底座</text>
|
||||
<rect x="275" y="0" width="250" height="50" rx="8" fill="#111827" stroke="#22D3EE" stroke-width="1"/>
|
||||
<text x="400" y="32" font-family="Microsoft YaHei, sans-serif" font-size="18" font-weight="bold" fill="#F8FAFC" text-anchor="middle">NetworkX 图谱计算</text>
|
||||
<rect x="550" y="0" width="280" height="50" rx="8" fill="#111827" stroke="#22D3EE" stroke-width="1"/>
|
||||
<text x="690" y="32" font-family="Microsoft YaHei, sans-serif" font-size="18" font-weight="bold" fill="#F8FAFC" text-anchor="middle">规则前置校验引擎</text>
|
||||
</g>
|
||||
|
||||
<!-- 向上连接箭头 1->2 -->
|
||||
<path d="M 680,380 L 680,360" stroke="#22D3EE" stroke-width="2.5" marker-end="url(#arch-arrow)"/>
|
||||
|
||||
<!-- 层 1:数据采集层 -->
|
||||
<rect x="30" y="380" width="1100" height="95" rx="8" fill="#1E293B" stroke="#3B82F6" stroke-width="1.5"/>
|
||||
<rect x="30" y="380" width="220" height="95" rx="8" fill="#3B82F6"/>
|
||||
<text x="140" y="435" font-family="SimHei, Microsoft YaHei, sans-serif" font-size="22" font-weight="bold" fill="#F8FAFC" text-anchor="middle">数据采集层</text>
|
||||
<g transform="translate(270, 402)">
|
||||
<rect x="0" y="0" width="190" height="50" rx="8" fill="#111827" stroke="#3B82F6" stroke-width="1"/>
|
||||
<text x="95" y="32" font-family="Microsoft YaHei, sans-serif" font-size="17" font-weight="bold" fill="#F8FAFC" text-anchor="middle">巨潮 PDF 年报</text>
|
||||
<rect x="205" y="0" width="190" height="50" rx="8" fill="#111827" stroke="#3B82F6" stroke-width="1"/>
|
||||
<text x="300" y="32" font-family="Microsoft YaHei, sans-serif" font-size="17" font-weight="bold" fill="#F8FAFC" text-anchor="middle">网信办算法库</text>
|
||||
<rect x="410" y="0" width="190" height="50" rx="8" fill="#111827" stroke="#3B82F6" stroke-width="1"/>
|
||||
<text x="505" y="32" font-family="Microsoft YaHei, sans-serif" font-size="17" font-weight="bold" fill="#F8FAFC" text-anchor="middle">美国 BIS List</text>
|
||||
<rect x="615" y="0" width="215" height="50" rx="8" fill="#111827" stroke="#3B82F6" stroke-width="1"/>
|
||||
<text x="722" y="32" font-family="Microsoft YaHei, sans-serif" font-size="17" font-weight="bold" fill="#F8FAFC" text-anchor="middle">AKShare 财报</text>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.9 KiB |
Reference in New Issue
Block a user