-
Notifications
You must be signed in to change notification settings - Fork 12.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
168 changed files
with
345 additions
and
578 deletions.
There are no files selected for viewing
5 changes: 2 additions & 3 deletions
5
v2rayN/v2rayN/Common/DownloaderHelper.cs → v2rayN/ServiceLib/Common/DownloaderHelper.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 2 additions & 4 deletions
6
v2rayN/v2rayN/Common/HttpClientHelper.cs → v2rayN/ServiceLib/Common/HttpClientHelper.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 3 additions & 4 deletions
7
v2rayN/v2rayN/Common/JsonUtils.cs → v2rayN/ServiceLib/Common/JsonUtils.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
v2rayN/v2rayN/Common/Logging.cs → v2rayN/ServiceLib/Common/Logging.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
v2rayN/v2rayN/Common/QueryableExtension.cs → ...N/ServiceLib/Common/QueryableExtension.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
v2rayN/v2rayN/Common/SemanticVersion.cs → v2rayN/ServiceLib/Common/SemanticVersion.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace v2rayN | ||
namespace ServiceLib.Common | ||
{ | ||
public class SemanticVersion | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
v2rayN/v2rayN/Common/SqliteHelper.cs → v2rayN/ServiceLib/Common/SqliteHelper.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
v2rayN/v2rayN/Common/StringEx.cs → v2rayN/ServiceLib/Common/StringEx.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
v2rayN/v2rayN/Common/YamlUtils.cs → v2rayN/ServiceLib/Common/YamlUtils.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
v2rayN/v2rayN/Enums/EConfigType.cs → v2rayN/ServiceLib/Enums/EConfigType.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace v2rayN.Enums | ||
namespace ServiceLib.Enums | ||
{ | ||
public enum EConfigType | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
v2rayN/v2rayN/Enums/ECoreType.cs → v2rayN/ServiceLib/Enums/ECoreType.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace v2rayN.Enums | ||
namespace ServiceLib.Enums | ||
{ | ||
public enum ECoreType | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
v2rayN/v2rayN/Enums/EGirdOrientation.cs → v2rayN/ServiceLib/Enums/EGirdOrientation.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace v2rayN.Enums | ||
namespace ServiceLib.Enums | ||
{ | ||
public enum EGirdOrientation | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
v2rayN/v2rayN/Enums/EGlobalHotkey.cs → v2rayN/ServiceLib/Enums/EGlobalHotkey.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace v2rayN.Enums | ||
namespace ServiceLib.Enums | ||
{ | ||
public enum EGlobalHotkey | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
v2rayN/v2rayN/Enums/EInboundProtocol.cs → v2rayN/ServiceLib/Enums/EInboundProtocol.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace v2rayN.Enums | ||
namespace ServiceLib.Enums | ||
{ | ||
public enum EInboundProtocol | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
v2rayN/v2rayN/Enums/EMove.cs → v2rayN/ServiceLib/Enums/EMove.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace v2rayN.Enums | ||
namespace ServiceLib.Enums | ||
{ | ||
public enum EMove | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
v2rayN/v2rayN/Enums/ERuleMode.cs → v2rayN/ServiceLib/Enums/ERuleMode.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace v2rayN.Enums | ||
namespace ServiceLib.Enums | ||
{ | ||
public enum ERuleMode | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
v2rayN/v2rayN/Enums/EServerColName.cs → v2rayN/ServiceLib/Enums/EServerColName.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace v2rayN.Enums | ||
namespace ServiceLib.Enums | ||
{ | ||
public enum EServerColName | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
v2rayN/v2rayN/Enums/ESpeedActionType.cs → v2rayN/ServiceLib/Enums/ESpeedActionType.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace v2rayN.Enums | ||
namespace ServiceLib.Enums | ||
{ | ||
public enum ESpeedActionType | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
v2rayN/v2rayN/Enums/ESysProxyType.cs → v2rayN/ServiceLib/Enums/ESysProxyType.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace v2rayN.Enums | ||
namespace ServiceLib.Enums | ||
{ | ||
public enum ESysProxyType | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
v2rayN/v2rayN/Enums/ETransport.cs → v2rayN/ServiceLib/Enums/ETransport.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace v2rayN.Enums | ||
namespace ServiceLib.Enums | ||
{ | ||
public enum ETransport | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
v2rayN/v2rayN/Enums/EViewAction.cs → v2rayN/ServiceLib/Enums/EViewAction.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace v2rayN.Enums | ||
namespace ServiceLib.Enums | ||
{ | ||
public enum EViewAction | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
global using ServiceLib.Common; | ||
global using ServiceLib.Enums; | ||
global using ServiceLib.Handler.CoreConfig; | ||
global using ServiceLib.Handler.Fmt; | ||
global using ServiceLib.Handler.Statistics; | ||
global using ServiceLib.Models; | ||
global using ServiceLib.Resx; |
5 changes: 2 additions & 3 deletions
5
v2rayN/v2rayN/Handler/ClashApiHandler.cs → v2rayN/ServiceLib/Handler/ClashApiHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 2 additions & 8 deletions
10
...ayN/Handler/CoreConfig/CoreConfigClash.cs → ...Lib/Handler/CoreConfig/CoreConfigClash.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 2 additions & 7 deletions
9
...N/Handler/CoreConfig/CoreConfigHandler.cs → ...b/Handler/CoreConfig/CoreConfigHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 2 additions & 6 deletions
8
...N/Handler/CoreConfig/CoreConfigSingbox.cs → ...b/Handler/CoreConfig/CoreConfigSingbox.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 2 additions & 5 deletions
7
...ayN/Handler/CoreConfig/CoreConfigV2ray.cs → ...Lib/Handler/CoreConfig/CoreConfigV2ray.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.