fix: display instance type spec

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent deeee70807
commit c467280170
54 changed files with 1058 additions and 204 deletions
@@ -0,0 +1,17 @@
export const RegionIcons: Record<string, string> = {
nyc1: '🇺🇸',
nyc2: '🇺🇸',
nyc3: '🇺🇸',
tor1: '🇨🇦',
sfo1: '🇺🇸',
sfo2: '🇺🇸',
sfo3: '🇺🇸',
atl1: '🇺🇸',
sgp1: '🇸🇬',
blr1: '🇮🇳',
lon1: '🇬🇧',
ams2: '🇳🇱',
ams3: '🇳🇱',
fra1: '🇩🇪',
syd1: '🇦🇺'
};