Update docs and sort content

This commit is contained in:
github-actions[bot]
2025-02-19 17:59:49 +00:00
parent 1c36e3f5ec
commit 4fe221acf1
325 changed files with 546 additions and 6415 deletions

View File

@ -6,6 +6,8 @@ tags:
- file-downloader
- 项目
- npm包
finished: true
published: true
slug: file-downloader
description: >-
本文介绍了两个用于文件下载的函数:`downloadFileFromURL`
@ -13,10 +15,11 @@ description: >-
函数用于从指定的URL下载文件可以自定义文件名`downloadFileFromBlob`
函数则用于从Blob对象下载文件同样支持自定义文件名。这两个函数均来自 `@kzttools/file-downloader`
该包的NPM地址和GitHub地址均已提供。项目遵循MIT许可证作者为kazoottt。
rinId: 63
category: 项目
toAstro: true
date_created: 2024-12-17T05:34:45.000Z
date_modified: 2025-02-19T03:43:53.000Z
date_modified: 2025-02-19T17:54:57.000Z
---
# File Download