fix(cli): update regionName format from 'Bailian Coding Plan (Global/Intl)' to 'Coding Plan (Bailian, Global/Intl)'

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
mingholy.lmh 2026-02-18 09:21:16 +08:00
parent c1789a0458
commit 78a4ab1b48
10 changed files with 79 additions and 62 deletions

View file

@ -113,8 +113,8 @@ export function getCodingPlanConfig(region: CodingPlanRegion) {
: 'https://coding-intl.dashscope.aliyuncs.com/v1';
const regionName =
region === CodingPlanRegion.CHINA
? 'Bailian Coding Plan (China)'
: 'Bailian Coding Plan (Global/Intl)';
? 'Coding Plan (Bailian, China)'
: 'Coding Plan (Bailian, Global/Intl)';
return {
template,