feat(web): end node support right port

This commit is contained in:
zhaoying
2026-03-19 20:03:59 +08:00
parent 3369b702e4
commit cd0ca9cae4
3 changed files with 3 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
* @Author: ZhaoYing
* @Date: 2026-02-03 15:06:18
* @Last Modified by: ZhaoYing
* @Last Modified time: 2026-03-20 11:23:17
* @Last Modified time: 2026-03-24 11:11:46
*/
import LoopNode from './components/Nodes/LoopNode';
import NormalNode from './components/Nodes/NormalNode';
@@ -773,15 +773,6 @@ export const graphNodeLibrary: Record<string, NodeConfig> = {
items: [defaultPortItems[1]],
},
},
end: {
width: nodeWidth,
height: 76,
shape: 'normal-node',
ports: {
groups: { left: defaultPortGroup},
items: [defaultPortItems[0]],
},
},
'cycle-start': {
width: 36,
height: 36,