From 62c5a7fad29fa380874f6cf81bb4074ce5f488e7 Mon Sep 17 00:00:00 2001 From: 海波 张 <2956280567@qq.com> Date: 星期五, 30 五月 2025 17:32:06 +0800 Subject: [PATCH] 优先级修改 --- Program.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Program.cs b/Program.cs index 6c4c9fd..3bf2b00 100644 --- a/Program.cs +++ b/Program.cs @@ -105,7 +105,10 @@ //绌烘墭鑷姩鍑哄簱 tasks.Add(GetTask(Monitor.ktAuto)); - + + //鏍规嵁閰嶇疆锛屾瘡闂撮殧澶氬皯鍒嗛挓鎻愰珮澶氬皯浼樺厛绾�+ tasks.Add(GetTask(Monitor.UpdateOutTaskPriority)); + } public void Stop() { Console.WriteLine("work stopped"); } -- Gitblit v1.9.1