优化FlowEnv

This commit is contained in:
fengjiayi
2025-07-04 15:46:29 +08:00
parent 345fee39ba
commit 340ff7770f
12 changed files with 249 additions and 113 deletions

View File

@@ -15,7 +15,6 @@ namespace Serein.NodeFlow.Model.Operation
{
public override string Theme => nameof(CreateNodeOperation);
public required string CanvasGuid { get; set; }
public required NodeControlType NodeControlType { get; set; }
public required PositionOfUI Position { get; set; }

View File

@@ -50,7 +50,7 @@ namespace Serein.NodeFlow.Model.Operation
/// 流程依赖服务
/// </summary>
[AutoInjection]
protected FlowLibraryManagement flowLibraryManagement;
protected FlowLibraryService flowLibraryManagement;
/// <summary>
/// 流程事件服务