From 8015bc162a2b86b03a745cafbe04032db17e5019 Mon Sep 17 00:00:00 2001 From: salem <77879189@qq.com> Date: Mon, 24 Aug 2026 22:59:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20config/stash/stash20260824?= =?UTF-8?q?.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/stash/stash20260824.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/stash/stash20260824.yaml b/config/stash/stash20260824.yaml index 93d5c8d..eccdcee 100644 --- a/config/stash/stash20260824.yaml +++ b/config/stash/stash20260824.yaml @@ -48,16 +48,16 @@ proxy-providers: ###锚点### # 代理组相关 -o1: &o1 {type: select, include-all: true, proxies: []} +o1: &o1 {type: select, proxies: [], use: [Subscribe]} o2: &o2 {type: select, include-all: true, proxies: [节点选择]} o3: &o3 {type: select, include-all: true, proxies: [DIRECT, 节点选择]} o4: &o4 {type: select, include-all: true, proxies: [REJECT, DIRECT]} -o5: &o5 {type: select, include-all: true, proxies: [节点选择, Subscribe]} +#o5: &o5 {type: select, include-all: true, proxies: [节点选择, Subscribe]} # 代理组 proxy-groups: - {name: 节点选择, <<: *o1, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Static.png'} - - {name: Google, <<: *o5, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Google_Search.png'} + - {name: Google, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Google_Search.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: NETFLIX, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png'}