-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev #35
Conversation
This file contains 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
feat: 新增校园活动相关功能
fix: 修复校园活动删改权限未区分管理员级别的问题
refactor: 重构错误处理和日志记录
feat: 新增公告通知相关接口
* feat: 新建网站接口 * feat: 删除网站接口 * feat: 更新网站接口 * feat: 获取网站列表接口 * refactor: 重构用户信息的上下文传递 * fix: 修复自动迁移和错误获取 * fix: 统一创建时间为CreatedAt
perf: 异步删除活动图片
refactor: 重构AES相关代码
perf: 将上传的图片转换为WebP
fix: 改用io.Reader操作文件
ci: 新增自动构建
refactor: 实现优雅停止
feat: 实现了权益码相关接口
- 将原有的手动拼接字符串逻辑替换为 strings.Join 函数
- 移除了 website 部分和 lostAndFound 部分之间的空行- 在 lostAndFound 部分内部添加了一个空行,以区分不同的路由定义块 - 删除了 lostAndFound 部分末尾的额外空行
- 移除 create.go 中 Imgs 字段的 required 校验 - 在 update.go 中为多个字段添加 required 校验
* refactor: 改用image库进行图片解码 * refactor: 修改文件上传接口 * chore: 更新依赖
feat:新增失物招领接口
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.
No description provided.