From d13fd77fe4c60a3143d0a4de5c9f68356a561fb5 Mon Sep 17 00:00:00 2001 From: starsliao Date: Mon, 25 Aug 2025 17:00:09 +0800 Subject: [PATCH] 1.2.2 --- flask-consul/config.py | 2 ++ vue-consul/src/views/node-exporter/jobs.vue | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/flask-consul/config.py b/flask-consul/config.py index 0fef60b..7568b12 100644 --- a/flask-consul/config.py +++ b/flask-consul/config.py @@ -56,7 +56,9 @@ regions = { "ap-southeast-1": "新加坡", "ap-northeast-1": "日本(东京)", "ap-south-1": "印度(孟买)", + "ap-southeast-5": "印度尼西亚(雅加达)", "ap-southeast-7": "泰国(曼谷)", + "na-south-1": "墨西哥" }, "tencent_cloud": { "none": "无", diff --git a/vue-consul/src/views/node-exporter/jobs.vue b/vue-consul/src/views/node-exporter/jobs.vue index ade3adc..dae494f 100644 --- a/vue-consul/src/views/node-exporter/jobs.vue +++ b/vue-consul/src/views/node-exporter/jobs.vue @@ -394,7 +394,9 @@ export default { { value: 'ap-southeast-1', label: '新加坡' }, { value: 'ap-northeast-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: [ { value: 'ap-nanjing', label: '华东地区(南京)' },