style: 修改注释

This commit is contained in:
奔跑的面条
2022-07-19 17:54:43 +08:00
parent 5a259269ce
commit 0415a68352
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export const downloadByA = (url: string, filename = new Date().getTime(), fileSu
}
/**
* 下载数据
* * 下载数据
* @param { string } content 数据内容
* @param { ?string } filename 文件名称(默认随机字符)
* @param { ?string } fileSuffix 文件名称(默认随机字符)