From f08234f35aa54a9038f239d064c5eebe593ee1ef Mon Sep 17 00:00:00 2001
From: Waket Zheng
Date: Fri, 19 Apr 2024 05:53:24 +0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Update=20Chinese=20translation?=
=?UTF-8?q?=20for=20`docs/zh/docs/index.html`=20(#11430)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Co-authored-by: Sebastián Ramírez
---
docs/zh/docs/index.md | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/docs/zh/docs/index.md b/docs/zh/docs/index.md
index eda2e8fd7..dfe5af827 100644
--- a/docs/zh/docs/index.md
+++ b/docs/zh/docs/index.md
@@ -23,6 +23,9 @@ hide:
+
+
+
---
@@ -196,7 +199,7 @@ async def read_item(item_id: int, q: Union[str, None] = None):
**Note**:
-如果你不知道是否会用到,可以查看文档的 _"In a hurry?"_ 章节中 关于 `async` 和 `await` 的部分。
+如果你不知道是否会用到,可以查看文档的 _"In a hurry?"_ 章节中 关于 `async` 和 `await` 的部分。
@@ -419,7 +422,7 @@ item: Item

-教程 - 用户指南 中有包含更多特性的更完整示例。
+教程 - 用户指南 中有包含更多特性的更完整示例。
**剧透警告**: 教程 - 用户指南中的内容有:
@@ -440,7 +443,7 @@ item: Item
独立机构 TechEmpower 所作的基准测试结果显示,基于 Uvicorn 运行的 **FastAPI** 程序是 最快的 Python web 框架之一,仅次于 Starlette 和 Uvicorn 本身(FastAPI 内部使用了它们)。(*)
-想了解更多,请查阅 基准测试 章节。
+想了解更多,请查阅 基准测试 章节。
## 可选依赖
@@ -463,7 +466,7 @@ item: Item
* uvicorn
- 用于加载和运行你的应用程序的服务器。
* orjson
- 使用 `ORJSONResponse` 时安装。
-你可以通过 `pip install fastapi[all]` 命令来安装以上所有依赖。
+你可以通过 `pip install "fastapi[all]"` 命令来安装以上所有依赖。
## 许可协议