diff --git a/docs/zh-hant/docs/index.md b/docs/zh-hant/docs/index.md index e2e6c1e8a2..5125717c7d 100644 --- a/docs/zh-hant/docs/index.md +++ b/docs/zh-hant/docs/index.md @@ -5,7 +5,7 @@

- FastAPI + FastAPI

FastAPI 框架,高效能,易於學習,快速撰寫程式碼,適用於生產環境 @@ -27,7 +27,7 @@ --- -**文件**: https://fastapi.tiangolo.com +**文件**: https://fastapi.tiangolo.com **原始碼**: https://github.com/fastapi/fastapi @@ -69,7 +69,7 @@ FastAPI 是一個現代、快速(高效能)的 Web 框架,用於以 Python -其他贊助商 +其他贊助商 ## 評價 { #opinions } @@ -140,7 +140,7 @@ FastAPI 是站在以下巨人的肩膀上: ## 安裝 { #installation } -建立並啟用一個 虛擬環境,然後安裝 FastAPI: +建立並啟用一個 虛擬環境,然後安裝 FastAPI:

@@ -199,7 +199,7 @@ async def read_item(item_id: int, q: str | None = None): **注意**: -如果你不確定,請查看文件中 _"In a hurry?"_ 章節關於 `async` 和 `await` 的說明。 +如果你不確定,請查看文件中 _"In a hurry?"_ 章節關於 `async` 和 `await` 的說明。 @@ -241,7 +241,7 @@ INFO: Application startup complete. 預設情況下,`fastapi dev` 會啟用自動重新載入,方便本機開發。 -你可以在 FastAPI CLI 文件 了解更多。 +你可以在 FastAPI CLI 文件 了解更多。