diff options
| author | 2023-05-03 06:18:23 +0800 | |
|---|---|---|
| committer | 2023-05-03 06:18:23 +0800 | |
| commit | b2a54454e3030c795b901db52705fe7c83ac0991 (patch) | |
| tree | cf4bd180c3ed5ac8d235bb48310b6a9287ca5f9d | |
| parent | 2b510321453460658dd7741749c5acf000ff86ef (diff) | |
| download | HydroRoll-b2a54454e3030c795b901db52705fe7c83ac0991.tar.gz HydroRoll-b2a54454e3030c795b901db52705fe7c83ac0991.zip | |
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | docs/components/Footer.tsx | 13 | ||||
| -rw-r--r-- | docs/components/HydroRollTRPGQuickstart.tsx | 6 | ||||
| -rw-r--r-- | docs/components/logos/Turbo.tsx | 2 | ||||
| -rw-r--r-- | docs/components/pages/TRPG-home/PackHero.tsx | 7 | ||||
| -rw-r--r-- | docs/components/pages/landing/index.tsx | 12 |
6 files changed, 20 insertions, 22 deletions
@@ -1,5 +1,5 @@ <p align="center">
- <a href="https://turbo.build">
+ <a href="https://hydroroll.retrofor.space">
<img src="https://hydroroll.retrofor.space/background_or_logo.png" height="128">
<h1 align="center">HydroRoll'水系</h1>
</a>
diff --git a/docs/components/Footer.tsx b/docs/components/Footer.tsx index 58042fc..9ce0ea8 100644 --- a/docs/components/Footer.tsx +++ b/docs/components/Footer.tsx @@ -144,10 +144,9 @@ export function FooterContent() { </div> </div> <div className="mt-12 xl:!mt-0"> - <FooterHeader>Subscribe to our newsletter</FooterHeader> + <FooterHeader>Subscribe to HydroRoll newsletter</FooterHeader> <p className="mt-4 text-sm text-gray-600 dark:text-[#888888]"> - Subscribe to the Turbo newsletter and stay updated on new releases - and features, guides, and case studies. + 订阅 水系 最新的blog与release内容,抑或是插件与模型的更新。 </p> <SubmitForm /> </div> @@ -159,13 +158,13 @@ export function FooterContent() { className="text-current" target="_blank" rel="noopener noreferrer" - title="vercel.com homepage" - href="https://vercel.com?utm_source=turbo.build&utm_medium=referral&utm_campaign=footer-logoLink" + title="retrofor.space homepage" + href="https://hydroroll.retrofor.space/background_or_logo.png" > <VercelLogo /> </a> <p className="mt-4 text-xs text-gray-500 dark:text-[#888888]"> - © {new Date().getFullYear()} Vercel, Inc. All rights + © {new Date().getFullYear()} retrofor, Inc. All rights reserved. </p> </div> @@ -215,7 +214,7 @@ function SubmitForm() { type="submit" className="flex items-center justify-center w-full px-4 py-2 text-base font-medium text-white bg-black border border-transparent rounded-md dark:bg-white dark:text-black sm:text-sm betterhover:hover:bg-gray-600 focus:outline-none focus:ring-2 focus:ring-gray-800 dark:focus:ring-white dark:betterhover:hover:bg-gray-300" > - Subscribe + 订阅 Subscribe </button> </div> </form> diff --git a/docs/components/HydroRollTRPGQuickstart.tsx b/docs/components/HydroRollTRPGQuickstart.tsx index 2e17d41..8f57f38 100644 --- a/docs/components/HydroRollTRPGQuickstart.tsx +++ b/docs/components/HydroRollTRPGQuickstart.tsx @@ -11,14 +11,14 @@ export const HydroRollTRPGQuickstartArea = () => { feature={{ Icon: QuestionMarkCircleIcon, description: `Learn why we created Turbopack, and why we think it’s the future of bundling for the web.`, - name: "Why Turbopack?", + name: "Why TRPG?", }} - href="/TRPG/docs/why-turbopack" + href="/TRPG/docs/why-trpg" ></DetailedFeatureLink> <DetailedFeatureLink feature={{ Icon: LightBulbIcon, - description: `Learn about the innovative architecture that powers Turbopack’s speed improvements.`, + description: `Learn about the innovative architecture that powers TRPG’s speed improvements.`, name: "Core Concepts", }} href="/TRPG/docs/core-concepts" diff --git a/docs/components/logos/Turbo.tsx b/docs/components/logos/Turbo.tsx index d873e5f..f1e86fe 100644 --- a/docs/components/logos/Turbo.tsx +++ b/docs/components/logos/Turbo.tsx @@ -12,7 +12,7 @@ const Turbo = ({ height = 32, className = "" }: LogoProps) => ( fill="none" xmlns="http://www.w3.org/2000/svg" > - <title>Turborepo</title> + <title>AI</title> <path d="M48.2623 11.2944V8.24418H33.5623V11.2944H39.1115V21.4374H42.713V11.2944H48.2623Z" className="dark:fill-white fill-black" diff --git a/docs/components/pages/TRPG-home/PackHero.tsx b/docs/components/pages/TRPG-home/PackHero.tsx index 9def8df..38c773b 100644 --- a/docs/components/pages/TRPG-home/PackHero.tsx +++ b/docs/components/pages/TRPG-home/PackHero.tsx @@ -73,14 +73,13 @@ export function PackHero() { className="z-50 flex flex-col items-center justify-center gap-5 px-6 text-center lg:gap-6" > <PackLogo - alt="Turbopack" + alt="HydroRollTRPG" width="200" className="w-[160px] md:w-[200px] fill-black dark:fill-white" /> - <HeroText h1>The Rust-powered successor to Webpack</HeroText> + <HeroText h1>跑团</HeroText> <SectionSubtext hero> - Turbopack is an incremental bundler optimized for JavaScript and - TypeScript, written in Rust. + TRPG 模块是 水系 的另一个重要组成部分 </SectionSubtext> </FadeIn> <FadeIn diff --git a/docs/components/pages/landing/index.tsx b/docs/components/pages/landing/index.tsx index 00b3748..684fa2b 100644 --- a/docs/components/pages/landing/index.tsx +++ b/docs/components/pages/landing/index.tsx @@ -151,18 +151,18 @@ function Teams() { return ( <div className="mx-auto "> <p className="bg-contain mb-2 md:!mb-4 text-sm font-semibold tracking-wide text-center text-[#666666] dark:text-[#888888] uppercase"> - Trusted by teams from + Thx by teams from <br className="inline md:hidden" /> around the world </p> <div className="z-50 grid grid-flow-col grid-rows-6 sm:grid-rows-3 md:grid-rows-2 lg:grid-rows-1"> <Clients companyList={[ "Vercel", - "AWS", - "Microsoft", - "Adobe", - "Disney", - "Netflix", + // "AWS", + // "Microsoft", + // "Adobe", + // "Disney", + // "Netflix", ]} staticWidth /> |
