所有功能已完成,运行OK

This commit is contained in:
JimmysAIPG
2026-03-23 22:31:48 +08:00
commit 44fd84d380
8 changed files with 3495 additions and 0 deletions

11
requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
# 后端 API 依赖
fastapi==0.104.1
uvicorn[standard]==0.24.0
python-multipart==0.0.6
# LLM 分类脚本(使用标准库,无需额外依赖)
# 可选:前端开发
# vite
# vue@3
# element-plus