Merge remote-tracking branch 'origin/turbo-002-cnc' into Feature/TURBO-002-Cnc

This commit is contained in:
zhengxuan.zhang
2026-06-09 15:00:33 +08:00
+8 -8
View File
@@ -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);