fix(workflow): update comment for IconURI field (#2155)

main
lvxinyu-1117 1 month ago committed by GitHub
parent 6790abe8de
commit ffec252d9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      backend/domain/workflow/entity/node_meta.go

@ -915,7 +915,7 @@ var NodeTypeMetas = map[NodeType]*NodeTypeMeta{
// Color is the color of the upper edge of the node displayed on Canvas. // Color is the color of the upper edge of the node displayed on Canvas.
Color: "F2B600", Color: "F2B600",
// IconURL is the URL of the icon displayed on Canvas. // IconURI is the resource identifier for the icon displayed on the Canvas. It's resolved into a full URL by the backend to support different deployment environments.
IconURI: "default_icon/workflow_icon/icon-json-stringify.jpg", IconURI: "default_icon/workflow_icon/icon-json-stringify.jpg",
// SupportBatch indicates whether this node can set batch mode. // SupportBatch indicates whether this node can set batch mode.

Loading…
Cancel
Save