From 6a92673e3a5d803bebf670ca3c3a84d6066826cc Mon Sep 17 00:00:00 2001 From: hi2hi Date: Fri, 13 Dec 2024 02:09:08 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E6=9B=B4=E6=96=B0=E5=9F=8E?= =?UTF-8?q?=E5=B8=82=E5=9D=90=E6=A0=87=E5=B9=B6=E6=B7=BB=E5=8A=A0=E6=96=B0?= =?UTF-8?q?=E5=9F=8E=E5=B8=82=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/code-maps.js | 71 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 69 insertions(+), 2 deletions(-) diff --git a/src/data/code-maps.js b/src/data/code-maps.js index 3acd4b7..a89181f 100644 --- a/src/data/code-maps.js +++ b/src/data/code-maps.js @@ -120,8 +120,8 @@ const codeMaps = { country: '美国', }, MIA: { - x: 243, - y: 244, + x: 237, + y: 249, name: '迈阿密', country: '美国', }, @@ -137,12 +137,48 @@ const codeMaps = { name: '纽约', country: '美国', }, + DFW: { + x: 172, + y: 211, + name: '达拉斯', + country: '美国', + }, + ATL: { + x: 225, + y: 205, + name: '亚特兰大', + country: '美国', + }, + HNL: { + x: 28, + y: 270, + name: '檀香山', + country: '美国', + }, YYZ: { x: 267, y: 161, name: '多伦多', country: '加拿大', }, + MEX: { + x: 158, + y: 280, + name: '墨西哥城', + country: '墨西哥', + }, + SCQ: { + x: 289, + y: 513, + name: '圣地亚哥', + country: '智利', + }, + GRU: { + x: 370, + y: 473, + name: '圣保罗', + country: '巴西', + }, SYD: { x: 1167, y: 519, @@ -167,6 +203,12 @@ const codeMaps = { name: '法兰克福', country: '德国', }, + BER: { + x: 620, + y: 130, + name: '柏林', + country: '德国', + }, LUX: { x: 591, y: 140, @@ -179,6 +221,24 @@ const codeMaps = { name: '巴黎', country: '法国', }, + WAW: { + name: '华沙', + country: '波兰', + x: 649, + y: 123, + }, + MAD: { + name: '马德里', + country: '西班牙', + x: 554, + y: 180, + }, + MXP: { + name: '米兰', + country: '意大利', + x: 604, + y: 153, + }, SVO: { x: 704, y: 115, @@ -235,6 +295,13 @@ export const countryCodeMapping = { GB: 'LON', AU: 'SYD', US: 'LAX', + CA: 'YYZ', + MX: 'MEX', + CL: 'SCQ', + BR: 'GRU', + IT: 'MXP', + ES: 'MAD', + PL: 'WAW', }; export default codeMaps;