From 714a4d2c5bde500dcb254f9134d4d25922e0b67f Mon Sep 17 00:00:00 2001 From: Space Time Date: Wed, 17 Apr 2024 16:09:13 +0800 Subject: [PATCH] =?UTF-8?q?1.1.0=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.xaml | 5 +- App.xaml.cs | 7 + Commons/Clash.cs | 23 -- README.md | 23 +- Sheas-Cealer.csproj | 22 +- Commons/Cmd.cs => Utilities/Command.cs | 4 +- {Commons => Utilities}/IconRemover.cs | 19 +- Windows/AboutWindow.xaml.cs | 17 +- Windows/MainWindow.xaml | 23 +- Windows/MainWindow.xaml.cs | 287 ++++++++----------------- app.manifest | 76 ------- 11 files changed, 145 insertions(+), 361 deletions(-) delete mode 100644 Commons/Clash.cs rename Commons/Cmd.cs => Utilities/Command.cs (84%) rename {Commons => Utilities}/IconRemover.cs (67%) delete mode 100644 app.manifest diff --git a/App.xaml b/App.xaml index e46efda..9b7864c 100644 --- a/App.xaml +++ b/App.xaml @@ -1,12 +1,13 @@  + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + DispatcherUnhandledException="App_DispatcherUnhandledException"> - +