diff options
| author | 2023-07-08 15:03:07 +0800 | |
|---|---|---|
| committer | 2023-07-08 15:03:07 +0800 | |
| commit | 34a49c6b1b58b5054a893b80adda6dc904f4e237 (patch) | |
| tree | 4e73c0878416ae487838eb474a011f026073f523 /docs/components/pages/TRPG-home/PackBenchmarkTabs.tsx | |
| parent | f741a066909311d6b6827e05baf7bf467ed6a8a2 (diff) | |
| download | HydroRoll-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.tsx | 8 |
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", }, |