Skip to content

Commit

Permalink
feat: 协议过滤支持 External
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Jan 17, 2024
1 parent 1ff0f0e commit c6eddd0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
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.64",
"version": "2.14.65",
"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 @@ -325,6 +325,7 @@ export default {
'Hysteria',
'Hysteria2',
'WireGuard',
'External',
],
tipsTitle: 'Node Type Filter Tips',
tipsDes: '节点类型过滤器操作说明',
Expand Down
1 change: 1 addition & 0 deletions src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ export default {
'Hysteria',
'Hysteria2',
'WireGuard',
'External',
],
tipsTitle: '节点类型过滤操作提示',
tipsDes: '按照代理协议类型过滤节点',
Expand Down
1 change: 1 addition & 0 deletions src/views/editor/components/FilterSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
'hysteria',
'hysteria2',
'wireguard',
'external'
],
};
Expand Down

0 comments on commit c6eddd0

Please sign in to comment.