Skip to content

Commit 2d014b1

Browse files
committed
feat(docs): update AutoDev Composer title and reorder context-aware feature
1 parent 391f132 commit 2d014b1

File tree

2 files changed

+7
-7
lines changed
  • i18n/zh-Hans/docusaurus-plugin-content-docs/current/composer
  • src/components/HomepageFeatures

2 files changed

+7
-7
lines changed

i18n/zh-Hans/docusaurus-plugin-content-docs/current/composer/composer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ nav_order: 5
55
has_children: true
66
---
77

8-
# AutoDev Composer - IntelliJ IDEA Cursor 替代方案
8+
# AutoDev Composer
99

1010
视频演示(YouTube)— 英文版
1111

src/components/HomepageFeatures/index.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ const FeatureList: FeatureItem[] = [
2121
icon: <div className={styles.featureIconBrain} />
2222
},
2323
{
24-
title: '全面的上下文感知',
24+
title: '自定义提升生产力',
2525
description: (
2626
<>
27-
AutoDev 能为 AI 提供完整的项目上下文——文件、编译器输出、构建/测试日志、静态分析结果等——以便 AI 进行更好的决策
27+
您可以在 AutoDev 自定义模型、自定义提示词和自定义代码生成器等,并通过构建自己的 AutoDev 分支,来提升生产力
2828
</>
2929
),
30-
icon: <div className={styles.featureIconCode} />
30+
icon: <div className={styles.featureIconSettings} />
3131
},
3232
{
33-
title: '自定义提升生产力',
33+
title: '全面的上下文感知',
3434
description: (
3535
<>
36-
您可以在 AutoDev 自定义模型、自定义提示词和自定义代码生成器等,并通过构建自己的 AutoDev 分支,来提升生产力
36+
AutoDev 能为 AI 提供完整的项目上下文——文件、编译器输出、构建/测试日志、静态分析结果等——以便 AI 进行更好的决策
3737
</>
3838
),
39-
icon: <div className={styles.featureIconSettings} />
39+
icon: <div className={styles.featureIconCode} />
4040
},
4141
];
4242

0 commit comments

Comments
 (0)