1.1.3 -> 1.1.4 第54次更新

This commit is contained in:
Space Time 2024-12-12 22:35:07 +08:00
parent 9d50e772fd
commit 67079cf9e0
2 changed files with 4 additions and 13 deletions

View File

@ -23,7 +23,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
<WindowsSdkPackageVersion>10.0.26100.41</WindowsSdkPackageVersion>
<WindowsSdkPackageVersion>10.0.26100.41</WindowsSdkPackageVersion>
<RootNamespace>Sheas_Cealer</RootNamespace>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
@ -63,18 +63,6 @@
<None Remove="Sheas-Cealer-Logo.ico" />
</ItemGroup>
<ItemGroup>
<COMReference Include="IWshRuntimeLibrary">
<WrapperTool>tlbimp</WrapperTool>
<VersionMinor>0</VersionMinor>
<VersionMajor>1</VersionMajor>
<Guid>f935dc20-1cf0-11d0-adb9-00c04fd58a0b</Guid>
<Lcid>0</Lcid>
<Isolated>false</Isolated>
<EmbedInteropTypes>true</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="*" />
<PackageReference Include="MaterialDesignThemes" Version="*" />

View File

@ -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();