mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-20 00:06:45 +08:00
1. 移除了FlipflopContext,统一流程API
2. Script项目脚本修复了 RawString 原始字符串存在的问题 3. Script使用了ValueNode统一了值类型节点,为后续扩展更多的值类型做准备 4. TypeHelper.ToTypeOfString()方法中添加了部分值类型的"Type[]”与“List<Type>”的显式定义,用于脚本在类型中定义数组成员 5. Script项目脚本默认挂载的json方法拆分为jsonObj(String)与jsonStr(Object)以支持序列化与反序列化 6. 项目保存为dnf项目文件时,将不再保存名称为”Default"并且没有节点的画布,避免重复保存时默认画布增多。
This commit is contained in:
@@ -1012,7 +1012,6 @@ namespace Serein.Library.Api
|
||||
void SetUIContextOperation(UIContextOperation uiContextOperation);
|
||||
#endregion
|
||||
|
||||
|
||||
#region 项目相关操作
|
||||
|
||||
/// <summary>
|
||||
@@ -1068,7 +1067,6 @@ namespace Serein.Library.Api
|
||||
bool TryGetDelegateDetails(string assemblyName, string methodName, out DelegateDetails del);
|
||||
#endregion
|
||||
|
||||
|
||||
#region 类库依赖相关
|
||||
|
||||
/// <summary>
|
||||
@@ -1099,8 +1097,6 @@ namespace Serein.Library.Api
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
#region 远程相关
|
||||
/*/// <summary>
|
||||
/// 启动远程服务
|
||||
@@ -1142,8 +1138,6 @@ namespace Serein.Library.Api
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
#region 节点中断、表达式(暂时没用)
|
||||
#if false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user