docs: 更新 Python 和 Node.js 版本要求

将 Python 版本要求从 3.13+ 降级至 3.11+,Node.js 从 18+ 升级至 20+
This commit is contained in:
lintsinghua 2025-12-21 06:40:33 +08:00
parent b6a6467f31
commit 1ba0c24207
3 changed files with 4 additions and 4 deletions

View File

@ -129,7 +129,7 @@ pnpm dev
### 后端 (Python) ### 后端 (Python)
- 使用 Python 3.13+ 类型注解 - 使用 Python 3.11+ 类型注解
- 遵循 PEP 8 代码风格 - 遵循 PEP 8 代码风格
- 使用 Ruff 进行代码格式化和检查 - 使用 Ruff 进行代码格式化和检查
- 使用 mypy 进行类型检查 - 使用 mypy 进行类型检查

View File

@ -13,7 +13,7 @@
[![React](https://img.shields.io/badge/React-18-61dafb.svg)](https://reactjs.org/) [![React](https://img.shields.io/badge/React-18-61dafb.svg)](https://reactjs.org/)
[![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178c6.svg)](https://www.typescriptlang.org/) [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178c6.svg)](https://www.typescriptlang.org/)
[![FastAPI](https://img.shields.io/badge/FastAPI-0.100+-009688.svg)](https://fastapi.tiangolo.com/) [![FastAPI](https://img.shields.io/badge/FastAPI-0.100+-009688.svg)](https://fastapi.tiangolo.com/)
[![Python](https://img.shields.io/badge/Python-3.13+-3776ab.svg)](https://www.python.org/) [![Python](https://img.shields.io/badge/Python-3.11+-3776ab.svg)](https://www.python.org/)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/lintsinghua/DeepAudit) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/lintsinghua/DeepAudit)
[![Stars](https://img.shields.io/github/stars/lintsinghua/DeepAudit?style=social)](https://github.com/lintsinghua/DeepAudit/stargazers) [![Stars](https://img.shields.io/github/stars/lintsinghua/DeepAudit?style=social)](https://github.com/lintsinghua/DeepAudit/stargazers)

View File

@ -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 包管理器 |