From 83c2cd7910dd5350e5a1c2d49fadeaf82e8540ca Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Fri, 28 Nov 2025 16:45:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96useDownloadBlob=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hooks/useDownloadBlob/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/useDownloadBlob/index.d.ts b/hooks/useDownloadBlob/index.d.ts index 056ef8d..41e1259 100644 --- a/hooks/useDownloadBlob/index.d.ts +++ b/hooks/useDownloadBlob/index.d.ts @@ -7,7 +7,7 @@ interface UseDownloadBlobOptions { params?: Record; } -export type DownloadBlobFunction = (url: string, options: UseDownloadBlobOptions) => Promise; +export type DownloadBlobFunction = (url: string, options?: UseDownloadBlobOptions) => Promise; /** * 下载Blob流文件