文件移动和部分前端ui拆分重构

This commit is contained in:
2025-08-28 11:27:52 +08:00
parent dd16cfe7d0
commit 514a2ce1a1
19 changed files with 884 additions and 858 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ class DownloadService {
}
// 有信息文件、有图片文件且数量匹配,认为已下载
console.log(`作品 ${artworkId} 已完整下载,有信息文件和 ${imageFiles.length}/${expectedImageCount} 个图片文件`);
// console.log(`作品 ${artworkId} 已完整下载,有信息文件和 ${imageFiles.length}/${expectedImageCount} 个图片文件`);
return true;
}
}
+1 -1
View File
@@ -491,7 +491,7 @@ class RepositoryService {
}
// 有信息文件、有图片文件且数量匹配,认为已下载
console.log(`作品 ${artworkId} 已完整下载: ${files.length}/${expectedImageCount} 个图片文件`)
// console.log(`作品 ${artworkId} 已完整下载: ${files.length}/${expectedImageCount} 个图片文件`)
return true
}
}