fix: change input placeholder

feat/unify-api-and-responsive-pages
yannyang 2026-06-24 18:03:26 +08:00
parent 309ea4acc1
commit 4d2bc459ca
1 changed files with 1 additions and 1 deletions

View File

@ -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"