From d86536c322d6938bb7bafdf5c0be04ec9170ac38 Mon Sep 17 00:00:00 2001 From: "lvxinyu.1117" Date: Thu, 11 Sep 2025 18:10:06 +0800 Subject: [PATCH] fix(workflow): update comment for IconURI field --- backend/domain/workflow/entity/node_meta.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/domain/workflow/entity/node_meta.go b/backend/domain/workflow/entity/node_meta.go index a0cb553c0..d046f2b87 100644 --- a/backend/domain/workflow/entity/node_meta.go +++ b/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: "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", // SupportBatch indicates whether this node can set batch mode.