mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
🔧 chore: 更新.gitignore
This commit is contained in:
parent
859c3fbd21
commit
72ca706f14
@ -937,7 +937,7 @@ export class tools extends plugin {
|
||||
proxyAddr: this.proxyAddr,
|
||||
proxyPort: this.proxyPort
|
||||
},
|
||||
numThread: this.videoDownloadConcurrency,
|
||||
numThread: 1,
|
||||
})
|
||||
e.reply(segment.image(xImgPath));
|
||||
}
|
||||
@ -1047,7 +1047,7 @@ export class tools extends plugin {
|
||||
img: item.urlDefault,
|
||||
dir: downloadPath,
|
||||
fileName: `${index}.png`,
|
||||
numThread: this.videoDownloadConcurrency,
|
||||
numThread: 1,
|
||||
}));
|
||||
}
|
||||
// 等待所有图片下载完成
|
||||
@ -1265,7 +1265,7 @@ export class tools extends plugin {
|
||||
headersExt: {
|
||||
"Referer": "http://blog.sina.com.cn/",
|
||||
},
|
||||
numThread: this.videoDownloadConcurrency,
|
||||
numThread: 1,
|
||||
}).then(async (filePath) => {
|
||||
// 格式化为消息对象
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user