fix: 网页版增加对话文件支持
This commit is contained in:
@@ -37,6 +37,9 @@ export const useChatStore = defineStore('chat', () => {
|
||||
thinkingStatus: 'end',
|
||||
content: extractThkContentAfter(item.content as string),
|
||||
thinlCollapse: false,
|
||||
// 保留图片和文件信息
|
||||
images: item.images,
|
||||
files: item.files,
|
||||
};
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user