feat: improve custom config

This commit is contained in:
arm64v8a
2022-10-21 19:44:02 +09:00
parent 48938f1db3
commit d49c2d4e90
11 changed files with 105 additions and 49 deletions

View File

@@ -144,6 +144,10 @@ namespace NekoRay::fmt {
result.outbound = outbound;
}
if (core == "internal") {
result.outbound = QString2QJsonObject(config_simple);
}
return result;
}
}