mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-13 21:02:08 +08:00
1.1.3 -> 1.1.4 第40次更新
This commit is contained in:
parent
f7a0729eaa
commit
66230df9a5
@ -2,7 +2,7 @@
|
|||||||
using System.Windows;
|
using System.Windows;
|
||||||
using SheasCore;
|
using SheasCore;
|
||||||
|
|
||||||
namespace Sheas_Cealer.Utils;
|
namespace Sheas_Cealer.Proces;
|
||||||
|
|
||||||
internal class BrowserProc : Proc
|
internal class BrowserProc : Proc
|
||||||
{
|
{
|
@ -1,7 +1,7 @@
|
|||||||
using Sheas_Cealer.Consts;
|
using Sheas_Cealer.Consts;
|
||||||
using SheasCore;
|
using SheasCore;
|
||||||
|
|
||||||
namespace Sheas_Cealer.Utils;
|
namespace Sheas_Cealer.Proces;
|
||||||
|
|
||||||
internal class MihomoProc : Proc
|
internal class MihomoProc : Proc
|
||||||
{
|
{
|
@ -1,8 +1,9 @@
|
|||||||
using System;
|
using System;
|
||||||
using Sheas_Cealer.Consts;
|
using Sheas_Cealer.Consts;
|
||||||
|
using Sheas_Cealer.Utils;
|
||||||
using SheasCore;
|
using SheasCore;
|
||||||
|
|
||||||
namespace Sheas_Cealer.Utils;
|
namespace Sheas_Cealer.Proces;
|
||||||
|
|
||||||
internal class NginxProc : Proc
|
internal class NginxProc : Proc
|
||||||
{
|
{
|
@ -23,6 +23,7 @@ using NginxConfigParser;
|
|||||||
using OnaCore;
|
using OnaCore;
|
||||||
using Sheas_Cealer.Consts;
|
using Sheas_Cealer.Consts;
|
||||||
using Sheas_Cealer.Preses;
|
using Sheas_Cealer.Preses;
|
||||||
|
using Sheas_Cealer.Proces;
|
||||||
using Sheas_Cealer.Utils;
|
using Sheas_Cealer.Utils;
|
||||||
using YamlDotNet.Serialization;
|
using YamlDotNet.Serialization;
|
||||||
using YamlDotNet.Serialization.NamingConventions;
|
using YamlDotNet.Serialization.NamingConventions;
|
||||||
|
Loading…
Reference in New Issue
Block a user