🎈 pref: V1.6.6 优化细节

This commit is contained in:
zhiyu1998 2024-04-03 10:22:26 +08:00
parent 0afaca65ce
commit d85bb24c2e

View File

@ -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)});
}
// 翻译插件