fix: change input placeholder
parent
309ea4acc1
commit
4d2bc459ca
|
|
@ -226,7 +226,7 @@ export default function ChatInputH5(props: {
|
||||||
ref={inputRef}
|
ref={inputRef}
|
||||||
value={input}
|
value={input}
|
||||||
onChange={handleInputChange}
|
onChange={handleInputChange}
|
||||||
placeholder="发消息或按住说话..."
|
placeholder="输入问题,可@其他智能体"
|
||||||
autoSize={{ minRows: 1, maxRows: 5 }}
|
autoSize={{ minRows: 1, maxRows: 5 }}
|
||||||
variant="borderless"
|
variant="borderless"
|
||||||
className="chat-input-h5-textarea"
|
className="chat-input-h5-textarea"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue