mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-14 05:12:09 +08:00
1.1.3 -> 1.1.4 第54次更新
This commit is contained in:
parent
9d50e772fd
commit
67079cf9e0
@ -23,7 +23,7 @@
|
|||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
|
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
|
||||||
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
|
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
|
||||||
<WindowsSdkPackageVersion>10.0.26100.41</WindowsSdkPackageVersion>
|
<WindowsSdkPackageVersion>10.0.26100.41</WindowsSdkPackageVersion>
|
||||||
<RootNamespace>Sheas_Cealer</RootNamespace>
|
<RootNamespace>Sheas_Cealer</RootNamespace>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<UseWPF>true</UseWPF>
|
<UseWPF>true</UseWPF>
|
||||||
@ -63,18 +63,6 @@
|
|||||||
<None Remove="Sheas-Cealer-Logo.ico" />
|
<None Remove="Sheas-Cealer-Logo.ico" />
|
||||||
</ItemGroup>
|
</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>
|
<ItemGroup>
|
||||||
<PackageReference Include="CommunityToolkit.Mvvm" Version="*" />
|
<PackageReference Include="CommunityToolkit.Mvvm" Version="*" />
|
||||||
<PackageReference Include="MaterialDesignThemes" Version="*" />
|
<PackageReference Include="MaterialDesignThemes" Version="*" />
|
||||||
|
@ -81,6 +81,9 @@ public partial class MainWin : Window
|
|||||||
CealHostWatcher_Changed(null!, new(new(), Path.GetDirectoryName(cealHostPath)!, Path.GetFileName(cealHostPath)));
|
CealHostWatcher_Changed(null!, new(new(), Path.GetDirectoryName(cealHostPath)!, Path.GetFileName(cealHostPath)));
|
||||||
|
|
||||||
MihomoConfWatcher_Changed(null!, null!);
|
MihomoConfWatcher_Changed(null!, null!);
|
||||||
|
|
||||||
|
if (!MainPres.IsNginxRunning)
|
||||||
|
NginxStoppedCleaner.Clean();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
private void MainWin_Closing(object sender, CancelEventArgs e) => Application.Current.Shutdown();
|
private void MainWin_Closing(object sender, CancelEventArgs e) => Application.Current.Shutdown();
|
||||||
|
Loading…
Reference in New Issue
Block a user