feat: 优化sketch显示&添加sketch卡片

This commit is contained in:
2026-03-20 17:07:02 +08:00
parent 7f81997db1
commit 635b1e9c3a
12 changed files with 175 additions and 48 deletions

View File

@@ -32,7 +32,8 @@
watch(
() => props.messageList,
() => {
(val) => {
console.log('messageList',val)
scrollToBottom()
},
{ deep: true }