Commit Graph

5 Commits

Author SHA1 Message Date
cfe81760aa feat: 添加项目配置文件,更新忽略文件和迁移状态设置 2025-12-02 21:36:24 +08:00
b02a4638da feat: add database session dependency for FastAPI routes
- Introduced a new dependency in `middleware/dependencies.py` to provide an asynchronous database session using SQLModel.
- This dependency can be utilized in route functions to facilitate database operations.
2025-11-27 22:18:50 +08:00
2a173c0566 添加Github登录,优化数据库模型 2025-09-01 00:21:06 +08:00
e98c46f44a 用户登录 2025-07-17 19:33:48 +08:00
412565cda2 用户登录完成 2025-07-17 19:33:37 +08:00