授权更新CLMS SDK(新版支持SMA),更新生成至anycpu。

This commit is contained in:
QI Mingxuan
2026-05-19 16:53:37 +08:00
parent 98d91efc19
commit 2d56f42d28
32 changed files with 1368 additions and 9 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -12,7 +12,7 @@
<add key="License:LicenseMode" value="0" />
<add key="License:ModuleId" value="4" />
<add key="License:UseSma" value="false" />
<add key="License:LicenseState" value="20" />
<add key="License:LicenseState" value="10" />
<add key="Serilog:LogPath" value="D:\XplorePlane\Logs" />
<add key="Serilog:MinimumLevel" value="Debug" />
<add key="Serilog:EnableConsole" value="true" />
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large Load Diff
+5 -6
View File
@@ -386,14 +386,13 @@ namespace XplorePlane
return false;
}
// 订阅临时测试模式事件 | Subscribe to temporary test mode events
licenseService.TestModeWarning5Min += OnTestModeWarning5Min;
licenseService.TestModeWarning1Min += OnTestModeWarning1Min;
licenseService.TestModeTimeout += OnTestModeTimeout;
// 临时测试模式启动提示 | Temporary test mode startup notification
// 临时测试模式专属:订阅倒计时事件并提示 | 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;
MessageBox.Show(
"当前为临时测试模式,软件将在15分钟后自动关闭。\nCurrently in temporary test mode, the software will automatically shut down after 15 minutes.",
"临时测试模式 | Temporary Test Mode",
+1 -1
View File
@@ -56,7 +56,7 @@
<PropertyGroup>
<TelerikDir>..\ExternalLibraries\Telerik</TelerikDir>
<BaseOutputPath>..\bin\</BaseOutputPath>
<PlatformTarget>x64</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="Telerik.Windows.Controls">