mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-05-04 21:08:04 +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;
|
||||
|
||||
4
backend/sub-store.min.js
vendored
4
backend/sub-store.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user