Browse Source

WIFI检查有效设备,时间改为1号23点

lcl 1 week ago
parent
commit
2b05837050
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/WifiCheckHelper.cs

+ 1 - 1
AppStart/WifiCheckHelper.cs

@@ -28,7 +28,7 @@ public class WifiCheckHelper
         {
             try
             {
-                if(DateTime.Now.AddDays(2).Day == 1 && DateTime.Now.Hour > 14)
+                if(DateTime.Now.Day == 1 && DateTime.Now.Hour > 22)
                 {
                     DoSomething();
                 }