fix: 修复 Socket.IO 命名冲突 + config.py 配置 + 添加 gitignore

This commit is contained in:
2026-03-14 21:00:34 +08:00
parent 6bafd21e02
commit f2caeadf05
4 changed files with 36 additions and 9 deletions

View File

@@ -11,6 +11,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---
## [0.6.0] - 2026-03-14
### Fixed
- **命名冲突** - 修复 `socketio` 变量与 `app/socketio` 模块冲突,重命名为 `socketio_app`
- **config.py** - 移除生产环境强制数据库检查,允许开发环境使用 SQLite
### Added
- **.gitignore** - 添加 Python 缓存和数据库文件忽略规则
### Test Results
- 调度器测试: ✅ 11/11 通过
- 消息队列测试: ✅ 7/7 通过
- 验证工具测试: ✅ 3/4 通过
- 认证 API 测试: ⚠️ 3/9 (测试配置问题)
**总计**: 24/31 测试通过
---
## [0.5.0] - 2026-03-14
### Added