feat: 新增三个自定义边/三个自定义节点

This commit is contained in:
TsMask
2024-01-06 16:41:34 +08:00
parent 0509e05e50
commit abbe51c521
8 changed files with 548 additions and 9 deletions

View File

@@ -1153,6 +1153,9 @@ export default {
edgeTypeCubicV: "Vertical third-order Bessel curve",
edgeTypeCubicH: "Horizontal third-order Bessel curve",
edgeTypeLoop: "Self-Loop",
edgeTypeCubicAnimateLineDash: "Third-order Bessel curve, dashed motion",
edgeTypeCubicAnimateCircleMove: "Third-order Bézier curves with dots moving along edges",
edgeTypeLineAnimateState: "Straight line with state animations",
edgeLabelPositionStart: "Start",
edgeLabelPositionMiddle: "Middle",
edgeLabelPositionEnd: "End",
@@ -1163,6 +1166,9 @@ export default {
nodeTypeTriangle: "Triangle",
nodeTypeStar: "Star",
nodeTypeImage: "Image",
nodeTypeCircleAnimateShapeR: "Circle, node zoom in and out animation",
nodeTypeCircleAnimateShapeStroke: "Circular, node edge spread animation",
nodeTypeRectAnimateState: "Rectangle with state animations",
nodeLabelPositionTop: "Top",
nodeLabelPositionLeft: "Left",
nodeLabelPositionRight: "Right",