mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 13:05:10 +00:00
update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
; 2020-05-07:增加对各个模块的说明(某些内容只适用于 1.0.8 以上版本)
|
||||
; 2020-05-25:增加对各个模块的说明(某些内容只适用于 1.0.10 以上版本)
|
||||
;⚠️注意⚠️: 以下内容中,带“;” “#”的都是注释符号,去掉前面的符号,该行才有效
|
||||
|
||||
;general 模块内为一些通用的设置参数项
|
||||
@@ -79,9 +79,11 @@ server=/*.xiaomi.com/119.29.29.29
|
||||
;任务模块,可用于签到,天气话费查询等
|
||||
;js文件放于iCloud或者本机的Quantumult X/Scripts 路径下。TF版本可直接使用远程js链接
|
||||
|
||||
;2 12 * * * sample.js
|
||||
2 12 * * * sample.js, tag=示范任务, img-url=https://raw.githubusercontent.com/crossutility/Quantumult-X/master/quantumult-x.png
|
||||
;从 “分” 开始的5位cron 写法,具体 cron 表达式可自行 Google
|
||||
;比如上述语句 代表每天 12 点 2 分,自动执行一次
|
||||
;比如上述语句 代表每天 12 点 2 分,自动执行一次;
|
||||
;tag参数为 task 命名标识;
|
||||
;img-url参数用于指定 task 的图标(108*108)
|
||||
|
||||
|
||||
#以下为策略组[policy]部分
|
||||
@@ -91,6 +93,7 @@ server=/*.xiaomi.com/119.29.29.29
|
||||
# ssid 策略组,将根据你所设定的网络来自动切换节点/策略组
|
||||
;img-url 参数用于指定策略组图标,可远程,也可本地/iCloud(Quantumult X/Images路径下) (108*108 大小)
|
||||
;direct/proxy/reject 则只能用本地图标,名字分别为 direct.png, proxy.png,reject.png 放置于 Images 文件夹下即可生效 (108*108 大小)
|
||||
|
||||
[policy]
|
||||
static=🍎 苹果服务, direct, proxy, img-url= https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Apple.png
|
||||
static=💻 国外影视, proxy, direct, img-url= https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/ForeignMedia.png
|
||||
@@ -108,7 +111,7 @@ static=🕹 黑/白名单,direct, proxy, img-url= https://raw.githubusercontent.
|
||||
;ssid=policy-name-4, Sample-A, Sample-B, LINK_22E171:Sample-B, LINK_22E172:Sample-C
|
||||
|
||||
|
||||
# "tag" 跟 "enabled" 为可选参数,分别表示 “标签”及“开启状态”.
|
||||
# "tag" 跟 "enabled" 为可选参数,分别表示 “标签”及“开启状态”, true 为开启,false 关闭.
|
||||
# update-interval 为更新时间参数,单位 秒, 默认更新时间为 24*60*60=86400 秒,也就是24小时.
|
||||
# opt-parser=true/false 用于控制是否对本订阅 开启资源解析器,不写或者 false 表示不启用解析器;
|
||||
|
||||
@@ -200,7 +203,7 @@ ip-cidr, 172.16.0.0/12, direct
|
||||
ip-cidr, 192.168.0.0/16, direct
|
||||
ip-cidr, 224.0.0.0/24, direct
|
||||
geoip, cn, direct
|
||||
#不在上述规则中的请求,将走final的 黑/白名单, 请根据需要选择直连或节点
|
||||
#不在上述规则中(远程以及本地)的剩余请求,将走final的 黑/白名单, 请根据需要选择直连或节点、策略
|
||||
final, 🕹 黑/白名单
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user