MCPcopy Create free account
hub / github.com/Moli-X/Resources / Loon2QX

Function Loon2QX

Script/Parser.js:2650–2659  ·  view source on GitHub ↗
(cnt)

Source from the content-addressed store, hash-verified

2648}
2649
2650function Loon2QX(cnt) {
2651 var type = cnt.split("=")[1].split(",")[0].trim()
2652 var node = ""
2653 if (type == "Shadowsocks") { //ss 类型
2654 node = LoonSS2QX(cnt)
2655 } else if (type == "ShadowsocksR") { //ssr 类型
2656 node = LoonSSR2QX(cnt)
2657 }
2658 return node
2659}
2660//Loon 的 ss 部分
2661function LoonSS2QX(cnt) {
2662 var node = "shadowsocks="

Callers 1

Subs2QXFunction · 0.85

Calls 2

LoonSS2QXFunction · 0.85
LoonSSR2QXFunction · 0.85

Tested by

no test coverage detected