Skip to content

Commit 6c718b9

Browse files
committed
feat(docs): update feature title and description for improved clarity in context awareness
1 parent 67bbcbb commit 6c718b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/HomepageFeatures/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ function useFeatureList() {
4343
icon: <div className={styles.featureIconSettings} />
4444
},
4545
{
46-
title: isEnglish ? 'Precise Context Awareness' : '精准上下文感知',
46+
title: isEnglish ? 'R&D Context Awareness' : '研发知识上下文感知',
4747
description: isEnglish ? (
4848
<>
4949
Deep integration with IDE plugins and support for MCP protocol, providing rich and accurate project context for AI, significantly reducing AI hallucinations and ensuring more reliable results.
5050
</>
5151
) : (
5252
<>
53-
深度整合 IDE 插件并支持 MCP 协议,为 AI 提供丰富准确的项目上下文,显著减少 AI 幻觉,确保结果更可靠。
53+
深度整合研发工具链生态与 IDE 插件能力,并支持 MCP 协议,为 AI 提供丰富准确的项目上下文,显著减少 AI 幻觉,确保结果更可靠。
5454
</>
5555
),
5656
icon: <div className={styles.featureIconCode} />
@@ -241,7 +241,7 @@ function Community() {
241241

242242
export default function HomepageFeatures(): ReactNode {
243243
const featureList = useFeatureList();
244-
244+
245245
return (
246246
<>
247247
<section className={styles.features}>

0 commit comments

Comments
 (0)