mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-04 09:43:17 +08:00
Added support for ShadowRocket, closes #82
This commit is contained in:
@@ -889,7 +889,7 @@ function service() {
|
||||
return "Surge";
|
||||
} else if (UA.indexOf("Decar") !== -1 || UA.indexOf("Loon") !== -1) {
|
||||
return "Loon";
|
||||
} else if (UA.indexOf("Stash") !== -1) {
|
||||
} else if (UA.indexOf("Stash") !== -1 || UA.indexOf("Shadowrocket") !== -1) {
|
||||
return "Clash";
|
||||
} else {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user