fix: 🧩 修复富文本编辑器视频上传限制(150M)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user