[代码优化]AI: 思维导图

This commit is contained in:
hhhero
2024-07-30 23:47:40 +08:00
parent ed36d2bfb4
commit 8d4c9e9c16
4 changed files with 46 additions and 42 deletions

View File

@ -150,7 +150,7 @@ const handleImageButtonClick = async (type: string, imageDetail: ImageVO) => {
}
// 下载
if (type === 'download') {
await download.image(imageDetail.picUrl)
await download.image({ url: imageDetail.picUrl })
return
}
// 重新生成