Update resource-parser.js

This commit is contained in:
Shawn
2020-05-08 22:15:46 +08:00
parent 5a0d9d3728
commit 40b8d9e0ba

View File

@@ -132,7 +132,7 @@ function Type_Check(subs){
type="Vmess" type="Vmess"
} else if(subs.indexOf("[Proxy]")!=-1){ } else if(subs.indexOf("[Proxy]")!=-1){
type="Surge"; type="Surge";
} else if (subi.indexOf("tag=")!=-1 && subi.indexOf("shadowsocks="||"vmess="||"trojan="||"http=")!=-1){ } else if (subi.indexOf("tag=")!=-1){
type="QuanX" type="QuanX"
} else if (subs.indexOf("c3NyOi8v")!= -1){ } else if (subs.indexOf("c3NyOi8v")!= -1){
type="SSR" type="SSR"