mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🎈 pref: 优化X解析逻辑
This commit is contained in:
parent
eec5741dbd
commit
a493b98f98
@ -776,7 +776,7 @@ export class tools extends plugin {
|
||||
downloadImg(url, localPath, "", isOversea, {}, {
|
||||
proxyAddr: proxy,
|
||||
proxyPort: port
|
||||
}).then(path => {
|
||||
}).then(_ => {
|
||||
e.reply(segment.image(fs.readFileSync(localPath + "/" + url.split("/").pop())));
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user