This commit is contained in:
DHR60 2025-07-24 15:35:21 +08:00
parent e28f5ce9c2
commit 8deb897f55

View file

@ -23,13 +23,11 @@ public class CoreConfigNaiveService
return ret;
}
// TODO: EConfigType.Naive
//if (node.ConfigType != EConfigType.Naive)
//{
// ret.Msg = ResUI.Incorrectconfiguration + $" - {node.ConfigType}";
// return ret;
//}
if (node.ConfigType != EConfigType.NaiveProxy)
{
ret.Msg = ResUI.Incorrectconfiguration + $" - {node.ConfigType}";
return ret;
}
var configJsonNode = new JsonObject();