diff options
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/pages/AI-home/AIFeatures.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/pages/AI-home/AIFeatures.tsx b/docs/components/pages/AI-home/AIFeatures.tsx index 466c0ae..aa8c236 100644 --- a/docs/components/pages/AI-home/AIFeatures.tsx +++ b/docs/components/pages/AI-home/AIFeatures.tsx @@ -6,8 +6,8 @@ export function AIFeatures() { return ( <FadeIn className="py-16 md:py-24 lg:py-32"> <FeaturesBento - header="Why AI?" - body="AI balabala..." + header="为什么使用模型?" + body="模型, 一种可以用来预测未来的工具." features={REPO_HOME_FEATURES} /> </FadeIn> |
