From c6eddd0857b2441674958406c71a1c200bb05d4e Mon Sep 17 00:00:00 2001 From: xream Date: Wed, 17 Jan 2024 09:13:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=8F=E8=AE=AE=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E6=94=AF=E6=8C=81=20External?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/locales/en.ts | 1 + src/locales/zh.ts | 1 + src/views/editor/components/FilterSelect.vue | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 22936b250..95d83500d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sub-store-front-end", - "version": "2.14.64", + "version": "2.14.65", "private": true, "scripts": { "dev": "vite --host", diff --git a/src/locales/en.ts b/src/locales/en.ts index 14216ac63..55aa1a2ed 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -325,6 +325,7 @@ export default { 'Hysteria', 'Hysteria2', 'WireGuard', + 'External', ], tipsTitle: 'Node Type Filter Tips', tipsDes: '节点类型过滤器操作说明', diff --git a/src/locales/zh.ts b/src/locales/zh.ts index ff2812e16..1bb7dab5a 100644 --- a/src/locales/zh.ts +++ b/src/locales/zh.ts @@ -333,6 +333,7 @@ export default { 'Hysteria', 'Hysteria2', 'WireGuard', + 'External', ], tipsTitle: '节点类型过滤操作提示', tipsDes: '按照代理协议类型过滤节点', diff --git a/src/views/editor/components/FilterSelect.vue b/src/views/editor/components/FilterSelect.vue index f685d2359..4579cc638 100644 --- a/src/views/editor/components/FilterSelect.vue +++ b/src/views/editor/components/FilterSelect.vue @@ -41,6 +41,7 @@ 'hysteria', 'hysteria2', 'wireguard', + 'external' ], };