CodeReview/backend/app
lintsinghua c54212a8c9 refactor: 清理IndexedDB相关代码,统一使用后端ZIP存储
- 移除前端废弃的loadZipFile/saveZipFile函数
- ProjectDetail使用scanStoredZipFile替代loadZipFile
- RecycleBin移除手动删除ZIP文件逻辑
- 后端permanently_delete_project自动清理ZIP文件
2025-11-28 18:01:43 +08:00
..
api refactor: 清理IndexedDB相关代码,统一使用后端ZIP存储 2025-11-28 18:01:43 +08:00
core feat: 添加敏感信息加密存储功能 2025-11-28 17:51:17 +08:00
db feat: Refactor frontend layout with new sidebar and i18n, update backend LLM adapters, and adjust database models. 2025-11-27 18:01:57 +08:00
models feat(projects): add ZIP file upload support and source type tracking 2025-11-28 17:38:12 +08:00
schemas feat(users): add comprehensive user management with search, filtering, and admin controls 2025-11-28 01:06:01 +08:00
services feat(projects): add ZIP file upload support and source type tracking 2025-11-28 17:38:12 +08:00
__init__.py refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
main.py refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00