From 6185f85cef92a79952edfb4ce84810f1642ef5c7 Mon Sep 17 00:00:00 2001 From: salem <77879189@qq.com> Date: Wed, 26 Aug 2026 14:23:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20config/stash/override/hk.s?= =?UTF-8?q?toverride?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/stash/override/hk.stoverride | 30 ++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/config/stash/override/hk.stoverride b/config/stash/override/hk.stoverride index c379ac4..0ec8d15 100644 --- a/config/stash/override/hk.stoverride +++ b/config/stash/override/hk.stoverride @@ -1,11 +1,31 @@ -name: 自动香港策略组 -desc: 自动筛选订阅中的香港节点并创建一个独立策略组 +name: 自动港美德策略组 +desc: 自动筛选订阅中的香港、美国、德国节点,并统一沉底排列在最后 -proxy-groups: - - name: 🇭🇰 香港节点 +# 核心:使用 placement=bottom 让这一整块策略组强制沉底,且内部按书写顺序排列 +proxy-groups: #!replace;placement=bottom + # 1. 香港组 + - name: HK 香港节点 type: select icon: https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Color/Hong_Kong.png filter: "(?i)港|HK|Hong" include-all: true proxies: - - 🚀节点选择 + - 🚀 节点选择 + + # 2. 美国组 + - name: 🇺🇸 美国中转 + type: select + icon: https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Color/United_States.png + filter: "^((?!(落地|TAG|直连)).)*$" + include-all: true + proxies: + - 🚀 节点选择 + + # 3. 德国组 + - name: 🇩🇪 德国节点 + type: select + icon: https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Color/Germany.png + filter: "^((?!(落地|TAG|直连)).)*$" + include-all: true + proxies: + - 🚀 节点选择