Skip to content

Commit 5417127

Browse files
committed
feat(implementation): update section titles for clarity and consistency in knowledge navigation and AI governance
1 parent 5e3c027 commit 5417127

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

docs/ai-friendly/ai-friendly-platform-engineering.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ export const PlatformEngineering = () => {
699699

700700
<div ref={knowledgeArchRef} className="mt-12">
701701
<div className="section-header">
702-
<h2 className="section-title bg-cyan-600">面向上下文的知识导航</h2>
702+
<h2 className="section-title bg-cyan-600">面向上下文的知识链路</h2>
703703
<p className="text-slate-600">整合于 IDP 的知识图谱体系,为 AI 编程提供结构化上下文</p>
704704
</div>
705705

src/components/PlatformEngFlow.jsx

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export const PlatformEngFlow = ({ onClickSection }) => {
77
}
88
}
99

10-
// Basic style to indicate clickable areas
1110
const clickableStyle = { cursor: 'pointer' }
1211

1312
return (
@@ -25,7 +24,7 @@ export const PlatformEngFlow = ({ onClickSection }) => {
2524
width="500" height="120" rx="8"></rect>
2625
<text id="用户触点-title" fill="#FFA500" fontFamily="PingFangSC-Semibold, PingFang SC" fontSize="18"
2726
fontWeight="500">
28-
<tspan x="37" y="31">用户触点</tspan>
27+
<tspan x="37" y="31">用户触点:AI 增强的自服务</tspan>
2928
</text>
3029
<text id="--低代码系统,快速-UI/原型构建" fill="#000000" fontFamily="Helvetica" fontSize="14"
3130
fontWeight="normal">
@@ -64,8 +63,7 @@ export const PlatformEngFlow = ({ onClickSection }) => {
6463
width="500" height="120" rx="8"></rect>
6564
<text id="中间层-title" fill="#008000" fontFamily="PingFangSC-Semibold, PingFang SC" fontSize="18"
6665
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>
6967
</text>
7068
<text id="--连接南向和北向,知识聚合与分发" fill="#000000" fontFamily="Helvetica" fontSize="14"
7169
fontWeight="normal">
@@ -85,7 +83,7 @@ export const PlatformEngFlow = ({ onClickSection }) => {
8583
<g onClick={() => handleSectionClick('knowledge-hub')} style={clickableStyle}>
8684
<rect id="Rectangle-knowledgehub" stroke="#008000" fillOpacity="0.2" fill="#008000" fillRule="nonzero" x="340" y="35" width="140" height="54" rx="5"></rect>
8785
<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>
8987
</text>
9088
</g>
9189
</g>
@@ -100,7 +98,7 @@ export const PlatformEngFlow = ({ onClickSection }) => {
10098
width="500" height="120" rx="8"></rect>
10199
<text id="内部接口-title" fill="#0000FF" fontFamily="PingFangSC-Semibold, PingFang SC" fontSize="18"
102100
fontWeight="500">
103-
<tspan x="27" y="26">内部接口:平台内部层</tspan>
101+
<tspan x="27" y="26">内部接口:标准化 API 提供上下文</tspan>
104102
</text>
105103
<text id="--提供编辑器、代码库等内部-API" fill="#000000" fontFamily="Helvetica" fontSize="14"
106104
fontWeight="normal">
@@ -128,8 +126,7 @@ export const PlatformEngFlow = ({ onClickSection }) => {
128126
<g id="ai-governance-container" transform="translate(-280.000000, 0.000000)">
129127
<rect stroke="#4B0082" strokeWidth="2" fill="#FFFFFF" width="250" height="480" rx="8" />
130128
<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>
133130
</text>
134131
<line x1="75" y1="50" x2="175" y2="50" stroke="#4B0082" strokeWidth="2" />
135132
<g transform="translate(32, 78)">
@@ -154,7 +151,6 @@ export const PlatformEngFlow = ({ onClickSection }) => {
154151
</g>
155152
</g>
156153

157-
{/* 新增模块:度量 AI 质量与生产力 */}
158154
<g id="ai-metrics-container" transform="translate(540.000000, 0.000000)">
159155
<rect stroke="#2E8B57" strokeWidth="2" fill="#FFFFFF" width="250" height="480" rx="8" />
160156
<text fill="#2E8B57" fontFamily="Helvetica-Bold, Helvetica" fontSize="18" fontWeight="bold">

0 commit comments

Comments
 (0)