Files
dify/web/app/components/workflow
yyh b6df7b3afe fix(skill): use presigned URL for image/video preview in skill editor
Previously, media files were fetched via getFileContent API which decodes
binary data as UTF-8, resulting in corrupted strings that cannot be used
as img/video src. Now media files use getFileDownloadUrl API to get a
presigned URL, enabling proper preview of images and videos of any size.
2026-01-19 23:15:00 +08:00
..
2026-01-06 19:30:38 +08:00
2026-01-14 15:41:02 +08:00
2026-01-19 16:35:50 +08:00
2026-01-19 16:35:50 +08:00
2026-01-06 19:30:38 +08:00
2026-01-14 15:41:02 +08:00
2026-01-15 11:31:08 +08:00