This commit is contained in:
parhelia512 2025-10-29 00:27:02 +08:00 committed by GitHub
parent 645f7c3d60
commit 6bb1647655
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -785,6 +785,7 @@ namespace Configs {
bool RoutingChain::add_simple_process_rule(const QString& content, const std::shared_ptr<RouteRule>& rule, ruleType type)
{
auto sp = content.split(":");
if (sp.size() < 2) return false;
const QString& subType = sp[0];
if (subType == "processPath" && type == simpleProcessPath)
{