dify/web/app/components/workflow/skill/utils
yyh fb034a1324
fix: strip leading dot from file extension before matching
Backend returns extensions with a leading dot (e.g., `.png` from
`os.path.splitext`), causing binary/media files to be misclassified
as text since they didn't match the dot-free extension lists.
2026-01-29 17:07:40 +08:00
..
drag-utils.ts feat: unified drag-and-drop for skill file tree 2026-01-20 18:09:08 +08:00
file-utils.ts fix: strip leading dot from file extension before matching 2026-01-29 17:07:40 +08:00
skill-upload-utils.ts feat(skill): add preprocessing for markdown files before upload 2026-01-28 20:17:21 +08:00
tree-utils.ts refactor(app-asset): migrate file upload to presigned URL and batch upload 2026-01-23 15:11:04 +08:00