mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-19 06:30:07 +08:00
change: domain rule use domain_suffix
This commit is contained in:
parent
62c59f6fd3
commit
75c6496151
@ -486,7 +486,7 @@ namespace NekoGui {
|
||||
} else if (item.startsWith("keyword:")) {
|
||||
domain_keyword += item.replace("keyword:", "").toLower();
|
||||
} else {
|
||||
domain_full += item.toLower();
|
||||
domain_subdomain += item.toLower();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user