更新密码数据123

This commit is contained in:
GukSang.Jin
2026-06-15 10:28:16 +08:00
parent 2fc1dd89a2
commit 147ab67ea8
9 changed files with 1038 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
using Avalonia;
using Footwear_Test_methodsfor_wholeshoe_Slipresistanceperformance.Services;
using Serilog;
using System;
using System.IO;
@@ -14,6 +15,11 @@ namespace Footwear_Test_methodsfor_wholeshoe_Slipresistanceperformance
try
{
if (args.Length == 2 && string.Equals(args[0], MachineLicenseService.InstallArgument, StringComparison.Ordinal))
{
return MachineLicenseService.RunElevatedInstall(args[1]);
}
Log.Information("鞋类整鞋防滑性能试验程序启动");
BuildAvaloniaApp().StartWithClassicDesktopLifetime(args);
return 0;