diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/pages/AI-home/AIHero.tsx | 2 | ||||
| -rw-r--r-- | docs/components/pages/TRPG-home/PackHero.tsx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/components/pages/AI-home/AIHero.tsx b/docs/components/pages/AI-home/AIHero.tsx index 0e84784..be2ea40 100644 --- a/docs/components/pages/AI-home/AIHero.tsx +++ b/docs/components/pages/AI-home/AIHero.tsx @@ -78,7 +78,7 @@ export function AIHero() { /> <HeroText h1>Artificial Intelligence MODEL</HeroText> <SectionSubtext hero> - 简单易用的人工智能模型,提供了一些基础的人工智能模型,尤其用于各种NLP场景,如文本分类、文本生成、文本匹配、命名实体识别、关系抽取等。 + 简单易用的人工智能模型,尤其用于各种NLP场景,如文本分类、文本生成、文本匹配、命名实体识别、关系抽取等。 </SectionSubtext> </FadeIn> <FadeIn diff --git a/docs/components/pages/TRPG-home/PackHero.tsx b/docs/components/pages/TRPG-home/PackHero.tsx index fb77c40..ef235bd 100644 --- a/docs/components/pages/TRPG-home/PackHero.tsx +++ b/docs/components/pages/TRPG-home/PackHero.tsx @@ -47,14 +47,14 @@ export function PackHero() { <div className="w-[120px] z-50 mt-[-8.075px] mb-[-8.075px]"> <Image alt="" - src={`/images/docs/TRPG/turbopack-hero-logo-dark.svg`} + src={`/images/docs/AI/repo-hero-logo-dark.svg`} width={120} height={136.15} className="hidden dark:block" /> <Image alt="" - src={`/images/docs/TRPG/turbopack-hero-logo-light.svg`} + src={`/images/docs/AI/repo-hero-logo-dark.svg`} width={120} height={136.15} className="block dark:hidden" |
