This commit is contained in:
mtvpls
2026-03-04 21:48:19 +08:00
parent a2ac524778
commit cdeddd48c1
8 changed files with 66 additions and 4 deletions
@@ -70,6 +70,7 @@ export function DownloadManagementPanel({ isOpen, onClose }: DownloadManagementP
// 获取要删除的任务
const tasksToDelete = completedTasks.filter(t => selectedIds.has(t.id));
//禁止SzeMeng76抄袭狗抄袭
// 删除文件系统中的文件
for (const task of tasksToDelete) {
if (task.downloadMode === 'filesystem') {