mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
fix naive link
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user