fix: 🧩 修复富文本编辑器视频上传限制(150M)

This commit is contained in:
2025-08-26 17:27:49 +08:00
parent 29d6ba59c9
commit 0dab4cc524
8 changed files with 37 additions and 21 deletions

View File

@@ -53,7 +53,7 @@ const videoShowUrl = ref<any>(null);
const props = withDefaults(defineProps<UploadFileProps>(), {
videoUrl: "",
disabled: false,
fileSize: 200,
fileSize: 150,
width: "400px",
fileType: () => [".mp4", ".avi", ".mov", "video/mp4", "video/mov", "video/avi"],
borderRadius: "8px"