aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/components/pages/TRPG-home/PackBenchmarkTabs.tsx
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-08 15:03:07 +0800
committer简律纯 <i@jyunko.cn>2023-07-08 15:03:07 +0800
commit34a49c6b1b58b5054a893b80adda6dc904f4e237 (patch)
tree4e73c0878416ae487838eb474a011f026073f523 /docs/components/pages/TRPG-home/PackBenchmarkTabs.tsx
parentf741a066909311d6b6827e05baf7bf467ed6a8a2 (diff)
downloadHydroRoll-34a49c6b1b58b5054a893b80adda6dc904f4e237.tar.gz
HydroRoll-34a49c6b1b58b5054a893b80adda6dc904f4e237.zip
😶‍🌫️Delete
Diffstat (limited to 'docs/components/pages/TRPG-home/PackBenchmarkTabs.tsx')
-rw-r--r--docs/components/pages/TRPG-home/PackBenchmarkTabs.tsx8
1 files changed, 4 insertions, 4 deletions
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",
},