mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🎈 pref: V1.6.6 优化细节
This commit is contained in:
parent
0afaca65ce
commit
d85bb24c2e
@ -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)});
|
||||
}
|
||||
|
||||
// 翻译插件
|
||||
|
Loading…
x
Reference in New Issue
Block a user