From a7671583b32380e726c48d62dfd941f0de9b6f3b Mon Sep 17 00:00:00 2001 From: Yongteng Lei Date: Wed, 14 Jan 2026 12:34:55 +0800 Subject: [PATCH] Feat: add CN regions for AWS (#12610) ### What problem does this PR solve? Add CN regions for AWS. ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- web/src/pages/user-setting/setting-model/constant.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/pages/user-setting/setting-model/constant.ts b/web/src/pages/user-setting/setting-model/constant.ts index cea65e755..1e2141911 100644 --- a/web/src/pages/user-setting/setting-model/constant.ts +++ b/web/src/pages/user-setting/setting-model/constant.ts @@ -19,6 +19,8 @@ export const BedrockRegionList = [ 'ap-northeast-1', 'ca-central-1', 'ca-west-1', + 'cn-north-1', + 'cn-northwest-1', 'eu-central-1', 'eu-west-1', 'eu-west-2',