diff options
| author | 2023-07-09 19:31:13 +0800 | |
|---|---|---|
| committer | 2023-07-09 19:31:13 +0800 | |
| commit | 45b3c912148c86e23844787188032343c6e74b22 (patch) | |
| tree | 3730ca67b0bb88b7ed5296e4bb1745966a43cf1e /docs | |
| parent | d3698e0b162d6f8500414413958730497f729841 (diff) | |
| download | HydroRoll-45b3c912148c86e23844787188032343c6e74b22.tar.gz HydroRoll-45b3c912148c86e23844787188032343c6e74b22.zip | |
🦋Change Features.ts
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/pages/TRPG-home/PackFeatures.tsx | 4 | ||||
| -rw-r--r-- | docs/components/pages/TRPG-home/PackLetter.tsx | 13 | ||||
| -rw-r--r-- | docs/content/features.ts | 28 |
3 files changed, 23 insertions, 22 deletions
diff --git a/docs/components/pages/TRPG-home/PackFeatures.tsx b/docs/components/pages/TRPG-home/PackFeatures.tsx index 40fda95..2b63303 100644 --- a/docs/components/pages/TRPG-home/PackFeatures.tsx +++ b/docs/components/pages/TRPG-home/PackFeatures.tsx @@ -4,8 +4,8 @@ import { FeaturesBento } from "../home-shared/FeaturesBento"; export function PackFeatures() { return ( <FeaturesBento - header="Why TRPG?" - body="With incremental behavior and adaptable bundling strategies, Turbopack provides a fast and flexible development experience for apps of any size." + header="Why HydroRollCore?<br />为什么选择水系核心?" + body="水系核心基于规则包运行,可自定义程度高,且运行速率快。" features={PACK_HOME_FEATURES} /> ); diff --git a/docs/components/pages/TRPG-home/PackLetter.tsx b/docs/components/pages/TRPG-home/PackLetter.tsx index ed1cb20..df58116 100644 --- a/docs/components/pages/TRPG-home/PackLetter.tsx +++ b/docs/components/pages/TRPG-home/PackLetter.tsx @@ -20,17 +20,18 @@ export function PackLetter() { <div className="flex flex-col max-w-xl leading-6 md:text-lg lg:text-lg"> <FadeIn className="opacity-70"> <p> - Since the public beta of Water System, I have been involved in TRPG for over two years, and I would like to share some of my understanding of TRPG here. - TRPG is not only a game but also a culture. Its core is "storytelling." How can we tell a good story? In my opinion, a good story should be interesting. An interesting story can attract people's attention and make them willing to listen, watch, and play. + 当水系公测后,我接触TRPG已经有两年多了,我希望能够在这里分享一些我对TRPG的理解。 + TRPG,是一种游戏,也是一种文化,它的核心是“故事”。究竟要怎么讲好一个故事呢?我认为,一个好的故事,应该是有趣的,有趣的故事,才能吸引人,才能让人愿意去听,去看,去玩。 </p> <br /> <p> - However, it is not easy to tell an interesting story. It needs a good story background, a good story plot, and a good story ending. These are all necessary for a good story. Water System is designed from the perspective of rulebook authors. Its primary audience is world masters, followed by game masters and players. Therefore, the design of Water System aims to help world masters better depict the world they imagine. + 但是,有趣的故事,不是随随便便就能讲好的,它需要有一个好的故事背景,需要有一个好的故事情节,需要有一个好的故事结局。这些,都是一个好的故事所必须具备的。 + 水系其实是站在规则书作者的角度去设计的,它的第一服务对象永远是世界主,再是kp与pl们。所以,水系的设计,是为了让世界主们能够更好的描绘自己所想象的那个世界。 </p> <br /> <p> - Water System is free, mainly manifested in the form of hot-swappable rulebook packages. World masters can freely write their own rulebook packages to enrich their world according to their needs. Water System is open, mainly manifested in the open-source nature of the rulebook. World masters can freely modify the rulebook to enrich their world according to their needs. - In short, Water System is here to serve world masters. The purpose of Water System is to help world masters tell their stories better and build their own worlds. It aims to bring more attention to niche world views and rulebooks and allow more people to participate in the world of TRPG. + 水系是自由的,这主要表现在规则书是以热插拔规则包的形式存在的,世界主们可以根据自己的需要,自由的编写自己想要的规则包,来丰富自己的世界。水系是开放的,这主要表现在规则书的开源,世界主们可以根据自己的需要,自由的修改规则书,来丰富自己的世界。 + 总之,水系是为世界主们服务的,水系的目的,就是让世界主们能够更好的讲好自己的故事,构建好自己的世界。让更多冷门世界观与规则书得到更多人的关注,让更多人能够参与到TRPG的世界中来。 </p> </FadeIn> <FadeIn @@ -87,7 +88,7 @@ export function PackLetter() { <div className="max-w-[180px] w-full"> <CTAButton> <Link href="/TRPG/docs" className="block py-3 font-sans"> - Start Building + 开始搭建 </Link> </CTAButton> </div> diff --git a/docs/content/features.ts b/docs/content/features.ts index 119fb5b..fa499e5 100644 --- a/docs/content/features.ts +++ b/docs/content/features.ts @@ -40,8 +40,8 @@ export type Features = Array<Feature>; const REPO_FEATURES: Features = [ { - name: "Incremental builds", - description: `Building once is painful enough, Turborepo will remember what you've built and skip the stuff that's already been computed.`, + name: "逐步增量的设计", + description: `只需构建一次工作流——一旦HydroRollAI完成一个任务,它就不会再重新执行。`, iconDark: RefreshIconDark, iconLight: RefreshIconLight, page: "all", @@ -106,43 +106,43 @@ const REPO_FEATURES: Features = [ const PACK_FEATURES: Features = [ { - name: "Incremental by design", - description: `Building once is enough work—once Turbopack performs a task, it never does it again. `, + name: "逐步增量设计", + description: `只需构建一次工作流——一旦HydroRollCore完成一个任务,它就不会再重新执行。`, iconDark: BarsIconDark, iconLight: BarsIconLight, page: "all", }, { - name: "Ecosystem-friendly", - description: `Get out-of-the-box support for TypeScript, JSX, CSS, CSS Modules, WebAssembly, and more.`, + name: "生态系统友好", + description: `可以直接支持Python与TypeScript,也可以通过插件支持其他语言,且官方给出的规则包十分丰富。`, iconDark: EcosystemIconDark, iconLight: EcosystemIconLight, page: "home", }, { - name: "Lightning fast HMR", - description: `Hot Module Replacement (HMR) stays fast regardless of the size of your app.`, + name: "闪电般快速的HMR", + description: `无论你写的规则包大小如何,热加载(HMR)始终保持快速的读取和运行速度。`, iconDark: LightningIconDark, iconLight: LightningIconLight, page: "all", }, { - name: "React Server Components", - description: `Get native support for React Server Components when using Turbopack. `, + name: "模型与HydroRoll本体组件", + description: `在使用HydroRollCore时,可以获得对AI模型以及水系本体组件的原生支持。`, iconDark: ServerComponentsIconDark, iconLight: ServerComponentsIconLight, page: "all", }, { - name: "Simultaneous Multiple Env Targets", - description: `Build and optimize for multiple environments together (Browser, Server, Edge, SSR, React Server Components).`, + name: "同时多个环境目标", + description: `一起构建并优化多个环境(webui、本地静态wiki站点、服务器接口组件)`, iconDark: MultiEnvTargetsIconDark, iconLight: MultiEnvTargetsIconLight, page: "all", }, { - name: "Next.js support", - description: `Turbopack will also power Next.js production builds, both locally and in the cloud.`, + name: "站点支持 Next.js", + description: `HydroRollCore将为Next.js的生产构建提供动力,无论是在本地还是在云端。`, iconDark: NextJSIconDark, iconLight: NextJSIconLight, page: "all", |
