feat:增加RustFS介绍文档

This commit is contained in:
2025-12-09 19:59:45 +08:00
parent 33a328c852
commit 23413ce227
5 changed files with 222 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
# 简介
  [FastAPI](https://fastapi.tiangolo.com/zh/) 是一个用于构建 API 的现代、快速(高性能)的 web 框架,使用 Python 并基于标准的 Python 类型提示。

View File

@@ -5,4 +5,5 @@ title: FastAPI
# 内容导航
- [FastAPI基础教程](/FastAPI/FastAPIGuide)
- [基于OAuth2的FastApi安全验证](/FastAPI/OAuth2)