mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-27 02:03:23 +08:00
流程接口节点新增了对脚本节点的支持
This commit is contained in:
@@ -126,7 +126,7 @@ namespace Serein.Workbench
|
||||
filePath = @"C:\Users\Az\source\repos\CLBanyunqiState\CLBanyunqiState\bin\Release\banyunqi\project.dnf";
|
||||
filePath = @"F:\临时\project\project.dnf";
|
||||
filePath = @"F:\TempFile\flow\qrcode\project.dnf";
|
||||
filePath = @"F:\TempFile\flow\temp\project.dnf";
|
||||
filePath = @"F:\TempFile\flow\temp2\project.dnf";
|
||||
if (File.Exists(filePath))
|
||||
{
|
||||
string content = System.IO.File.ReadAllText(filePath); // 读取整个文件内容
|
||||
|
||||
Reference in New Issue
Block a user