aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/components
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-08 18:39:20 +0800
committer简律纯 <i@jyunko.cn>2023-07-08 18:39:20 +0800
commit774320d719ead04756475e448ada4a49a309bc74 (patch)
tree84c55c3dc923b0bb07f0017505dff18c0e6570c4 /docs/components
parentf82e0a19ff546e8a43dc4fe008af570647395823 (diff)
downloadHydroRoll-774320d719ead04756475e448ada4a49a309bc74.tar.gz
HydroRoll-774320d719ead04756475e448ada4a49a309bc74.zip
🦴FUCKING CODE
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/pages/AI-home/AIHero.tsx11
-rw-r--r--docs/components/pages/TRPG-home/PackHero.tsx4
2 files changed, 7 insertions, 8 deletions
diff --git a/docs/components/pages/AI-home/AIHero.tsx b/docs/components/pages/AI-home/AIHero.tsx
index 0516d5f..0e84784 100644
--- a/docs/components/pages/AI-home/AIHero.tsx
+++ b/docs/components/pages/AI-home/AIHero.tsx
@@ -76,10 +76,9 @@ export function AIHero() {
width="200"
className="w-[160px] md:w-[200px] fill-black dark:fill-white"
/>
- <HeroText h1>The build system that makes ship happen</HeroText>
+ <HeroText h1>Artificial Intelligence MODEL</HeroText>
<SectionSubtext hero>
- Turborepo is a high-performance build system for JavaScript and
- TypeScript codebases.
+ 简单易用的人工智能模型,提供了一些基础的人工智能模型,尤其用于各种NLP场景,如文本分类、文本生成、文本匹配、命名实体识别、关系抽取等。
</SectionSubtext>
</FadeIn>
<FadeIn
@@ -89,7 +88,7 @@ export function AIHero() {
<div className="flex flex-col w-full gap-3 md:!flex-row">
<CTAButton>
<Link href="/AI/docs" className="block py-3">
- Get Started
+ 快速开始
</Link>
</CTAButton>
<CTAButton outline>
@@ -99,11 +98,11 @@ export function AIHero() {
href="https://github.com/retrofor/HydroRoll"
className="block py-3"
>
- GitHub
+ 查看源码
</a>
</CTAButton>
</div>
- <p className="text-sm text-[#666666]">License: MPL-2.0</p>
+ <p className="text-sm text-[#666666]">License: GPL-3.0</p>
</FadeIn>
<FadeIn delay={0.5} className="relative w-full">
<div className="absolute bottom-0 w-full dark:from-black from-white to-transparent h-72 bg-gradient-to-t" />
diff --git a/docs/components/pages/TRPG-home/PackHero.tsx b/docs/components/pages/TRPG-home/PackHero.tsx
index a751cd7..fb77c40 100644
--- a/docs/components/pages/TRPG-home/PackHero.tsx
+++ b/docs/components/pages/TRPG-home/PackHero.tsx
@@ -21,14 +21,14 @@ export function PackHero() {
<div className="absolute min-w-[614px] min-h-[614px]">
<Image
alt="HydroRollTRPG"
- src="/images/docs/TRPG/turbopack-hero-hexagons-dark.svg"
+ src="/images/docs/AI/repo-hero-circles-dark.svg"
width={614}
height={614}
className="hidden dark:block"
/>
<Image
alt="HydroRollTRPG"
- src="/images/docs/TRPG/turbopack-hero-hexagons-light.svg"
+ src="/images/docs/AI/repo-hero-circles-dark.svg"
width={614}
height={614}
className="block dark:hidden"