Improvements and Adjustments

This commit is contained in:
2dust
2025-01-12 14:30:49 +08:00
parent 649e89e7af
commit 7a8680711e
5 changed files with 82 additions and 74 deletions

View File

@@ -63,6 +63,7 @@
public const string HttpProtocol = "http://";
public const string HttpsProtocol = "https://";
public const string SocksProtocol = "socks://";
public const string Socks5Protocol = "socks5://";
public const string UserEMail = "t@t.tt";
public const string AutoRunRegPath = @"Software\Microsoft\Windows\CurrentVersion\Run";