From 9f0d43fe099a95ab1516ae951dcb60a89e76a5a5 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 3 Nov 2023 21:13:33 +0800 Subject: chore: delete useless codes --- docs/components/pages/AI-home/AIFeatures.tsx | 15 ---- docs/components/pages/AI-home/AIHero.tsx | 113 --------------------------- docs/components/pages/AI-home/AILetter.tsx | 106 ------------------------- docs/components/pages/AI-home/index.tsx | 22 ------ 4 files changed, 256 deletions(-) delete mode 100644 docs/components/pages/AI-home/AIFeatures.tsx delete mode 100644 docs/components/pages/AI-home/AIHero.tsx delete mode 100644 docs/components/pages/AI-home/AILetter.tsx delete mode 100644 docs/components/pages/AI-home/index.tsx (limited to 'docs/components/pages/AI-home') diff --git a/docs/components/pages/AI-home/AIFeatures.tsx b/docs/components/pages/AI-home/AIFeatures.tsx deleted file mode 100644 index aa8c236..0000000 --- a/docs/components/pages/AI-home/AIFeatures.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import { REPO_HOME_FEATURES } from "../../../content/features"; -import { FadeIn } from "../home-shared/FadeIn"; -import { FeaturesBento } from "../home-shared/FeaturesBento"; - -export function AIFeatures() { - return ( - - - - ); -} diff --git a/docs/components/pages/AI-home/AIHero.tsx b/docs/components/pages/AI-home/AIHero.tsx deleted file mode 100644 index be2ea40..0000000 --- a/docs/components/pages/AI-home/AIHero.tsx +++ /dev/null @@ -1,113 +0,0 @@ -import cn from "classnames"; -import Image from "next/image"; -import Link from "next/link"; -import gradients from "../home-shared/gradients.module.css"; -import { HeroText, SectionSubtext } from "../home-shared/Headings"; -import { Gradient } from "../home-shared/Gradient"; -import { FadeIn } from "../home-shared/FadeIn"; -import { CTAButton } from "../home-shared/CTAButton"; -import RepoLogo from "../../logos/AILogo"; - -export function AIHero() { - return ( - <> - - -
- {/* TODO: On dark mode, there should be a "breathing" gradient inside the inner circle */} - AI - AI -
-
- -
- -
- - -
-
- -
- - - Artificial Intelligence MODEL - - 简单易用的人工智能模型,尤其用于各种NLP场景,如文本分类、文本生成、文本匹配、命名实体识别、关系抽取等。 - - - -
- - - 快速开始 - - - - - 查看源码 - - -
-

License: GPL-3.0

-
- -
- - - - ); -} diff --git a/docs/components/pages/AI-home/AILetter.tsx b/docs/components/pages/AI-home/AILetter.tsx deleted file mode 100644 index 8b9b405..0000000 --- a/docs/components/pages/AI-home/AILetter.tsx +++ /dev/null @@ -1,106 +0,0 @@ -import { HeroText } from "../home-shared/Headings"; -import Image from "next/image"; -import cn from "classnames"; -import gradients from "../home-shared/gradients.module.css"; -import { FadeIn } from "../home-shared/FadeIn"; -import { CTAButton } from "../home-shared/CTAButton"; -import Link from "next/link"; -import { Gradient } from "../home-shared/Gradient"; - -export function AILetter() { - return ( -
- - - 优化完善你的骰子系统 -
- 不再那么死板繁琐 -
-
-
- -

- 当你的骰子系统越来越大,跑的团也越来越多且趋于复杂时,你会发现你的骰子系统越来越难以维护,越来越难以使用。 - HydroRollAI提供了很多工具,帮助你优化你的骰子系统,比如文本分析,自动化生成,自动化测试等等。 -

-
-

- 你可以写一整套完整的自动化流程,也可以只使用其中的一部分,HydroRollAI会按照你的流程自动去测试你的骰子系统,找出其中的问题。 - 同时,HydroRollAI也会帮助你生成文档,让你的骰子系统更加易于使用。 - 整个流程是并行的,你可以在任何时候停止,或者在任何时候加入新的流程。 -

-
-

我们还需要点其他的什么东西。

-

-

- 一种新颖的骰子系统,可以让你的骰子系统更加灵活,更加易于使用。 -

-
-

通过HydroRollAI,处理骰子系统就是那么简单处理。

-
-

- 你可以在HydroRollAI的文档中找到更多关于HydroRollAI的信息,或者你可以直接开始使用HydroRollAI。 -

-
- - - - -
- Image of Jared Palmer -
-
- {/* Jared Palmer's hand written signature - Jared Palmer's hand written signature */} -
-

Stardust·减(Stardust)

-

水系模型训练者之一

-
-
-
-
- -
- - - 开始训练 - - -
- -
-
- ); -} diff --git a/docs/components/pages/AI-home/index.tsx b/docs/components/pages/AI-home/index.tsx deleted file mode 100644 index b65040c..0000000 --- a/docs/components/pages/AI-home/index.tsx +++ /dev/null @@ -1,22 +0,0 @@ -import { AIHero } from "./AIHero"; -import { AIFeatures } from "./AIFeatures"; -import { AILetter } from "./AILetter"; -import { GradientSectionBorder } from "../home-shared/GradientSectionBorder"; -import { LandingPageGlobalStyles } from "../home-shared/GlobalStyles"; - -export default function HydroRollAIHome() { - return ( - <> - -
- - - - - - - -
- - ); -} -- cgit v1.2.3-70-g09d2