32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
name: 自动港美德策略组
|
|
desc: 自动筛选订阅中的香港、美国、德国节点,并统一沉底排列在最后
|
|
|
|
# 核心:使用 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:
|
|
- 🚀节点选择
|