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