.4062073974432528:f19ed0da67e5fb495b62b769419d8d7b_69eddaec76b23b934f810e77.69eef1d60deab091a90d98d8.69eef1d67f72cb76098f8d61:Trae CN.T(2026/4/27 13:19:18)#27
Open
CGW516 wants to merge 2 commits intoFuAdmin:masterfrom
Conversation
added 2 commits
April 26, 2026 18:55
- 后端添加Notice模型、API路由和管理界面 - 前端实现消息列表、未读标记和全部已读功能 - 完善消息类型分类和显示样式 - 添加消息点击处理和未读计数逻辑
前端将params参数统一改为data以保持一致性,后端增加权限校验和用户信息提取功能
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.
refactor(notice): 统一前后端参数命名并增加权限控制
前端将params参数统一改为data以保持一致性,后端增加权限校验和用户信息提取功能