feat: dressfor页面作为聊天起始

This commit is contained in:
zhangyahui
2025-11-17 17:38:57 +08:00
parent bb6378e409
commit d53a94a949
5 changed files with 214 additions and 26 deletions

View File

@@ -86,7 +86,7 @@ const shortcutList: string[] = [
const handleSend = (): void => {
if (inputValue.value.trim()) {
console.log('input发送消息:', inputValue.value)
// console.log('input发送消息:', inputValue.value)
emit('send-message', inputValue.value)
inputValue.value = ''
// 重置textarea高度