Skip to content

Commit 48da7a8

Browse files
committed
feat: geo 补充阿曼
1 parent d9f4157 commit 48da7a8

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.40",
3+
"version": "2.20.41",
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
@@ -84,6 +84,7 @@ const ISOFlags = {
8484
'🇳🇴': ['NO', 'NOR'],
8585
'🇳🇵': ['NP', 'NPL'],
8686
'🇳🇿': ['NZ', 'NZL'],
87+
'🇴🇲': ['OM', 'OMN'], // 阿曼
8788
'🇵🇦': ['PA', 'PAN'],
8889
'🇵🇪': ['PE', 'PER'],
8990
'🇵🇭': ['PH', 'PHL'],
@@ -304,6 +305,7 @@ export function getFlag(name) {
304305
'🇳🇴': ['Norway', '挪威'],
305306
'🇳🇵': ['Nepal', '尼泊尔'],
306307
'🇳🇿': ['New Zealand', '新西兰', '新西蘭'],
308+
'🇴🇲': ['Oman', '阿曼', '马斯喀特'],
307309
'🇵🇦': ['Panama', '巴拿马'],
308310
'🇵🇪': ['Peru', '秘鲁', '祕魯'],
309311
'🇵🇭': ['Philippines', '菲律宾', '菲律賓'],

0 commit comments

Comments
 (0)