.3616765668494883:63782b27dcc50729d5b35b15de7e1f9f_69df29c428256ef291d2c98d.69df337c28256ef291d2ca73.69df337c3315ec58ea0215b2:Trae CN.T(2026/4/15 14:43:08)#25
Open
Ach111e wants to merge 2 commits into
Conversation
- 前后端添加标签管理功能 - 笔记支持关联标签 - 实现按标签筛选笔记 - 更新UI显示标签信息
添加NoteCreate模型用于创建笔记时的输入验证 重构标签处理逻辑,使用tag_ids查询标签对象后再关联 更新相关路由和CRUD操作以使用新的模型和逻辑
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(notes): 添加NoteCreate模型并优化标签处理逻辑
添加NoteCreate模型用于创建笔记时的输入验证
重构标签处理逻辑,使用tag_ids查询标签对象后再关联
更新相关路由和CRUD操作以使用新的模型和逻辑