Skip to content

Commit

Permalink
feat: 协议过滤支持 mieru
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Dec 24, 2024
1 parent 49e2b37 commit 90b2509
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.314",
"version": "2.14.315",
"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 @@ -444,6 +444,7 @@ export default {
"Hysteria",
"Hysteria 2",
"Juicity",
"mieru",
"WireGuard",
"SSH",
"External Proxy Program",
Expand Down
1 change: 1 addition & 0 deletions src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ export default {
'Hysteria',
'Hysteria 2',
'Juicity',
'mieru',
'WireGuard',
'SSH',
'External Proxy Program',
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 @@ -44,6 +44,7 @@
'hysteria',
'hysteria2',
'juicity',
'mieru',
'wireguard',
'ssh',
'external',
Expand Down

0 comments on commit 90b2509

Please sign in to comment.