From 75695fbc6a1e4a1f737dfeabc20dfd86177b71a0 Mon Sep 17 00:00:00 2001 From: Adrian Zhang Date: Thu, 29 Aug 2024 07:29:39 +0800 Subject: [PATCH] Update apps/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/index.md --- .../i18n/zh-cn/docusaurus-plugin-content-docs/current/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/index.md b/apps/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/index.md index 19802d2..a809118 100644 --- a/apps/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/index.md +++ b/apps/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/index.md @@ -26,7 +26,7 @@ Sparo 优化了 Git 操作在大型前端 monorepo 中的性能。 ## 主要特点 -- **熟悉的界面:** `sparo` 命令行界面 (CLI) 包装器提供了 **更好的默认设置** 和 **性能建议**,而无需更改熟悉的 `git` 语法。(本地 `git` CLI 也受支持。) +- **熟悉的界面:** `sparo` 命令行工具 (CLI) 提供了 **更好的默认设置** 和 **性能建议**,而无需更改熟悉的 `git` 语法。(本地 `git` CLI 也受支持。) - **经过验证的解决方案:** Git 提供了[许多优化大型仓库的要素](https://tiktok.github.io/sparo/pages/reference/git_optimization/); Sparo 是将这些功能智能组合的配方。 - **简化的稀疏签出:** 使用稀疏签出[配置文件](https://tiktok.github.io/sparo/pages/guide/sparo_profiles/) 而不是复杂的 "cones" 和 globs。 - **前端集成:** Sparo 利用了 [Rush](https://rushjs.io/) 和 [PNPM](https://pnpm.io/) 的工作区配置,甚至可以自动签出项目依赖项。