Skip to content

Commit

Permalink
feat: 区域过滤增加韩国德国
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Apr 2, 2024
1 parent 945fc78 commit ee5e45d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.214",
"version": "2.14.215",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ export default {
},
'Region Filter': {
label: 'Region Filter',
options: ['🇭🇰 HK', '🇨🇳 TW', '🇸🇬 SG', '🇯🇵 JP', '🇬🇧 UK', '🇺🇸 US'],
options: ['🇭🇰 HK', '🇨🇳 TW', '🇸🇬 SG', '🇯🇵 JP', '🇬🇧 UK', '🇺🇸 US', '🇩🇪 DE', '🇰🇷 KR'],
tipsTitle: 'Region Filter Tips',
tipsDes: '区域过滤器操作说明',
},
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export default {
},
'Region Filter': {
label: '区域过滤',
options: ['🇭🇰 HK', '🇨🇳 TW', '🇸🇬 SG', '🇯🇵 JP', '🇬🇧 UK', '🇺🇸 US'],
options: ['🇭🇰 HK', '🇨🇳 TW', '🇸🇬 SG', '🇯🇵 JP', '🇬🇧 UK', '🇺🇸 US', '🇩🇪 DE', '🇰🇷 KR'],
tipsTitle: '区域过滤操作提示',
tipsDes: '按照国家和区域过滤节点',
},
Expand Down
2 changes: 1 addition & 1 deletion src/views/editor/components/FilterSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// 此处 key 需要与 i18n 的 actions 中的 key 相同
// 值的次序需要与该选项的 options 值 顺序相同
const opt = {
'Region Filter': ['HK', 'TW', 'SG', 'JP', 'UK', 'US'],
'Region Filter': ['HK', 'TW', 'SG', 'JP', 'UK', 'US', 'DE', 'KR'],
'Type Filter': [
'ss',
'ssr',
Expand Down

0 comments on commit ee5e45d

Please sign in to comment.