From d29116d9aa3ab99dce1f4386e0318766966bc900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BC=9F?= <421281095@qq.com> Date: Sat, 12 Apr 2025 15:50:38 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Services/MinioDownloadTask.cs | 1 + View/Loyout/ExplorerControl.xaml | 4 +- ViewModel/Loyout/LoyoutViewModel.cs | 140 +++++++++++++++++----------- ViewModel/Send/DownViewModel.cs | 74 +++++++-------- minio.db | Bin 73728 -> 73728 bytes 5 files changed, 124 insertions(+), 95 deletions(-) diff --git a/Services/MinioDownloadTask.cs b/Services/MinioDownloadTask.cs index 5d63252..c8105ea 100644 --- a/Services/MinioDownloadTask.cs +++ b/Services/MinioDownloadTask.cs @@ -72,6 +72,7 @@ public class MinioDownloadTask : INotifyPropertyChanged public MinioDownloadTask(MinioService minio, string bucket, string objectKey) { + Status = "等待中"; _minio = minio; Bucket = bucket; ObjectKey = objectKey; diff --git a/View/Loyout/ExplorerControl.xaml b/View/Loyout/ExplorerControl.xaml index b5645b5..a5f2415 100644 --- a/View/Loyout/ExplorerControl.xaml +++ b/View/Loyout/ExplorerControl.xaml @@ -27,8 +27,8 @@