Skip to content

Commit fd685a9

Browse files
committed
feat: geo 补充卡塔尔
1 parent 405f042 commit fd685a9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store",
3-
"version": "2.20.36",
3+
"version": "2.20.37",
44
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and Shadowrocket.",
55
"main": "src/main.js",
66
"scripts": {

backend/src/utils/geo.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ const ISOFlags = {
9393
'🇵🇹': ['PT', 'PRT'],
9494
'🇵🇾': ['PY', 'PRY'],
9595
'🇵🇬': ['PG', 'PNG'],
96+
'🇶🇦': ['QA', 'QAT'],
9697
'🇷🇴': ['RO', 'ROU'],
9798
'🇷🇸': ['RS', 'SRB'],
9899
'🇷🇪': ['RE', 'REU'],
@@ -310,6 +311,7 @@ export function getFlag(name) {
310311
'🇵🇹': ['Portugal', '葡萄牙'],
311312
'🇵🇬': ['Papua New Guinea', '巴布亚新几内亚'],
312313
'🇵🇾': ['Paraguay', '巴拉圭'],
314+
'🇶🇦': ['Qatar', '卡塔尔', '卡塔爾'],
313315
'🇷🇴': ['Romania', '罗马尼亚'],
314316
'🇷🇸': ['Serbia', '塞尔维亚'],
315317
'🇷🇪': ['Réunion', '留尼汪', '法属留尼汪'],

0 commit comments

Comments
 (0)