mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-07 08:26:34 +08:00
重新设计了FlowLIbrary相关类;为工作台默认添加了基础依赖、默认画布。
This commit is contained in:
@@ -135,7 +135,7 @@ namespace Serein.NodeFlow.Env
|
||||
public string ProjectFileLocation => currentFlowEnvironment.EnvName;
|
||||
|
||||
/// <inheritdoc/>
|
||||
public bool IsGlobalInterrupt => currentFlowEnvironment.IsGlobalInterrupt;
|
||||
public bool _IsGlobalInterrupt => currentFlowEnvironment._IsGlobalInterrupt;
|
||||
|
||||
/// <inheritdoc/>
|
||||
public bool IsControlRemoteEnv => currentFlowEnvironment.IsControlRemoteEnv;
|
||||
|
||||
Reference in New Issue
Block a user