mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-07-01 16:22:49 +08:00
feat: 添加Vditor编辑器支持并扩展文件上传功能
- 新增Vditor编辑器静态资源文件,包括图片、字体和样式文件 - 在文件上传控制器中添加vditorSave方法,支持Vditor编辑器文件上传 - 在文章创建页面添加编辑器类型选择(富文本/Markdown) - 更新.gitignore文件,排除Playwright和QA截图目录 - 扩展UploadFiles类以支持Vditor编辑器的文件上传格式
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -12,4 +12,6 @@ public/upload/*
|
||||
/runtime
|
||||
/.sisyphus
|
||||
/.trae
|
||||
/token-usage-output.txt
|
||||
/token-usage-output.txt
|
||||
/.playwright-mcp
|
||||
/.qa_screenshots
|
||||
Reference in New Issue
Block a user