From 54dd21f18b116278451eb52561cf4ba3ed115da4 Mon Sep 17 00:00:00 2001 From: MT-Mint <798521692@qq.com> Date: Tue, 17 Mar 2026 11:04:28 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=89=8D=E7=AB=AF=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/ui/dropdown-selector.tsx | 2 +- frontend/src/core/i18n/locales/en-US.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/ui/dropdown-selector.tsx b/frontend/src/components/ui/dropdown-selector.tsx index 4f0aebd2..1e704580 100644 --- a/frontend/src/components/ui/dropdown-selector.tsx +++ b/frontend/src/components/ui/dropdown-selector.tsx @@ -36,7 +36,7 @@ export function DropdownSelector({ {selectedOption?.label ?? value} - + onChange(v as T)}> {options.map((option) => ( {option.label} diff --git a/frontend/src/core/i18n/locales/en-US.ts b/frontend/src/core/i18n/locales/en-US.ts index 5ef4e4e9..d4ab3146 100644 --- a/frontend/src/core/i18n/locales/en-US.ts +++ b/frontend/src/core/i18n/locales/en-US.ts @@ -70,6 +70,7 @@ export const enUS: Translations = { createSkillPrompt: "We're going to build a new skill step by step with `skill-creator`. To start, what do you want this skill to do?", addAttachments: "Add attachments", + selectSkill: "Select Skill", mode: "Mode", flashMode: "Flash", flashModeDescription: "Fast and efficient, but may not be accurate",