.1502411993651747:7637498e5d88a4daee8b6845108ef99d_69f5d8d9dc48703ced6cf631.69f5d8d9dc48703ced6cf633.69f5d8d9d2611cda23eeaf1f:Trae CN.T(2026/5/2 18:58:33)#1
Open
lovely90133 wants to merge 1 commit into
Conversation
|
@lovely90133 is attempting to deploy a commit to the bjornleonhenry Team on Vercel. A member of the Team first needs to authorize it. |
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.
本轮主要修改流程图编辑器的节点边状态管理。新增了自连、重复边、有向环检测逻辑,并在连线时阻止非法边写入 edges;删除节点时同步清理关联边;增加撤销/重做历史栈,覆盖新增节点、删除节点、连线、删线、移动节点和节点配置修改;新增 Undo/Redo 按钮及快捷键;保存加载时将 nodes 和 edges 一起写入 localStorage,并在加载后重置节点 ID 计数器和历史记录。最后运行 npm run build 验证编译通过。