mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-07-01 16:22:49 +08:00
- 新增Vditor编辑器静态资源文件,包括图片、字体和样式文件 - 在文件上传控制器中添加vditorSave方法,支持Vditor编辑器文件上传 - 在文章创建页面添加编辑器类型选择(富文本/Markdown) - 更新.gitignore文件,排除Playwright和QA截图目录 - 扩展UploadFiles类以支持Vditor编辑器的文件上传格式
17 lines
205 B
Plaintext
17 lines
205 B
Plaintext
/.idea
|
|
/.vscode
|
|
/vendor
|
|
*.log
|
|
.env
|
|
ul.db
|
|
composer.lock
|
|
public/upload/*
|
|
/public/.well-known
|
|
/public/.user.ini
|
|
.well-known
|
|
/runtime
|
|
/.sisyphus
|
|
/.trae
|
|
/token-usage-output.txt
|
|
/.playwright-mcp
|
|
/.qa_screenshots |