This website requires JavaScript.
Explore
Help
Register
Sign In
kris
/
ForcePilot
Watch
1
Star
0
Fork
0
You've already forked ForcePilot
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
b0db3c6b0d
ForcePilot
/
server
/
models
/
__init__.py
3 lines
82 B
Python
Raw
Normal View
History
Unescape
Escape
继续优化接口,移除无关模块:(1)移除原本的 Token 管理模块;(2)所有 API 请求使用 /api 前缀;(3)移除重复的中间件验证;(4)前后端都移除工具模块;(5)移除原本的 safe_config 模块;(6)其他小细节优化
2025-05-05 16:31:35 +08:00
from
sqlalchemy
.
ext
.
declarative
import
declarative_base
feat: 更新 Docker 配置和添加 MinerU OCR 服务 - 修改了 docker-compose.yml,更新了 API 和 Web 服务的镜像名称,并添加了 MinerU OCR 服务。 - 在 pyproject.toml 中添加了 Ruff 代码检查工具的配置。 - 更新了 API 和 Web Dockerfile,添加了代理环境变量。 - 新增了用于拉取 Docker 镜像的脚本。 - 在文档中添加了关于如何使用 MinerU OCR 的说明。 - 优化了代码结构和日志记录,提升了可读性和维护性。
2025-05-23 15:30:14 +08:00
Base
=
declarative_base
(
)
Reference in New Issue
Copy Permalink