diff --git a/config/stash/stash20260824.yaml b/config/stash/stash20260824.yaml index c425cdf..93d5c8d 100644 --- a/config/stash/stash20260824.yaml +++ b/config/stash/stash20260824.yaml @@ -52,11 +52,12 @@ o1: &o1 {type: select, include-all: true, proxies: []} 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]} # 代理组 proxy-groups: - {name: 节点选择, <<: *o1, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Static.png'} - - {name: Google, <<: *o2, icon: 'https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Google_Search.png'} + - {name: Google, <<: *o5, 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'}