From 34a49c6b1b58b5054a893b80adda6dc904f4e237 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sat, 8 Jul 2023 15:03:07 +0800 Subject: 😶‍🌫️Delete MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/components/pages/TRPG-home/PackBenchmarkTabs.tsx | 8 ++++---- docs/components/pages/TRPG-home/PackBenchmarks.tsx | 18 +++++++++--------- .../components/pages/TRPG-home/PackBenchmarksGraph.tsx | 2 +- .../pages/TRPG-home/PackBenchmarksPicker.tsx | 4 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) (limited to 'docs') diff --git a/docs/components/pages/TRPG-home/PackBenchmarkTabs.tsx b/docs/components/pages/TRPG-home/PackBenchmarkTabs.tsx index f771fb1..e79b820 100644 --- a/docs/components/pages/TRPG-home/PackBenchmarkTabs.tsx +++ b/docs/components/pages/TRPG-home/PackBenchmarkTabs.tsx @@ -12,25 +12,25 @@ const TABS: { }[] = [ { id: "cold", - title: "Cold Start", + title: "冷加载", soon: false, tooltip: "First run", }, { id: "file_change", - title: "File Change", + title: "热加载", soon: false, tooltip: "Hot Reload (HMR)", }, { id: "code_build", - title: "Code Build", + title: "核心构建", soon: true, tooltip: "First Build", }, { id: "build_from_cache", - title: "Build from Cache", + title: "使用缓存构建", soon: true, tooltip: "Second Build", }, diff --git a/docs/components/pages/TRPG-home/PackBenchmarks.tsx b/docs/components/pages/TRPG-home/PackBenchmarks.tsx index 97ad74b..36cd4b7 100644 --- a/docs/components/pages/TRPG-home/PackBenchmarks.tsx +++ b/docs/components/pages/TRPG-home/PackBenchmarks.tsx @@ -16,7 +16,7 @@ export interface BenchmarkData { HydroRoll: number; Shiki: number; OlivOS: number; - SealDice: number; + // SealDice: number; } export interface BenchmarkBar { @@ -41,10 +41,10 @@ export const DEFAULT_BARS: BenchmarkBar[] = [ label: "OlivOS青果", swc: true, }, - { - key: "SealDice", - label: "SealDice海豹", - }, + // { + // key: "SealDice", + // label: "SealDice海豹", + // }, ]; export const HMR_BARS: BenchmarkBar[] = [ { @@ -61,10 +61,10 @@ export const HMR_BARS: BenchmarkBar[] = [ label: "OlivOS青果", swc: true, }, - { - key: "SealDice", - label: "SealDice海豹", - }, + // { + // key: "SealDice", + // label: "SealDice海豹", + // }, ]; export function PackBenchmarks() { diff --git a/docs/components/pages/TRPG-home/PackBenchmarksGraph.tsx b/docs/components/pages/TRPG-home/PackBenchmarksGraph.tsx index 6ee4d54..8215ee7 100644 --- a/docs/components/pages/TRPG-home/PackBenchmarksGraph.tsx +++ b/docs/components/pages/TRPG-home/PackBenchmarksGraph.tsx @@ -317,7 +317,7 @@ function GraphLabel({ gradients.benchmarkTurboLabel )} > - HydroRollCore + 水系核心

)} {swc && ( diff --git a/docs/components/pages/TRPG-home/PackBenchmarksPicker.tsx b/docs/components/pages/TRPG-home/PackBenchmarksPicker.tsx index 33e5bfd..8f0e83e 100644 --- a/docs/components/pages/TRPG-home/PackBenchmarksPicker.tsx +++ b/docs/components/pages/TRPG-home/PackBenchmarksPicker.tsx @@ -8,9 +8,9 @@ export function PackBenchmarksPicker(props: {
- React Components + 本体文件大小 props.setNumberOfModules(value)} -- cgit v1.2.3-70-g09d2