mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-03 06:46:35 +08:00
修改了无法添加基础节点的bug,增加WebSocket JSON ID字段,远程环境交互使用消息ID作为响应key。
This commit is contained in:
@@ -10,7 +10,9 @@ namespace Serein.Workbench
|
||||
/// </summary>
|
||||
public partial class App : Application
|
||||
{
|
||||
#if DEBUG
|
||||
|
||||
#endif
|
||||
|
||||
public static SereinProjectData? FlowProjectData { get; set; }
|
||||
public static string FileDataPath { get; set; } = "";
|
||||
@@ -66,7 +68,7 @@ namespace Serein.Workbench
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
else if(1 == 1)
|
||||
else if(1 == 11)
|
||||
{
|
||||
//string filePath = @"F:\临时\project\new project.dnf";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user