mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
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. |
||
|---|---|---|
| .. | ||
| editor | ||
| file-tree | ||
| hooks | ||
| utils | ||
| constants.ts | ||
| editor-area.tsx | ||
| editor-body.tsx | ||
| editor-tab-item.tsx | ||
| editor-tabs.tsx | ||
| main.tsx | ||
| sidebar-search-add.tsx | ||
| sidebar.tsx | ||
| skill-doc-editor.tsx | ||
| skill-page-layout.tsx | ||
| type.ts | ||