From d17f1b6ef2a561126519ece88cc1b0e2516b71fb Mon Sep 17 00:00:00 2001 From: dogle <15707274049@163.com> Date: Wed, 3 Jun 2026 15:01:31 +0800 Subject: [PATCH 1/2] docs(cn): fix translation in guide/index.md --- guide/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/index.md b/guide/index.md index e5201138..e6db31f5 100644 --- a/guide/index.md +++ b/guide/index.md @@ -41,8 +41,8 @@ bun add -D vitest ::: -:::tip -Vitest 需要 Vite >=v6.4.0 and 和 >=v22.12.0 +:::tip 提示 +Vitest 需要 Vite >=v6.4.0 和 Node >=v22.12.0 ::: 如果在 `package.json` 中安装一份 `vitest` 的副本,可以使用上面列出的方法之一。然而,如果更倾向于直接运行 `vitest` ,可以使用 `npx vitest`( `npx` 会随着 npm 和 Node.js 一起被安装)。 From f0bf2aad6e95c064533d391fcf2e0115457cf21d Mon Sep 17 00:00:00 2001 From: dogle <40968928+dogledogle@users.noreply.github.com> Date: Fri, 5 Jun 2026 10:34:52 +0800 Subject: [PATCH 2/2] docs(cn): revert the translation of tip in guide/index.md Co-authored-by: NoiseFan --- guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/index.md b/guide/index.md index e6db31f5..754bc41b 100644 --- a/guide/index.md +++ b/guide/index.md @@ -41,7 +41,7 @@ bun add -D vitest ::: -:::tip 提示 +:::tip Vitest 需要 Vite >=v6.4.0 和 Node >=v22.12.0 :::