Optimize and improve GlobalUsings

This commit is contained in:
2dust
2025-10-19 11:42:32 +08:00
parent 3555d861ae
commit b66bfabd21
70 changed files with 29 additions and 233 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
using System.Data;
using System.Text.RegularExpressions;
namespace ServiceLib.Handler;
@@ -1484,7 +1483,7 @@ public static class ConfigHandler
if (profileItem is null)
{
profileItem = Hysteria2Fmt.ResolveFull2(strData, subRemarks);
}
}
if (profileItem is null || profileItem.Address.IsNullOrEmpty())
{
return -1;