From 67079cf9e0c11122a8a25d003e91296b7c819de2 Mon Sep 17 00:00:00 2001 From: Space Time Date: Thu, 12 Dec 2024 22:35:07 +0800 Subject: [PATCH] =?UTF-8?q?1.1.3=20->=201.1.4=20=E7=AC=AC54=E6=AC=A1?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sheas-Cealer.csproj | 14 +------------- Wins/MainWin.xaml.cs | 3 +++ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/Sheas-Cealer.csproj b/Sheas-Cealer.csproj index 72e4a73..3c764da 100644 --- a/Sheas-Cealer.csproj +++ b/Sheas-Cealer.csproj @@ -23,7 +23,7 @@ WinExe net8.0-windows10.0.26100.0 10.0.17763.0 - 10.0.26100.41 + 10.0.26100.41 Sheas_Cealer enable true @@ -63,18 +63,6 @@ - - - tlbimp - 0 - 1 - f935dc20-1cf0-11d0-adb9-00c04fd58a0b - 0 - false - true - - - diff --git a/Wins/MainWin.xaml.cs b/Wins/MainWin.xaml.cs index 0d181b2..1e6d21f 100644 --- a/Wins/MainWin.xaml.cs +++ b/Wins/MainWin.xaml.cs @@ -81,6 +81,9 @@ public partial class MainWin : Window CealHostWatcher_Changed(null!, new(new(), Path.GetDirectoryName(cealHostPath)!, Path.GetFileName(cealHostPath))); MihomoConfWatcher_Changed(null!, null!); + + if (!MainPres.IsNginxRunning) + NginxStoppedCleaner.Clean(); }); } private void MainWin_Closing(object sender, CancelEventArgs e) => Application.Current.Shutdown();