Add custom config Socks port to the group

https://github.com/2dust/v2rayN/issues/5576
This commit is contained in:
2dust
2024-08-30 10:12:40 +08:00
parent c9d65e5cd9
commit d189f4b443
10 changed files with 51 additions and 5 deletions

View File

@@ -2330,7 +2330,7 @@ namespace ServiceLib.Resx {
}
/// <summary>
/// 查找类似 txtPreSocksPort 的本地化字符串。
/// 查找类似 Socks port 的本地化字符串。
/// </summary>
public static string TbPreSocksPort {
get {
@@ -2338,6 +2338,15 @@ namespace ServiceLib.Resx {
}
}
/// <summary>
/// 查找类似 Custom config socks port 的本地化字符串。
/// </summary>
public static string TbPreSocksPort4Sub {
get {
return ResourceManager.GetString("TbPreSocksPort4Sub", resourceCulture);
}
}
/// <summary>
/// 查找类似 PrivateKey 的本地化字符串。
/// </summary>