docs: 更新 Python 和 Node.js 版本要求
将 Python 版本要求从 3.13+ 降级至 3.11+,Node.js 从 18+ 升级至 20+
This commit is contained in:
parent
b6a6467f31
commit
1ba0c24207
|
|
@ -129,7 +129,7 @@ pnpm dev
|
||||||
|
|
||||||
### 后端 (Python)
|
### 后端 (Python)
|
||||||
|
|
||||||
- 使用 Python 3.13+ 类型注解
|
- 使用 Python 3.11+ 类型注解
|
||||||
- 遵循 PEP 8 代码风格
|
- 遵循 PEP 8 代码风格
|
||||||
- 使用 Ruff 进行代码格式化和检查
|
- 使用 Ruff 进行代码格式化和检查
|
||||||
- 使用 mypy 进行类型检查
|
- 使用 mypy 进行类型检查
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
[](https://reactjs.org/)
|
[](https://reactjs.org/)
|
||||||
[](https://www.typescriptlang.org/)
|
[](https://www.typescriptlang.org/)
|
||||||
[](https://fastapi.tiangolo.com/)
|
[](https://fastapi.tiangolo.com/)
|
||||||
[](https://www.python.org/)
|
[](https://www.python.org/)
|
||||||
[](https://deepwiki.com/lintsinghua/DeepAudit)
|
[](https://deepwiki.com/lintsinghua/DeepAudit)
|
||||||
|
|
||||||
[](https://github.com/lintsinghua/DeepAudit/stargazers)
|
[](https://github.com/lintsinghua/DeepAudit/stargazers)
|
||||||
|
|
|
||||||
|
|
@ -289,8 +289,8 @@ server {
|
||||||
|
|
||||||
| 依赖 | 版本要求 | 说明 |
|
| 依赖 | 版本要求 | 说明 |
|
||||||
|------|---------|------|
|
|------|---------|------|
|
||||||
| Node.js | 18+ | 前端运行环境 |
|
| Node.js | 20+ | 前端运行环境 |
|
||||||
| Python | 3.13+ | 后端运行环境 |
|
| Python | 3.11+ | 后端运行环境 |
|
||||||
| PostgreSQL | 15+ | 数据库 |
|
| PostgreSQL | 15+ | 数据库 |
|
||||||
| pnpm | 8+ | 推荐的前端包管理器 |
|
| pnpm | 8+ | 推荐的前端包管理器 |
|
||||||
| uv | 最新版 | 推荐的 Python 包管理器 |
|
| uv | 最新版 | 推荐的 Python 包管理器 |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue