mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-19 04:14:46 +08:00
feat: add placeholder for image
This commit is contained in:
@@ -246,13 +246,15 @@ function ToolCall({
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
<img
|
<div className="bg-accent size-24">
|
||||||
className="size-24 object-cover"
|
<img
|
||||||
src={item.thumbnail_url}
|
className="size-full object-cover"
|
||||||
alt={item.title}
|
src={item.thumbnail_url}
|
||||||
width={100}
|
alt={item.title}
|
||||||
height={100}
|
width={100}
|
||||||
/>
|
height={100}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
))}
|
))}
|
||||||
|
|||||||
Reference in New Issue
Block a user