🔱: [client] sync upgrade with 2 commits [trident-sync]

fix: 修复 文件上传accept问题
This commit is contained in:
GitHub Actions Bot
2023-04-12 19:24:06 +00:00
parent 32fd424295
commit 71244a4eb8
2 changed files with 2 additions and 2 deletions
@@ -243,7 +243,7 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti
type: "file-uploader",
form: {
component: {
accept: "*.jpg,*.png"
accept: ".jpg,.png"
},
helper: "只能上传jpg或者png"
}