1.2.2
parent
0d8568904d
commit
d13fd77fe4
|
@ -56,7 +56,9 @@ regions = {
|
||||||
"ap-southeast-1": "新加坡",
|
"ap-southeast-1": "新加坡",
|
||||||
"ap-northeast-1": "日本(东京)",
|
"ap-northeast-1": "日本(东京)",
|
||||||
"ap-south-1": "印度(孟买)",
|
"ap-south-1": "印度(孟买)",
|
||||||
|
"ap-southeast-5": "印度尼西亚(雅加达)",
|
||||||
"ap-southeast-7": "泰国(曼谷)",
|
"ap-southeast-7": "泰国(曼谷)",
|
||||||
|
"na-south-1": "墨西哥"
|
||||||
},
|
},
|
||||||
"tencent_cloud": {
|
"tencent_cloud": {
|
||||||
"none": "无",
|
"none": "无",
|
||||||
|
|
|
@ -394,7 +394,9 @@ export default {
|
||||||
{ value: 'ap-southeast-1', label: '新加坡' },
|
{ value: 'ap-southeast-1', label: '新加坡' },
|
||||||
{ value: 'ap-northeast-1', label: '日本(东京)' },
|
{ value: 'ap-northeast-1', label: '日本(东京)' },
|
||||||
{ value: 'ap-south-1', label: '印度(孟买)' },
|
{ value: 'ap-south-1', label: '印度(孟买)' },
|
||||||
{ value: 'ap-southeast-7', label: '泰国(曼谷)' }
|
{ value: 'ap-south-5', label: '印度尼西亚(雅加达)' },
|
||||||
|
{ value: 'ap-southeast-7', label: '泰国(曼谷)' },
|
||||||
|
{ value: 'na-south-1', label: '墨西哥' }
|
||||||
],
|
],
|
||||||
tencent_cloud: [
|
tencent_cloud: [
|
||||||
{ value: 'ap-nanjing', label: '华东地区(南京)' },
|
{ value: 'ap-nanjing', label: '华东地区(南京)' },
|
||||||
|
|
Loading…
Reference in New Issue