NoisyWind

Results 4 comments of NoisyWind

暂时没有测试过腾讯桌面整理出现在哪一层。可以尝试放在他的后面。

> 能扩展到laravel-admin吗?粘贴图片也加上就好了。 前端 ` var editor = new Smartmd({ element: document.getElementById("editor"), image:{ // 修改为你的上传路径 uploadPath:'./upload', type:['jpeg','png','bmp','gif','jpg'], // fileSize (kb) maxSize:4096, }) ` 后端 ` 重写 UploadController 或者修改 config/smartmd.php 来修改你的上传路径和方式 `...

> 新版本的怎么设置上传图片 new Smartmd({ el: "#editor", height: "80vh", autoSave: { uuid: 1, delay: 5000 }, isFullScreen: true, isPreviewActive: true, uploads: { url: './upload', type: ['jpeg', 'png', 'bmp', 'gif', 'jpg'], maxSize:...