mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-14 21:13:47 +08:00
fix: export input image
This commit is contained in:
@@ -581,6 +581,7 @@ export function ImagePreviewer(props: {
|
|||||||
<div className={styles["body"]}>
|
<div className={styles["body"]}>
|
||||||
<Markdown
|
<Markdown
|
||||||
content={m.content}
|
content={m.content}
|
||||||
|
imageBase64={m.image_url}
|
||||||
fontSize={config.fontSize}
|
fontSize={config.fontSize}
|
||||||
defaultShow
|
defaultShow
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user