fix: type & i18n & ut

This commit is contained in:
Mingholy 2026-02-10 20:58:15 +08:00 committed by mingholy.lmh
parent b9dd080bd1
commit 6626745197
10 changed files with 535 additions and 4 deletions

View file

@ -23,15 +23,16 @@ export const CODING_PLAN_ENV_KEY = 'BAILIAN_CODING_PLAN_API_KEY';
export const CODING_PLAN_TEMPLATE: CodingPlanTemplate = [
{
id: 'qwen3-coder-plus',
name: 'qwen3-coder-plur',
name: 'qwen3-coder-plus',
baseUrl: 'https://coding.dashscope.aliyuncs.com/v1',
description: 'Qwen3 Coder Plus model from Bailian Coding Plan',
description: 'qwen3-coder-plus model from Bailian Coding Plan',
envKey: CODING_PLAN_ENV_KEY,
},
{
id: 'qwen3-max-2026-01-23',
name: 'qwen3-max-2026-01-23',
description: 'Qwen3 Max Thinking model from Bailian Coding Plan',
description:
'qwen3 max model from Bailian Coding Plan with thinking enabled',
baseUrl: 'https://coding.dashscope.aliyuncs.com/v1',
envKey: CODING_PLAN_ENV_KEY,
generationConfig: {