From 8558386d81002c5e4063ca2e43fbd52aabe3996b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E5=B7=A7?= <625215135@qq.com> Date: Mon, 13 Oct 2025 10:29:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=8A=A8=E9=80=80?= =?UTF-8?q?=E5=87=BA=E6=89=A7=E8=A1=8C=E6=97=B6=E9=97=B4=E5=BB=B6=E6=97=B6?= =?UTF-8?q?1s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DM_Weight/ViewModels/HomeWindowViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DM_Weight/ViewModels/HomeWindowViewModel.cs b/DM_Weight/ViewModels/HomeWindowViewModel.cs index 2fd0d71..8052dc9 100644 --- a/DM_Weight/ViewModels/HomeWindowViewModel.cs +++ b/DM_Weight/ViewModels/HomeWindowViewModel.cs @@ -469,7 +469,7 @@ namespace DM_Weight.ViewModels { logger.Info("启动自动退出检测"); //int interval = autoExit * 1000; - new PromiseUtil().taskAsyncLoop(1, 0, async (options, next, stop) => + new PromiseUtil().taskAsyncLoop(1000, 0, async (options, next, stop) => { try {