mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-25 10:05:49 +08:00
update
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user