mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
环境接口新增了加载项目文件路径,方便类库在Init事件中自动加载具体的依赖
This commit is contained in:
@@ -65,6 +65,10 @@ namespace Serein.NodeFlow.Env
|
||||
|
||||
public string EnvName => FlowEnvironment.SpaceName;
|
||||
|
||||
/// <summary>
|
||||
/// 远程项目的网络位置(WebSocket + IP + 端口 : 远程主机的文件路径)
|
||||
/// </summary>
|
||||
public string ProjectFileLocation { get; set; } = string.Empty;
|
||||
public bool IsGlobalInterrupt => false;
|
||||
|
||||
public bool IsControlRemoteEnv => true;
|
||||
|
||||
Reference in New Issue
Block a user