From d3fa1b98c9bb6ddd92338e3fc3211f61b655799e Mon Sep 17 00:00:00 2001 From: Leedom Date: Sun, 6 Apr 2025 01:25:42 +0800 Subject: [PATCH] docs: translate --- src/content/blog/2025/02/14/sunsetting-create-react-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/blog/2025/02/14/sunsetting-create-react-app.md b/src/content/blog/2025/02/14/sunsetting-create-react-app.md index 9deaf808fc..0ecf2b864c 100644 --- a/src/content/blog/2025/02/14/sunsetting-create-react-app.md +++ b/src/content/blog/2025/02/14/sunsetting-create-react-app.md @@ -85,7 +85,7 @@ This error message will only be shown once per install. 请继续阅读以深入了解 [构建工具的局限性](#limitations-of-build-tools) 以及 [我们推荐框架的原因](#why-we-recommend-frameworks)。 -## Limitations of Build Tools {/*limitations-of-build-tools*/} +## 构建工具的局限性 {/*limitations-of-build-tools*/} Create React App 及类似的构建工具使得开始构建 React 应用程序变得非常容易。运行 `npx create-react-app my-app` 后,你会得到一个完全配置好的 React 应用程序,包括开发服务器、代码检查和生产构建。