feat: 更新上传假数据处理逻辑,添加原始响应方法并支持选择禁用选项
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 1m19s
/ depcheck (push) Successful in 1m19s
/ playwright (push) Successful in 3m28s

This commit is contained in:
严浩
2024-12-16 00:38:02 +08:00
parent abe0262130
commit 5f0eaa2579
2 changed files with 12 additions and 1 deletions

View File

@ -13,6 +13,7 @@ interface FileUploadInst extends FileUploadState {
progress: number;
}[];
files: FileExt[];
chooseDisabled?: boolean;
}
</script>