@@ -7,7 +7,6 @@ export const PlatformEngFlow = ({ onClickSection }) => {
7
7
}
8
8
}
9
9
10
- // Basic style to indicate clickable areas
11
10
const clickableStyle = { cursor : 'pointer' }
12
11
13
12
return (
@@ -25,7 +24,7 @@ export const PlatformEngFlow = ({ onClickSection }) => {
25
24
width = "500" height = "120" rx = "8" > </ rect >
26
25
< text id = "用户触点-title" fill = "#FFA500" fontFamily = "PingFangSC-Semibold, PingFang SC" fontSize = "18"
27
26
fontWeight = "500" >
28
- < tspan x = "37" y = "31" > 用户触点</ tspan >
27
+ < tspan x = "37" y = "31" > 用户触点:AI 增强的自服务 </ tspan >
29
28
</ text >
30
29
< text id = "--低代码系统,快速-UI/原型构建" fill = "#000000" fontFamily = "Helvetica" fontSize = "14"
31
30
fontWeight = "normal" >
@@ -64,8 +63,7 @@ export const PlatformEngFlow = ({ onClickSection }) => {
64
63
width = "500" height = "120" rx = "8" > </ rect >
65
64
< text id = "中间层-title" fill = "#008000" fontFamily = "PingFangSC-Semibold, PingFang SC" fontSize = "18"
66
65
fontWeight = "500" >
67
- < tspan x = "29" y = "34" > 中间层:知识中枢与团队</ tspan >
68
- < tspan x = "227" y = "34" fontFamily = "Helvetica-Bold, Helvetica" fontWeight = "bold" > AI</ tspan >
66
+ < tspan x = "29" y = "34" > 中间层:知识与上下文中枢</ tspan >
69
67
</ text >
70
68
< text id = "--连接南向和北向,知识聚合与分发" fill = "#000000" fontFamily = "Helvetica" fontSize = "14"
71
69
fontWeight = "normal" >
@@ -85,7 +83,7 @@ export const PlatformEngFlow = ({ onClickSection }) => {
85
83
< g onClick = { ( ) => handleSectionClick ( 'knowledge-hub' ) } style = { clickableStyle } >
86
84
< rect id = "Rectangle-knowledgehub" stroke = "#008000" fillOpacity = "0.2" fill = "#008000" fillRule = "nonzero" x = "340" y = "35" width = "140" height = "54" rx = "5" > </ rect >
87
85
< text id = "知识中枢-label" fill = "#008000" fontFamily = "PingFangSC-Regular, PingFang SC" fontSize = "14" fontWeight = "normal" >
88
- < tspan x = "355" y = "68" > 知识中枢与团队 AI </ tspan >
86
+ < tspan x = "355" y = "68" > 知识与上下文中枢 </ tspan >
89
87
</ text >
90
88
</ g >
91
89
</ g >
@@ -100,7 +98,7 @@ export const PlatformEngFlow = ({ onClickSection }) => {
100
98
width = "500" height = "120" rx = "8" > </ rect >
101
99
< text id = "内部接口-title" fill = "#0000FF" fontFamily = "PingFangSC-Semibold, PingFang SC" fontSize = "18"
102
100
fontWeight = "500" >
103
- < tspan x = "27" y = "26" > 内部接口:平台内部层 </ tspan >
101
+ < tspan x = "27" y = "26" > 内部接口:标准化 API 提供上下文 </ tspan >
104
102
</ text >
105
103
< text id = "--提供编辑器、代码库等内部-API" fill = "#000000" fontFamily = "Helvetica" fontSize = "14"
106
104
fontWeight = "normal" >
@@ -128,8 +126,7 @@ export const PlatformEngFlow = ({ onClickSection }) => {
128
126
< g id = "ai-governance-container" transform = "translate(-280.000000, 0.000000)" >
129
127
< rect stroke = "#4B0082" strokeWidth = "2" fill = "#FFFFFF" width = "250" height = "480" rx = "8" />
130
128
< text fill = "#4B0082" fontFamily = "Helvetica-Bold, Helvetica" fontSize = "18" fontWeight = "bold" >
131
- < tspan x = "77" y = "40" > AI</ tspan >
132
- < tspan x = "100" y = "40" fontFamily = "PingFangSC-Semibold, PingFang SC" fontWeight = "500" > 治理中枢</ tspan >
129
+ < tspan x = "57" y = "40" fontFamily = "PingFangSC-Semibold, PingFang SC" fontWeight = "500" > 智能体治理中枢</ tspan >
133
130
</ text >
134
131
< line x1 = "75" y1 = "50" x2 = "175" y2 = "50" stroke = "#4B0082" strokeWidth = "2" />
135
132
< g transform = "translate(32, 78)" >
@@ -154,7 +151,6 @@ export const PlatformEngFlow = ({ onClickSection }) => {
154
151
</ g >
155
152
</ g >
156
153
157
- { /* 新增模块:度量 AI 质量与生产力 */ }
158
154
< g id = "ai-metrics-container" transform = "translate(540.000000, 0.000000)" >
159
155
< rect stroke = "#2E8B57" strokeWidth = "2" fill = "#FFFFFF" width = "250" height = "480" rx = "8" />
160
156
< text fill = "#2E8B57" fontFamily = "Helvetica-Bold, Helvetica" fontSize = "18" fontWeight = "bold" >
0 commit comments