refactor: 将 PortProxyUtil 类的访问修饰符改为 public

This commit is contained in:
2025-01-28 23:43:54 +08:00
parent 5ac2571680
commit d990b6aaca

View File

@@ -1,6 +1,6 @@
namespace PortProxyTool;
internal static class PortProxyUtil
public static class PortProxyUtil
{
public static PortProxyType? GetPortProxyTypeByString(string type)
{