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
a1d6e612a5
commit
1bc359cda6
@ -772,7 +772,8 @@ export class tools extends plugin {
|
||||
// 非海外使用🪜下载
|
||||
const proxy = this.myProxy;
|
||||
const port = this.proxyPort;
|
||||
downloadImg(url, this.getCurDownloadPath(e), "", !isOversea, {}, {
|
||||
const path = this.getCurDownloadPath(e);
|
||||
downloadImg(url, path, "", !isOversea, {}, {
|
||||
proxyAddr: proxy,
|
||||
proxyPort: port
|
||||
}).then(path => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user