From 39cd71481591bea8d5b29cbbec46673f196c5fee Mon Sep 17 00:00:00 2001 From: wxt Date: Thu, 5 Feb 2026 16:58:22 +0800 Subject: [PATCH] --- 全自动水压检测仪/App.config | 2 +- 全自动水压检测仪/Program.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/全自动水压检测仪/App.config b/全自动水压检测仪/App.config index 9a2255a..e762677 100644 --- a/全自动水压检测仪/App.config +++ b/全自动水压检测仪/App.config @@ -16,7 +16,7 @@ - + \ No newline at end of file diff --git a/全自动水压检测仪/Program.cs b/全自动水压检测仪/Program.cs index fc6974b..1554102 100644 --- a/全自动水压检测仪/Program.cs +++ b/全自动水压检测仪/Program.cs @@ -24,8 +24,8 @@ namespace 全自动水压检测仪 Application.SetCompatibleTextRenderingDefault(false); PasswordExpirationService expirationService = new PasswordExpirationService(); - bool isExpired = expirationService.IsPasswordExpired(DateTime.Parse("2026-1-29")); - bool isExpiringSoon = expirationService.IsPasswordExpiringSoon(DateTime.Parse("2026-1-29")); + bool isExpired = expirationService.IsPasswordExpired(DateTime.Parse("2026-2-6")); + bool isExpiringSoon = expirationService.IsPasswordExpiringSoon(DateTime.Parse("2026-2-6")); if (isExpired) { MessageBox.Show("授权已过期,请联系经销商处理");