mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
实现了多画布下,节点的复制粘贴功能
This commit is contained in:
@@ -17,6 +17,10 @@ namespace Serein.Workbench
|
||||
/// </summary>
|
||||
public partial class LogWindow : Window
|
||||
{
|
||||
private static LogWindow instance = new LogWindow();
|
||||
public static LogWindow Instance => instance;
|
||||
|
||||
|
||||
private StringBuilder logBuffer = new StringBuilder();
|
||||
private int logUpdateInterval = 200; // 批量更新的时间间隔(毫秒)
|
||||
private Timer logUpdateTimer;
|
||||
|
||||
Reference in New Issue
Block a user