mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-13 12:52:08 +08:00
1.1.3 -> 1.1.4 第5次更新
This commit is contained in:
parent
ca92fa349d
commit
3d8f1412b4
@ -59,6 +59,7 @@
|
||||
<None Remove=".gitattributes" />
|
||||
<None Remove=".gitignore" />
|
||||
<None Remove="README.md" />
|
||||
<None Remove="README_EN.md" />
|
||||
<None Remove="Sheas-Cealer-Logo.ico" />
|
||||
</ItemGroup>
|
||||
|
||||
|
@ -619,7 +619,7 @@ public partial class MainWin : Window
|
||||
if (!File.Exists(MainConst.MihomoConfPath))
|
||||
File.Create(MainConst.MihomoConfPath).Dispose();
|
||||
|
||||
using FileStream mihomoConfStream = new(MainConst.NginxConfPath, FileMode.OpenOrCreate, FileAccess.Read, FileShare.ReadWrite | FileShare.Delete);
|
||||
using FileStream mihomoConfStream = new(MainConst.MihomoConfPath, FileMode.OpenOrCreate, FileAccess.Read, FileShare.ReadWrite | FileShare.Delete);
|
||||
ExtraMihomoConfs = new StreamReader(mihomoConfStream).ReadToEnd();
|
||||
|
||||
Dictionary<string, object> mihomoConfDict = new DeserializerBuilder()
|
||||
|
Loading…
Reference in New Issue
Block a user