From e64e9d6a2e9e64967f7e2a88fd71cf2361e0617e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Wed, 17 Sep 2025 21:30:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=A4=9A=E7=A7=8D=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E9=80=89=E9=A1=B9=EF=BC=8C=E5=8C=85=E6=8B=AC=E6=B3=B0?= =?UTF-8?q?=E8=AF=AD=E3=80=81=E6=B3=95=E8=AF=AD=E3=80=81=E5=BE=B7=E8=AF=AD?= =?UTF-8?q?=E3=80=81=E8=B6=8A=E5=8D=97=E8=AF=AD=E5=92=8C=E5=8D=B0=E5=B0=BC?= =?UTF-8?q?=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ChatInputBox/ChatInputBox.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/ChatInputBox/ChatInputBox.tsx b/components/ChatInputBox/ChatInputBox.tsx index c43a337..13f4f4e 100644 --- a/components/ChatInputBox/ChatInputBox.tsx +++ b/components/ChatInputBox/ChatInputBox.tsx @@ -60,6 +60,11 @@ const LauguageOptions = [ { value: "korean", label: "Korean", isVip: false, code:'KO' }, { value: "arabic", label: "Arabic", isVip: false, code:'AR' }, { value: "russian", label: "Russian", isVip: false, code:'RU' }, + { value: "thai", label: "Thai", isVip: false, code:'TH' }, + { value: "french", label: "French", isVip: false, code:'FR' }, + { value: "german", label: "German", isVip: false, code:'DE' }, + { value: "vietnamese", label: "Vietnamese", isVip: false, code:'VI' }, + { value: "indonesian", label: "Indonesian", isVip: false, code:'ID' } ] /**模板故事模式弹窗组件 */