feat(web): move create custom model to model list

This commit is contained in:
zhaoying
2026-02-09 10:00:36 +08:00
parent 4d98bace87
commit 81e92b4fa6
9 changed files with 70 additions and 48 deletions

View File

@@ -93,7 +93,7 @@ const UploadImages = forwardRef<UploadImagesRef, UploadImagesProps>(({
onChange,
disabled = false,
fileSize,
fileType = ['png', 'jpg', 'gif'],
fileType = ['png', 'jpg', 'gif', 'svg'],
isAutoUpload = true,
maxCount = 1,
className = 'rb:size-24! rb:leading-1!',