.1915763867792649:787da0f6a7a3d2c449c175a5c5bb7dcf_69def9f5f4ff2c686f6068b1.69df07f7f4ff2c686f606d1a.69df07f66ccce0f83369de78:Trae CN.T(2026/4/15 11:37:27)Round 3#3
Open
keep-me wants to merge 3 commits intoHigherLevelDev:mainfrom
Conversation
添加文件上传功能的后端服务和前端组件,包括: - 后端文件上传模块、实体、DTO、配置和数据库迁移 - 前端文件上传页面、组件和服务 - 文件列表展示和管理功能 - 文件类型验证和大小限制 - 用户认证和权限检查
- 提取用户ID获取逻辑到独立方法,支持配置开关认证 - 添加匿名用户ID作为默认值,允许未认证用户上传文件 - 新增@types/multer依赖以支持文件上传类型检查
refactor(backend): 移除文件表的外键约束改为索引 feat(frontend): 添加Vite代理配置以连接后端API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat(backend): 添加文件上传功能并更新数据库迁移
refactor(backend): 移除文件表的外键约束改为索引
feat(frontend): 添加Vite代理配置以连接后端API