diff --git a/XplorePlane/App.xaml.cs b/XplorePlane/App.xaml.cs index 1a5b514..10a099f 100644 --- a/XplorePlane/App.xaml.cs +++ b/XplorePlane/App.xaml.cs @@ -466,15 +466,15 @@ namespace XplorePlane // 临时测试模式专属:订阅倒计时事件并提示 | Temporary test mode only: subscribe countdown events and notify if (licenseService.LicenseMode == XP.Common.License.Enums.LicenseMode.TemporaryTest) { - licenseService.TestModeWarning5Min += OnTestModeWarning5Min; - licenseService.TestModeWarning1Min += OnTestModeWarning1Min; - licenseService.TestModeTimeout += OnTestModeTimeout; + //licenseService.TestModeWarning5Min += OnTestModeWarning5Min; + //licenseService.TestModeWarning1Min += OnTestModeWarning1Min; + //licenseService.TestModeTimeout += OnTestModeTimeout; - MessageBox.Show( - "当前为临时测试模式,软件将在15分钟后自动关闭。\nCurrently in temporary test mode, the software will automatically shut down after 15 minutes.", - "临时测试模式 | Temporary Test Mode", - MessageBoxButton.OK, - MessageBoxImage.Information); + //MessageBox.Show( + // "当前为临时测试模式,软件将在15分钟后自动关闭。\nCurrently in temporary test mode, the software will automatically shut down after 15 minutes.", + // "临时测试模式 | Temporary Test Mode", + // MessageBoxButton.OK, + // MessageBoxImage.Information); } Log.Information("授权检查通过 | Authorization check passed, Mode={Mode}", licenseService.LicenseMode);