更新 config/stash/override/hk.stoverride

This commit is contained in:
2026-08-26 14:38:05 +08:00
parent 3629ec6ccf
commit b63d4ada3f
+25 -22
View File
@@ -2,29 +2,32 @@ name: 自动港美德策略组
desc: 自动筛选订阅中的香港、美国、德国节点,并统一沉底排列在最后
# 核心:使用 placement=bottom 让这一整块策略组强制沉底,且内部按书写顺序排列
proxy-groups: #!replace;placement=bottom
- 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:
- 🚀节点选择
## #!replace;placement=bottom 当你使用 proxy-groups: #!replace 时,Stash 会把你机场原本自带的所有策略组通通删掉,只留下你在这个覆写模块里写的港、美、德这 3 个组,导致其他 10 个组“失踪”了。
# 要保留原有的 10 个代理组,同时把港、美、德 3 个新组塞到最后面,我们需要把语法从 #!replace(替换) 改为 #!merge(合并),并配合 Stash 特有的列表追加语法 +
proxy-groups: #!merge
# 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:
- 🚀节点选择
+ - 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:
- 🚀节点选择
+ - name: 🇩🇪 德国节点
type: select
icon: https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Color/Germany.png
filter: "^((?!(落地|TAG|直连)).)*$"
include-all: true
proxies:
- 🚀节点选择