Files
dify/web/app/components/workflow
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
..
2026-01-29 16:33:33 +08:00
2026-01-06 19:30:38 +08:00
2026-01-18 13:40:12 +08:00
2026-01-21 14:57:54 +08:00