From 7922227f46d6a4ff2c96ecfb07f676afcd2ff8a9 Mon Sep 17 00:00:00 2001 From: MT-Fire <798521692@qq.com> Date: Thu, 12 Mar 2026 11:00:33 +0800 Subject: [PATCH] =?UTF-8?q?debug:=20=E6=9B=B4=E6=94=B9=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=9A=8410=E5=AD=97=E4=B8=8A=E9=99=90=E4=B8=BA10000=E4=B8=8A?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/input/ChatInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/input/ChatInput.vue b/src/components/input/ChatInput.vue index 48e28be..6190a7f 100644 --- a/src/components/input/ChatInput.vue +++ b/src/components/input/ChatInput.vue @@ -179,7 +179,7 @@ const props = withDefaults( placeholder: "输入你的问题...", isStreaming: false, sendOnEnter: false, - maxChars: 10, + maxChars: 10000, disabled: false, // 默认全部支持 supports_thinking: true,