This commit is contained in:
DHR60 2025-07-24 15:35:21 +08:00
parent 896ec62232
commit 2035a5ae61

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();