mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 10:27:49 +00:00
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:
@@ -3956,6 +3956,11 @@
|
||||
"saved": "文章已保存",
|
||||
"deleted": "文章已删除",
|
||||
"selectColor": "选择颜色 {{color}}",
|
||||
"uploading": "上传中...",
|
||||
"dropMedia": "将图片或视频拖到这里",
|
||||
"uploadError": "上传失败",
|
||||
"fileTooLarge": "文件太大",
|
||||
"uploadFeaturedImage": "上传图片",
|
||||
"toolbar": {
|
||||
"bold": "粗体",
|
||||
"italic": "斜体",
|
||||
|
||||
Reference in New Issue
Block a user