Skip to content

Commit

Permalink
feat: 协议筛选支持 Surge direct
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Dec 12, 2024
1 parent 909de62 commit 9c34b5c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.309",
"version": "2.14.310",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
1 change: 1 addition & 0 deletions src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ export default {
"WireGuard",
"SSH",
"External Proxy Program",
"Direct",
],
tipsTitle: "Node Type Filter Tips",
tipsDes: "Node type filter Operation Description",
Expand Down
1 change: 1 addition & 0 deletions src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ export default {
'WireGuard',
'SSH',
'External Proxy Program',
"Direct",
],
tipsTitle: '节点类型过滤操作提示',
tipsDes: '按照代理协议类型过滤节点',
Expand Down
3 changes: 2 additions & 1 deletion src/views/editor/components/FilterSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
'juicity',
'wireguard',
'ssh',
'external'
'external',
'direct'
],
};
Expand Down

0 comments on commit 9c34b5c

Please sign in to comment.