From 40b8d9e0ba86c7acc94945d52736c1be42c026b8 Mon Sep 17 00:00:00 2001 From: Shawn <45581750+KOP-XIAO@users.noreply.github.com> Date: Fri, 8 May 2020 22:15:46 +0800 Subject: [PATCH] Update resource-parser.js --- Scripts/resource-parser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/resource-parser.js b/Scripts/resource-parser.js index 7426a33..b0595a4 100644 --- a/Scripts/resource-parser.js +++ b/Scripts/resource-parser.js @@ -132,7 +132,7 @@ function Type_Check(subs){ type="Vmess" } else if(subs.indexOf("[Proxy]")!=-1){ type="Surge"; - } else if (subi.indexOf("tag=")!=-1 && subi.indexOf("shadowsocks="||"vmess="||"trojan="||"http=")!=-1){ + } else if (subi.indexOf("tag=")!=-1){ type="QuanX" } else if (subs.indexOf("c3NyOi8v")!= -1){ type="SSR"