From 4d2bc459ca95f39f53b112add5191072d2661f10 Mon Sep 17 00:00:00 2001 From: yannyang Date: Wed, 24 Jun 2026 18:03:26 +0800 Subject: [PATCH] fix: change input placeholder --- src/pages/chat/components/ChatInputH5.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/chat/components/ChatInputH5.tsx b/src/pages/chat/components/ChatInputH5.tsx index 2147d5b..b3c2212 100644 --- a/src/pages/chat/components/ChatInputH5.tsx +++ b/src/pages/chat/components/ChatInputH5.tsx @@ -226,7 +226,7 @@ export default function ChatInputH5(props: { ref={inputRef} value={input} onChange={handleInputChange} - placeholder="发消息或按住说话..." + placeholder="输入问题,可@其他智能体" autoSize={{ minRows: 1, maxRows: 5 }} variant="borderless" className="chat-input-h5-textarea"