更新 config/stash/override/hk.stoverride

This commit is contained in:
2026-08-26 14:40:12 +08:00
parent 294bd79435
commit 3c33fb3a62
+3 -3
View File
@@ -6,7 +6,7 @@ desc: 自动筛选订阅中的香港、美国、德国节点,并统一沉底
# 要保留原有的 10 个代理组,同时把港、美、德 3 个新组塞到最后面,我们需要把语法从 #!replace(替换) 改为 #!merge(合并),并配合 Stash 特有的列表追加语法 + # 要保留原有的 10 个代理组,同时把港、美、德 3 个新组塞到最后面,我们需要把语法从 #!replace(替换) 改为 #!merge(合并),并配合 Stash 特有的列表追加语法 +
proxy-groups: #!merge proxy-groups: #!merge
# 1. 香港组 # 1. 香港组
+ - name: HK 香港节点 - name: HK 香港节点
type: select type: select
icon: https://githubusercontent.com icon: https://githubusercontent.com
filter: "(?i)港|HK|Hong" filter: "(?i)港|HK|Hong"
@@ -14,7 +14,7 @@ proxy-groups: #!merge
- 🚀节点选择 - 🚀节点选择
# 2. 美国组 # 2. 美国组
+ - name: US 美国节点 - name: US 美国节点
type: select type: select
icon: https://githubusercontent.com icon: https://githubusercontent.com
filter: "(?i)美|US|States|America" filter: "(?i)美|US|States|America"
@@ -22,7 +22,7 @@ proxy-groups: #!merge
- 🚀节点选择 - 🚀节点选择
# 3. 德国组 # 3. 德国组
+ - name: DE 德国节点 - name: DE 德国节点
type: select type: select
icon: https://githubusercontent.com icon: https://githubusercontent.com
filter: "(?i)德|DE|Germany" filter: "(?i)德|DE|Germany"