diff --git a/apps/tools.js b/apps/tools.js index f73bb99..2404106 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -185,7 +185,7 @@ export class tools extends plugin { proxy: this.myProxy, }); // 并发队列 - this.queue = new PQueue({concurrency: this.toolsConfig.queueConcurrency}); + this.queue = new PQueue({concurrency: Number(this.toolsConfig.queueConcurrency)}); } // 翻译插件