🚩 修改注释

pull/31/head
Conners Hua 5 years ago
parent 4c73110873
commit 831d493a0b

@ -166,47 +166,54 @@ proxy-groups:
- DIRECT - DIRECT
- HK - HK
# https://lancellc.gitbook.io/clash/clash-config-file/rule-provider # 关于 Rule Provider 请查阅https://lancellc.gitbook.io/clash/clash-config-file/rule-provider
rule-providers:
Unbreak: # name of the provider rule-providers:
type: http # type of the provider, it can be a HTTP or a File # name: # Provider 名称
behavior: domain # or domain # type: http # http 或 file
# behavior: ipcidr # ipcidr 或 domain
# path: # 文件路径
# url: # 只有当类型为 HTTP 时才可用,您不需要在本地空间中创建新文件。
# interval: # 自动更新间隔,仅在类型为 HTTP 时可用
Unbreak:
type: http
behavior: domain
path: ./RuleSet/ path: ./RuleSet/
url: https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Clash/RuleSet/Unbreak.yaml url: https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Clash/RuleSet/Unbreak.yaml
interval: 600 interval: 600
Streaming: # name of the provider Streaming:
type: http # type of the provider, it can be a HTTP or a File type: http
behavior: domain # or domain behavior: domain
path: ./RuleSet/ path: ./RuleSet/
url: https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Clash/RuleSet/Streaming.yaml url: https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Clash/RuleSet/Streaming.yaml
interval: 600 interval: 600
StreamingSE: # name of the provider StreamingSE:
type: http # type of the provider, it can be a HTTP or a File type: http
behavior: domain # or domain behavior: domain
path: ./RuleSet/ path: ./RuleSet/
url: https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Clash/RuleSet/StreamingSE.yaml url: https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Clash/RuleSet/StreamingSE.yaml
interval: 600 interval: 600
GlobalDomain: # name of the provider GlobalDomain:
type: http # type of the provider, it can be a HTTP or a File type: http
behavior: domain # or domain behavior: domain
path: ./RuleSet/ path: ./RuleSet/
url: https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Clash/RuleSet/GlobalDomain.yaml url: https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Clash/RuleSet/GlobalDomain.yaml
interval: 600 interval: 600
GlobalIP: # name of the provider GlobalIP:
type: http # type of the provider, it can be a HTTP or a File type: http
behavior: ipcidr # or domain behavior: ipcidr
path: ./RuleSet/ path: ./RuleSet/
url: https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Clash/RuleSet/GlobalIP.yaml url: https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Clash/RuleSet/GlobalIP.yaml
interval: 600 interval: 600
ChinaDomain: # name of the provider ChinaDomain:
type: http # type of the provider, it can be a HTTP or a File type: http
behavior: domain # or domain behavior: domain
path: ./RuleSet/ path: ./RuleSet/
url: https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Clash/RuleSet/ChinaDomain.yaml url: https://cdn.jsdelivr.net/gh/DivineEngine/Profiles@master/Clash/RuleSet/ChinaDomain.yaml
interval: 600 interval: 600

Loading…
Cancel
Save