From 1abeb6e41a708074023ceb301b0da0b9b87c33f3 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 20 Jan 2026 12:54:55 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/16132 --- app/src/util/image.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/util/image.ts b/app/src/util/image.ts index d500e9ace..a321c70a5 100644 --- a/app/src/util/image.ts +++ b/app/src/util/image.ts @@ -30,7 +30,7 @@ export const base64ToURL = async (base64SrcList: string[]) => { for (let i = 0; i < binary.length; i++) { u8arr[i] = binary.charCodeAt(i); } - formData.append("file[]", new File([u8arr], `base64image.${{ + formData.append("file[]", new File([u8arr], `base64image-${Lute.NewNodeID()}.${{ "image/png": "png", "image/jpeg": "jpg", "image/webp": "webp",