- 修改 admin/vite.config.js 添加 base: '/admin/' 解决静态资源路径问题 - 修复后台 index.html 资源引用从 /assets/ → /admin/assets/ - 更新优化器默认 API 地址为服务器地址 - 添加友链管理相关代码 - 修复多处分类管理页面
11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
fastapi==0.109.0
|
|
uvicorn[standard]==0.27.0
|
|
gunicorn==21.2.0
|
|
sqlalchemy==2.0.25
|
|
pydantic==2.5.3
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
python-multipart==0.0.6
|
|
openai==1.12.0
|
|
crawl4ai==0.3.0
|
|
httpx==0.27.0 |