mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-26 01:35:09 +00:00
...
This commit is contained in:
@@ -74,9 +74,9 @@ PS. 隐藏参数 ntf=0/1, 用于关闭/打开资源解析器的提示通知
|
|||||||
var content0=$resource.content;
|
var content0=$resource.content;
|
||||||
var link0=$resource.link;
|
var link0=$resource.link;
|
||||||
//debug
|
//debug
|
||||||
const $notify=console.log
|
//const $notify=console.log
|
||||||
const $resource={}
|
//const $resource={}
|
||||||
const $done=function(snt){return snt}
|
//const $done=function(snt){return snt}
|
||||||
//parameters
|
//parameters
|
||||||
var para=(link0.indexOf("http")!=-1 && link0.indexOf("://")!=-1)? link0:link0+content0.split("\n")[0];
|
var para=(link0.indexOf("http")!=-1 && link0.indexOf("://")!=-1)? link0:link0+content0.split("\n")[0];
|
||||||
var para1=para.slice(para.indexOf("#")+1) //防止参数中其它位置也存在"#"
|
var para1=para.slice(para.indexOf("#")+1) //防止参数中其它位置也存在"#"
|
||||||
@@ -223,7 +223,7 @@ if(flag==3){
|
|||||||
}
|
}
|
||||||
total=TagCheck_QX(total)
|
total=TagCheck_QX(total)
|
||||||
total=total.join("\n");
|
total=total.join("\n");
|
||||||
$notify("Final","test",total)
|
//$notify("Final","test",total)
|
||||||
if(flag==1){
|
if(flag==1){
|
||||||
total=Base64.encode(total)} //强制 base64
|
total=Base64.encode(total)} //强制 base64
|
||||||
$done({content : total});
|
$done({content : total});
|
||||||
|
|||||||
Reference in New Issue
Block a user