fix(flow): harden proxy phone and checkout recovery paths

This commit is contained in:
朴圣佑
2026-05-03 13:58:33 +08:00
committed by QLHazyCoder
parent d851cc4d36
commit 29093e08db
34 changed files with 2958 additions and 293 deletions
+23
View File
@@ -7,6 +7,7 @@
FR: ['fr', 'fra', 'france', '法国'],
ID: ['id', 'indonesia', '印度尼西亚', '印尼'],
JP: ['jp', 'jpn', 'japan', '日本', '日本国'],
KR: ['kr', 'kor', 'korea', 'south korea', '韩国', '대한민국'],
US: ['us', 'usa', 'united states', 'united states of america', 'america', '美国'],
};
@@ -121,6 +122,28 @@
},
},
],
KR: [
{
query: 'Seoul Jung-gu',
suggestionIndex: 1,
fallback: {
address1: 'Sejong-daero 110',
city: 'Jung-gu',
region: 'Seoul',
postalCode: '04524',
},
},
{
query: 'Seoul Gangnam-gu',
suggestionIndex: 1,
fallback: {
address1: 'Teheran-ro 152',
city: 'Gangnam-gu',
region: 'Seoul',
postalCode: '06236',
},
},
],
US: [
{
query: 'New York NY',