https://github.com/2dust/v2rayN/issues/7279
This commit is contained in:
2dust 2025-05-12 20:28:28 +08:00
parent 331e8ce960
commit 01b021b2c3

View file

@ -194,11 +194,11 @@ public class UpdateService
{
if (Utils.IsBase64String(result2))
{
result += Utils.Base64Decode(result2);
result += Environment.NewLine + Utils.Base64Decode(result2);
}
else
{
result += result2;
result += Environment.NewLine + result2;
}
}
}