Skip to content

Commit 960a326

Browse files
committed
Merge branch 'fix/bot_editImage' of https://github.com/siliconflow/bizyair_frontend into fix/bot_editImage
2 parents bda80a5 + 7fb406c commit 960a326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/assistant/Sidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
// 创建用户消息并添加到聊天记录
360360
const userMessage = {
361361
role: 'user' as const,
362-
content: messageText || '',
362+
content: messageText || '',
363363
time: currentTime,
364364
hasImage: hasImage,
365365
image: previewImage.value

0 commit comments

Comments
 (0)