chore: 修复metadata的一些bug

This commit is contained in:
xiaojunnuo
2026-01-14 02:05:31 +08:00
parent c776c34cfd
commit db453c8038
20 changed files with 731 additions and 730 deletions
@@ -0,0 +1,4 @@
export const AwsCNRegions = [
{ label: 'cn-north-1', value: 'cn-north-1' },
{ label: 'cn-northwest-1', value: 'cn-northwest-1' },
];