From e47c0eb4db40c9c9a2f34d91ff1ad7b6b2f32478 Mon Sep 17 00:00:00 2001 From: "k.12f" Date: Thu, 19 Sep 2024 17:42:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0title=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BlueCatKoKo.Ui/BlueCatKoKo.Ui.csproj | 168 ++++++++++++----------- src/BlueCatKoKo.Ui/Views/MainWindow.xaml | 71 +++++----- src/BlueCatKoKo.Ui/appsettings.json | 2 +- 3 files changed, 123 insertions(+), 118 deletions(-) diff --git a/src/BlueCatKoKo.Ui/BlueCatKoKo.Ui.csproj b/src/BlueCatKoKo.Ui/BlueCatKoKo.Ui.csproj index 21b05c4..13a61eb 100644 --- a/src/BlueCatKoKo.Ui/BlueCatKoKo.Ui.csproj +++ b/src/BlueCatKoKo.Ui/BlueCatKoKo.Ui.csproj @@ -1,94 +1,96 @@  - - WinExe - net8.0-windows - enable - enable - applicationIcon.ico - AnyCPU;x64 - true + + WinExe + net8.0-windows + enable + enable + applicationIcon.ico + AnyCPU;x64 + BetterGI + 1.2.5 + true - False - - ../libraries - ./libraries - - - - - - False - - False - - False - - False - - - - True - - - - - - - - - - - Info - - - - + False + + ../libraries + ./libraries + + + + + + False + + False + + False + + False + + + + True + + + + + + + + + + + Info + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - BlueCatKoKo - + + BlueCatKoKo + - - - Always - - + + + Always + + - - - + + + - - - - + + + + - - - - + + + + diff --git a/src/BlueCatKoKo.Ui/Views/MainWindow.xaml b/src/BlueCatKoKo.Ui/Views/MainWindow.xaml index 3173cf8..83acb1c 100644 --- a/src/BlueCatKoKo.Ui/Views/MainWindow.xaml +++ b/src/BlueCatKoKo.Ui/Views/MainWindow.xaml @@ -22,41 +22,44 @@ Height="768" d:DesignHeight="768" d:DesignWidth="1366"> - - - - - + + + + + - - - - - - + + + + + + + + + + - - - - - - - - + + + + + + + + - + \ No newline at end of file diff --git a/src/BlueCatKoKo.Ui/appsettings.json b/src/BlueCatKoKo.Ui/appsettings.json index 62cb7d5..f73bceb 100644 --- a/src/BlueCatKoKo.Ui/appsettings.json +++ b/src/BlueCatKoKo.Ui/appsettings.json @@ -2,7 +2,7 @@ "AppConfig": { "Name": "BlueCatKoKo", "TrayTitle": "BlueCatKoKo-DY-Downloader", - "Version": "v1.2.4", + "Version": "v1.2.5", "Description": "BlueCatKoKo is a Douyin Downloader", "DownloadPath": "./", "RepositoryUrl": "https://github.com/K12f/BlueCatKoKo",