mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-02 08:23:21 +08:00
添加Loon新UA判断
This commit is contained in:
@@ -2374,7 +2374,7 @@ function getPlatformFromHeaders(headers) {
|
||||
return "QX";
|
||||
} else if (UA.indexOf("Surge") !== -1) {
|
||||
return "Surge";
|
||||
} else if (UA.indexOf("Decar") !== -1) {
|
||||
} else if (UA.indexOf("Decar") !== -1 || UA.indexOf("Loon") !== -1) {
|
||||
return "Loon";
|
||||
} else {
|
||||
// browser
|
||||
|
||||
Reference in New Issue
Block a user