添加了 Action FlowCall 节点的代码生成支持

This commit is contained in:
fengjiayi
2025-07-08 14:22:41 +08:00
parent 678b01f2fe
commit efe4d0a8e5
11 changed files with 1372 additions and 644 deletions

View File

@@ -137,8 +137,8 @@ namespace Serein.Workbench.ViewModels
var env = App.GetService<IFlowEnvironment>();
var flowModelService = env.IOC.Get<FlowModelService>();
var text = flowModelService.ToCsharpCoreFile(); ;
var service = env.IOC.Get<FlowCoreGenerateService>();
var text = service.ToCsharpCoreFile(); ;
Debug.WriteLine(text);
}