feat: add media upload to news editor with drag-drop, paste, and file picker

Upload images/videos directly to server from editor. DOMPurify video
sanitization, XSS protection, upload cancellation on unmount.
This commit is contained in:
Fringg
2026-03-23 11:58:18 +03:00
parent 8d994f75d9
commit 723591e5c3
8 changed files with 324 additions and 23 deletions

View File

@@ -3956,6 +3956,11 @@
"saved": "文章已保存",
"deleted": "文章已删除",
"selectColor": "选择颜色 {{color}}",
"uploading": "上传中...",
"dropMedia": "将图片或视频拖到这里",
"uploadError": "上传失败",
"fileTooLarge": "文件太大",
"uploadFeaturedImage": "上传图片",
"toolbar": {
"bold": "粗体",
"italic": "斜体",