feat: 🚀 添加悬浮图上传

This commit is contained in:
2025-06-30 09:35:47 +08:00
parent cc5d380551
commit fd35dc532b
3 changed files with 14 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ const props = withDefaults(defineProps<UploadFileProps>(), {
disabled: false,
limit: 9,
fileSize: 5,
fileType: () => ["image/jpeg", "image/png", "image/gif"],
fileType: () => ["image/jpeg", "image/png", "image/gif", "image/webp"],
height: "150px",
width: "150px",
borderRadius: "8px"