mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-13 15:12:10 +08:00
feat(@vben/plugins): tiptap 支持图片上传功能
- 新增 imageUpload 配置项,支持自定义上传接口 - 支持文件选择、拖拽、粘贴三种上传方式 - 上传中显示 blob 预览图 + loading spinner / 进度条 - 支持 accept 和 maxSize 文件校验 - 支持 onUploadError 自定义错误处理 - 未配置 imageUpload 时保持原有 URL 插入行为不变 - 使用 NodeView 实现实时 DOM 控制的进度展示
This commit is contained in:
@@ -86,6 +86,8 @@
|
||||
"link": "链接",
|
||||
"unlink": "移除链接",
|
||||
"image": "图片",
|
||||
"imageUrl": "图片URL",
|
||||
"imageUpload": "从本地上传",
|
||||
"textColor": "文字颜色",
|
||||
"highlightColor": "高亮颜色",
|
||||
"alignLeft": "左对齐",
|
||||
@@ -95,6 +97,11 @@
|
||||
"undo": "撤销",
|
||||
"redo": "重做",
|
||||
"clear": "清除"
|
||||
},
|
||||
"upload": {
|
||||
"fileTooLarge": "文件大小超出限制",
|
||||
"fileTypeNotAllowed": "不支持的文件类型",
|
||||
"uploadFailed": "上传失败"
|
||||
}
|
||||
},
|
||||
"fallback": {
|
||||
|
||||
Reference in New Issue
Block a user