fix naive link

This commit is contained in:
arm64v8a
2022-08-30 14:29:31 +08:00
parent a0e42ec28e
commit dbfe4258b7
3 changed files with 5 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ namespace NekoRay::sub {
}
// Naive
if (str.startsWith("https+naive://")) {
if (str.startsWith("naive+")) {
ent = ProfileManager::NewProxyEntity("naive");
auto ok = ent->NaiveBean()->TryParseLink(str);
if (!ok) return;