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; return ret;
} }
// TODO: EConfigType.Naive if (node.ConfigType != EConfigType.NaiveProxy)
{
//if (node.ConfigType != EConfigType.Naive) ret.Msg = ResUI.Incorrectconfiguration + $" - {node.ConfigType}";
//{ return ret;
// ret.Msg = ResUI.Incorrectconfiguration + $" - {node.ConfigType}"; }
// return ret;
//}
var configJsonNode = new JsonObject(); var configJsonNode = new JsonObject();