更新 config/stash/stash20260824.yaml

This commit is contained in:
2026-08-24 23:23:08 +08:00
parent a1f59e1315
commit 86c79c4d8b
+6 -6
View File
@@ -48,16 +48,16 @@ proxy-providers:
###锚点### ###锚点###
# 代理组相关 # 代理组相关
o1: &o1 {type: select, proxies: [], use: [Subscribe]} o1: &o1 {type: select, use: [Subscribe], proxies: []}
o2: &o2 {type: select, proxies: [节点选择], use: [Subscribe]} o2: &o2 {type: select, use: [Subscribe], proxies: [节点选择]}
o3: &o3 {type: select, proxies: [DIRECT, 节点选择], use: [Subscribe]} o3: &o3 {type: select, use: [Subscribe], proxies: [DIRECT, 节点选择]}
o4: &o4 {type: select, proxies: [REJECT, DIRECT], use: [Subscribe]} o4: &o4 {type: select, use: [Subscribe], proxies: [REJECT, DIRECT]}
#o5: &o5 {type: select, include-all: true, proxies: [节点选择, Subscribe]} #o5: &o5 {type: select, include-all: true, proxies: [节点选择, Subscribe]}
# 代理组 # 代理组
proxy-groups: proxy-groups:
- {name: 节点选择, <<: *o1, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Static.png'} - {name: 节点选择, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Static.png', <<: *o1}
- {name: Google, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Google_Search.png'} - {name: Google, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Google_Search.png', <<: *o2}
- {name: 漏网之鱼, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Final.png'} - {name: 漏网之鱼, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Final.png'}
- {name: YOUTUBE, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png'} - {name: YOUTUBE, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/YouTube.png'}
- {name: NETFLIX, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png'} - {name: NETFLIX, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png'}