Skip to content

Commit 017e598

Browse files
committed
docs(cn): dissolve the conflict
1 parent 948e4f0 commit 017e598

File tree

6 files changed

+17
-19
lines changed

6 files changed

+17
-19
lines changed

api/expect-typeof.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ expectTypeOf(obj).toHaveProperty('b').toBeString()
553553
expectTypeOf(obj).toHaveProperty('a').not.toBeString()
554554
```
555555

556+
<!-- TODO: translation -->
556557
## branded
557558

558559
- **Type:** `ExpectTypeOf<BrandedType>`

config/experimental.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
title: experimental | Config
33
outline: deep
44
---
5+
<!-- TODO: translation -->
56

67
# experimental
78

89
## experimental.fsModuleCache <Version type="experimental">4.0.11</Version> {#experimental-fsmodulecache}
910

10-
::: tip FEEDBACK
11-
Please, leave feedback regarding this feature in a [GitHub Discussion](https://github.com/vitest-dev/vitest/discussions/9221).
11+
::: tip 功能反馈
12+
请将关于此功能反馈提交至 [GitHub Discussion](https://github.com/vitest-dev/vitest/discussions/9221)
1213
:::
1314

1415
- **Type:** `boolean`
@@ -107,8 +108,8 @@ At the moment, Vitest ignores the [test.cache.dir](/config/cache) or [cacheDir](
107108

108109
## experimental.openTelemetry <Version type="experimental">4.0.11</Version> {#experimental-opentelemetry}
109110

110-
::: tip FEEDBACK
111-
Please, leave feedback regarding this feature in a [GitHub Discussion](https://github.com/vitest-dev/vitest/discussions/9222).
111+
::: tip 功能反馈
112+
请将关于此功能反馈提交至 [GitHub Discussion](https://github.com/vitest-dev/vitest/discussions/9222)
112113
:::
113114

114115
- **Type:**
@@ -176,8 +177,8 @@ It's important that Node can process `sdkPath` content because it is not transfo
176177

177178
## experimental.printImportBreakdown <Version type="experimental">4.0.15</Version> {#experimental-printimportbreakdown}
178179

179-
::: tip FEEDBACK
180-
Please, leave feedback regarding this feature in a [GitHub Discussion](https://github.com/vitest-dev/vitest/discussions/9224).
180+
::: tip 功能反馈
181+
请将关于此功能反馈提交至 [GitHub Discussion](https://github.com/vitest-dev/vitest/discussions/9224)
181182
:::
182183

183184
- **Type:** `boolean`

config/onstacktrace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: onStackTrace | Config
33
outline: deep
44
---
5-
5+
<!-- TODO: translation -->
66
# onStackTrace <CRoot />
77

88
- **Type**: `(error: Error, frame: ParsedStack) => boolean | void`

guide/open-telemetry.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Open Telemetry Support <Experimental /> {#open-telemetry-support}
2-
3-
::: tip FEEDBACK
4-
Please, leave feedback regarding this feature in a [GitHub Discussion](https://github.com/vitest-dev/vitest/discussions/9222).
2+
<!-- TODO: translation -->
3+
::: tip 功能反馈
4+
请将关于此功能反馈提交至 [GitHub Discussion](https://github.com/vitest-dev/vitest/discussions/9222)
55
:::
66

7-
::: tip Example Project
7+
::: tip 示例项目
88
[GitHub](https://github.com/vitest-dev/vitest/tree/main/examples/opentelemetry)
99
:::
1010

guide/ui.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,11 @@ npx vite preview --outDir ./html
129129

130130
### 导入耗时分析 {#import-breakdown}
131131

132-
<<<<<<< HEAD
133-
模块图选项卡还会提供导入耗时分析功能,默认显示加载时间最长的10个模块(点击"显示更多"可追加10个),按总耗时排序。
134-
=======
135-
::: tip FEEDBACK
136-
Please, leave feedback regarding this feature in a [GitHub Discussion](https://github.com/vitest-dev/vitest/discussions/9224).
132+
::: tip 功能反馈
133+
请将关于此功能反馈提交至 [GitHub Discussion](https://github.com/vitest-dev/vitest/discussions/9224)
137134
:::
138135

139-
The Module Graph tab also provides an Import Breakdown with a list of modules that take the longest time to load (top 10 by default, but you can press "Show more" to load 10 more), sorted by Total Time.
140-
>>>>>>> 7e382ef570c2a5c18427069cc851ce758b47aef7
136+
模块图选项卡还会提供导入耗时分析功能,默认显示加载时间最长的10个模块(点击"显示更多"可追加10个),按总耗时排序。
141137

142138
<img alt="Import breakdown with a list of top 10 modules that take the longest time to load" img-light src="/ui/light-import-breakdown.png">
143139
<img alt="Import breakdown with a list of top 10 modules that take the longest time to load" img-dark src="/ui/dark-import-breakdown.png">

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish = ".vitepress/dist"
33
command = "npx pnpm i --ignore-scripts && pnpm run build"
44

55
[build.environment]
6-
NODE_VERSION = "20"
6+
NODE_VERSION = "24"
77

88
[[redirects]]
99
from = "https://cn-vitest.netlify.app/*"

0 commit comments

Comments
 (0)