mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
如果方法入参如果有Description特性,则能够在节点悬浮窗口中显示
This commit is contained in:
@@ -92,6 +92,8 @@ namespace Serein.NodeFlow.Model
|
||||
InputType = ParameterValueInputType.Input,
|
||||
Items = null,
|
||||
IsParams = true,
|
||||
Description = "脚本节点入参"
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user