From d85bb24c2ea27395c493a2e0eee06c8317f2fdda Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Wed, 3 Apr 2024 10:22:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20pref:=20V1.6.6=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}); } // 翻译插件