feat: 支持PCL导出的zip格式

This commit is contained in:
Tianpao
2026-02-02 11:42:45 +08:00
parent 0f8ceba972
commit 295f1fbece
4 changed files with 139 additions and 13 deletions

View File

@@ -93,7 +93,7 @@ export class Core {
logger.info("Starting task", { isServerMode });
// 非阻塞执行主要任务
this.dex.Main(req.file.buffer, isServerMode).catch(err => {
this.dex.Main(req.file.buffer, isServerMode, req.file.originalname).catch(err => {
logger.error("Task execution failed", err);
});