Files
dify/web/app/components
yyh b3793b0198 fix(skill): use download URL for all non-editable files
Change useSkillFileData to use isEditable instead of isMediaFile:
- Editable files (markdown, code, text) fetch file content for editing
- Non-editable files (image, video, office, unsupported) fetch download URL

This fixes the download button for unsupported files which was incorrectly
using file content (UTF-8 decoded garbage) instead of the presigned URL.
2026-01-19 23:34:56 +08:00
..
2026-01-19 16:35:50 +08:00
2026-01-19 18:06:23 +08:00
2026-01-19 18:41:05 +08:00
2026-01-19 15:15:24 +08:00
2026-01-19 16:35:50 +08:00
2026-01-19 15:15:24 +08:00