.661283291792508:7abf0f0fd0128d0d5e6b2bd679b77680_69f04ab775f86b32ef82ae99.69f0514f91adcad3d326c62c.69f0514e105280027073b112:Trae CN.T(2026/4/28 14:18:55)#106
Open
CQC1118 wants to merge 2 commits intonineaiyu:mainfrom
Conversation
实现系统公告的完整功能,包括: - 公告模型定义及状态管理 - 管理员公告管理接口(CRUD、发布/取消发布) - 用户端公告查看接口 - 相关序列化器和过滤配置 - 路由和权限配置
refactor(公告): 重构公告状态管理逻辑,使用is_published字段替代status判断 feat(前端): 新增公告管理前端示例项目,包含Vue3+Element Plus实现 fix(公告): 修复公告列表排序和过滤条件问题
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(公告): 添加公告发布状态字段并优化前后端功能
refactor(公告): 重构公告状态管理逻辑,使用is_published字段替代status判断
feat(前端): 新增公告管理前端示例项目,包含Vue3+Element Plus实现
fix(公告): 修复公告列表排序和过滤条件问题