Code clean

This commit is contained in:
2dust
2024-10-15 15:17:05 +08:00
parent 4ce7ca3c6f
commit fb649c04cf
11 changed files with 25 additions and 29 deletions

View File

@@ -201,6 +201,7 @@ namespace ServiceLib.Handler.Fmt
File.WriteAllText(fileName, strData);
return fileName;
}
protected static string ToUri(EConfigType eConfigType, string address, object port, string userInfo, Dictionary<string, string>? dicQuery, string? remark)
{
var query = dicQuery != null

View File

@@ -59,7 +59,6 @@
result = result[Global.ProtocolShares[EConfigType.VMess].Length..];
result = Utils.Base64Decode(result);
VmessQRCode? vmessQRCode = JsonUtils.Deserialize<VmessQRCode>(result);
if (vmessQRCode == null)
{