Skip to content

Commit b887ff2

Browse files
committed
feat(architecture): update terminology from '问题/需求精炼' to '问题精炼/定义意图' for clarity in ArchitectureFlow component
1 parent eadc15f commit b887ff2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/ai-friendly/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -695,15 +695,15 @@ private void markItemAsNotSelected(Item item) {
695695
</div>
696696
</div>
697697

698-
{/* 问题/需求精炼 */}
698+
{/* 问题精炼/定义意图 */}
699699
<div ref={refinedQuestionRef} className="mt-12">
700700
<div className="section-header">
701-
<h2 className="section-title bg-slate-100 text-slate-800">问题/需求精炼</h2>
701+
<h2 className="section-title bg-slate-100 text-slate-800">问题精炼/定义意图</h2>
702702
<p className="text-slate-600">将模糊的需求转化为明确、结构化的问题,提高 AI 理解能力</p>
703703
</div>
704704

705705
<div className="card">
706-
<h3 className="text-2xl font-bold mb-6 text-center">问题/需求精炼的重要性</h3>
706+
<h3 className="text-2xl font-bold mb-6 text-center">问题精炼/定义意图的重要性</h3>
707707

708708
<div className="grid-2">
709709
<div>

src/components/ArchitectureFlow.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const ArchitectureFlow = ({ onClickSection }) => {
7070
fill={colors.slate100}
7171
/>
7272
<text x="680" y="207" textAnchor="middle" fill="black" fontSize="18" fontWeight="500">
73-
问题/需求精炼
73+
问题精炼/定义意图
7474
</text>
7575
</g>
7676

0 commit comments

Comments
 (0)