mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 08:55:12 +00:00
update
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
;2022-09-26:增加对各个模块的说明(部分内容只适用于 1.1.0 以上版本)
|
;2023-02-24: 部分修改
|
||||||
|
;2022-09-26: 增加对各个模块的说明(部分内容只适用于 1.1.0 以上版本)
|
||||||
;⚠️注意⚠️: 以下内容中,带“;” “#”的都是注释符号,去掉前面的符号,该行才有效
|
;⚠️注意⚠️: 以下内容中,带“;” “#”的都是注释符号,去掉前面的符号,该行才有效
|
||||||
|
|
||||||
;general 模块内为一些通用的设置参数项
|
;general 模块内为一些通用的设置参数项
|
||||||
@@ -129,7 +130,7 @@ server=119.28.28.28
|
|||||||
13 12 * * * https://raw.githubusercontent.com/crossutility/Quantumult-X/master/sample-task.js, tag=远程示范(点击缓存/更新脚本), enabled=false, img-url=https://raw.githubusercontent.com/crossutility/Quantumult-X/master/quantumult-x.png
|
13 12 * * * https://raw.githubusercontent.com/crossutility/Quantumult-X/master/sample-task.js, tag=远程示范(点击缓存/更新脚本), enabled=false, img-url=https://raw.githubusercontent.com/crossutility/Quantumult-X/master/quantumult-x.png
|
||||||
|
|
||||||
# 2⃣️ UI交互查询脚本示范,在首页长按 节点/策略组 唤出
|
# 2⃣️ UI交互查询脚本示范,在首页长按 节点/策略组 唤出
|
||||||
event-interaction https://raw.githubusercontent.com/KOP-XIAO/QuantumultX/master/Scripts/streaming-ui-check.js, tag = 流媒体 - 解锁查询,img-url=checkmark.seal.system, enabled=true
|
event-interaction https://raw.githubusercontent.com/KOP-XIAO/QuantumultX/master/Scripts/streaming-ui-check.js, tag = 流媒体 - 解锁查询, img-url=checkmark.seal.system, enabled=true
|
||||||
|
|
||||||
# 3⃣️ 网络切换/变化时 触发的脚本类型
|
# 3⃣️ 网络切换/变化时 触发的脚本类型
|
||||||
;event-network sample-taks.js
|
;event-network sample-taks.js
|
||||||
@@ -329,6 +330,7 @@ ip-cidr, 224.0.0.0/24, direct
|
|||||||
;geoip, netflix, proxy
|
;geoip, netflix, proxy
|
||||||
|
|
||||||
#不在上述规则中(远程以及本地)的剩余请求,将走final 指定的节点/策略,这里即是 → 🕹 终极清单, 请根据自己的需求来选择直连或节点、策略
|
#不在上述规则中(远程以及本地)的剩余请求,将走final 指定的节点/策略,这里即是 → 🕹 终极清单, 请根据自己的需求来选择直连或节点、策略
|
||||||
|
#此为必需规则,仅可修改对应策略组,请勿删除 final
|
||||||
final, 🕹 终极清单
|
final, 🕹 终极清单
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
/**
|
/**
|
||||||
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2023-02-23 16:15⟧
|
☑️ 资源解析器 ©𝐒𝐡𝐚𝐰𝐧 ⟦2023-02-27 17:50⟧
|
||||||
----------------------------------------------------------
|
----------------------------------------------------------
|
||||||
🛠 发现 𝐁𝐔𝐆 请反馈: https://t.me/Shawn_Parser_Bot
|
🛠 发现 𝐁𝐔𝐆 请反馈: https://t.me/Shawn_Parser_Bot
|
||||||
⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API
|
⛳️ 关注 🆃🅶 相关频道: https://t.me/QuanX_API
|
||||||
📖 使用 教程: https://shrtm.nu/4ECS
|
📖 使用 教程: https://tinyurl.com/2jyygfom
|
||||||
🗣 🆃🄷🄰🄽🄺🅂 🆃🄾 @Jamie CHIEN, @M**F**, @c0lada, @Peng-YM, @vinewx, @love4taylor, @shadowdogy
|
🗣 🆃🄷🄰🄽🄺🅂 🆃🄾 @Jamie CHIEN, @M**F**, @c0lada, @Peng-YM, @vinewx, @love4taylor, @shadowdogy
|
||||||
|
|
||||||
🤖 主要功能:
|
🤖 主要功能:
|
||||||
@@ -1050,7 +1050,7 @@ function SCP2QX(subs) {
|
|||||||
for (var i = 0; i < subs.length; i++) {
|
for (var i = 0; i < subs.length; i++) {
|
||||||
try {
|
try {
|
||||||
if (subs[i].slice(0, 8) == "hostname") {
|
if (subs[i].slice(0, 8) == "hostname") {
|
||||||
hn = subs[i].replace(/\%.*\%/g, "")
|
hn = subs[i].replace(/\%.*\%/g, "").replace(/\:\d*/g,"")
|
||||||
nrw.push(hn)
|
nrw.push(hn)
|
||||||
}
|
}
|
||||||
var SC = ["type=", ".js", "pattern=", "script-path="]
|
var SC = ["type=", ".js", "pattern=", "script-path="]
|
||||||
|
|||||||
Reference in New Issue
Block a user