mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-26 09:55:09 +00:00
adjustment
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2021-08-27 11:45⟧
|
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2021-08-28 11:45⟧
|
||||||
----------------------------------------------------------
|
----------------------------------------------------------
|
||||||
🛠 发现 𝐁𝐔𝐆 请反馈: @ShawnKOP_bot
|
🛠 发现 𝐁𝐔𝐆 请反馈: @ShawnKOP_bot
|
||||||
⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API
|
⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API
|
||||||
@@ -307,14 +307,14 @@ function ResourceParse() {
|
|||||||
total = total.map(Rename);
|
total = total.map(Rename);
|
||||||
}
|
}
|
||||||
if (Psrename) { total = RenameScript(total, Psrename) }
|
if (Psrename) { total = RenameScript(total, Psrename) }
|
||||||
if (Psort0) {
|
|
||||||
total = QXSort(total, Psort0);
|
|
||||||
}
|
|
||||||
if (total.length > 0){
|
if (total.length > 0){
|
||||||
if (Psuffix==1 || Psuffix==-1) {total = Psuffix == 1? total.map(type_suffix):total.map(type_prefix)
|
if (Psuffix==1 || Psuffix==-1) {total = Psuffix == 1? total.map(type_suffix):total.map(type_prefix)
|
||||||
}
|
}
|
||||||
total = total.map(type_handle).map(emoji_prefix_handle).map(tag_handle)
|
total = total.map(type_handle).map(emoji_prefix_handle).map(tag_handle) //各类节点名操作
|
||||||
total = para1.indexOf("node_index_prefix")!=-1 ?index_handle(total):total
|
if (Psort0) { //排序操作
|
||||||
|
total = QXSort(total, Psort0);
|
||||||
|
}
|
||||||
|
total = para1.indexOf("node_index_prefix")!=-1 ?index_handle(total):total // 节点序号操作
|
||||||
total = TagCheck_QX(total).join("\n") //节点名检查
|
total = TagCheck_QX(total).join("\n") //节点名检查
|
||||||
if (Pcnt == 1) {$notify("解析后最终返回内容" , "节点数量: " +total.split("\n").length, total)}
|
if (Pcnt == 1) {$notify("解析后最终返回内容" , "节点数量: " +total.split("\n").length, total)}
|
||||||
total = Base64.encode(total) //强制节点类型 base64 加密后再导入 Quantumult X
|
total = Base64.encode(total) //强制节点类型 base64 加密后再导入 Quantumult X
|
||||||
|
|||||||
Reference in New Issue
Block a user