This commit is contained in:
辉鸭蛋
2025-01-06 23:26:38 +08:00
parent 3a45def9ff
commit dc7f4dd45d
2 changed files with 2 additions and 16 deletions

View File

@@ -10,7 +10,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ApplicationIcon>Assets\Images\logo.ico</ApplicationIcon>
<AssemblyName>BetterGI</AssemblyName>
<AssemblyVersion>10.38.7</AssemblyVersion>
<AssemblyVersion>10.38.8</AssemblyVersion>
<Platforms>x64</Platforms>
<DebugType>embedded</DebugType>
</PropertyGroup>

View File

@@ -429,21 +429,7 @@ public partial class KeyMouseRecordPageViewModel : ObservableObject, INavigation
await Task.Run(() =>
{
// // 先压缩整个文件夹
// var zipName = $"{Path.GetFileNameWithoutExtension(path)}.zip";
// var zipPath = Path.Combine(Path.GetTempPath(), zipName);
// // 删除旧的压缩包
// if (File.Exists(zipPath))
// {
// File.Delete(zipPath);
// }
//
// ZipFile.CreateFromDirectory(path, zipPath, CompressionLevel.NoCompression, true);
//
//
// UIDispatcherHelper.Invoke(() => { Toast.Information($"文件夹压缩完成:{zipPath}"); });
// 上传
try
{