mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-12 10:56:34 +08:00
重新设计了FlowLIbrary相关类;为工作台默认添加了基础依赖、默认画布。
This commit is contained in:
@@ -208,7 +208,7 @@ namespace Serein.NodeFlow.Env
|
||||
{
|
||||
CanvasInfo = new FlowCanvasDetailsInfo
|
||||
{
|
||||
Name = $"Canvas {_add_canvas_count++}",
|
||||
Name = string.IsNullOrWhiteSpace(canvasName) ? $"Canvas {_add_canvas_count++}" : canvasName,
|
||||
Width = width,
|
||||
Height = height,
|
||||
Guid = Guid.NewGuid().ToString(),
|
||||
|
||||
Reference in New Issue
Block a user