feat: 🚀 优化编辑器自定义图片和视频命名

This commit is contained in:
2025-07-22 16:13:26 +08:00
parent 2347bc6f0c
commit d79c3f8191
5 changed files with 97 additions and 118 deletions

View File

@@ -22,6 +22,6 @@ class ImageBlot extends BlockEmbed {
};
}
}
ImageBlot.blotName = "image";
ImageBlot.blotName = "customImage";
ImageBlot.tagName = "img";
export default ImageBlot;