feat: 批量下载任务
This commit is contained in:
@ -107,3 +107,6 @@ export function downloadByUrl(url: string, filename?: string) {
|
||||
document.body.removeChild(a);
|
||||
}
|
||||
|
||||
export function genRandomId() {
|
||||
return `id_${Date.now()}_${Math.floor(Math.random() * 10000)}`;
|
||||
}
|
||||
Reference in New Issue
Block a user