Skip to content

Commit 9c34b5c

Browse files
committed
feat: 协议筛选支持 Surge direct
1 parent 909de62 commit 9c34b5c

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store-front-end",
3-
"version": "2.14.309",
3+
"version": "2.14.310",
44
"private": true,
55
"scripts": {
66
"dev": "vite --host",

src/locales/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ export default {
447447
"WireGuard",
448448
"SSH",
449449
"External Proxy Program",
450+
"Direct",
450451
],
451452
tipsTitle: "Node Type Filter Tips",
452453
tipsDes: "Node type filter Operation Description",

src/locales/zh.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ export default {
451451
'WireGuard',
452452
'SSH',
453453
'External Proxy Program',
454+
"Direct",
454455
],
455456
tipsTitle: '节点类型过滤操作提示',
456457
tipsDes: '按照代理协议类型过滤节点',

src/views/editor/components/FilterSelect.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
'juicity',
4747
'wireguard',
4848
'ssh',
49-
'external'
49+
'external',
50+
'direct'
5051
],
5152
};
5253

0 commit comments

Comments
 (0)