We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
picBed.proxy
setConfig
现在只会在 init 的时候设置 proxy
PicGo-Core/src/core/PicGo.ts
Line 81 in 5a6d638
PicGo-Core/src/lib/Request.ts
Lines 17 to 20 in 5a6d638
vs-picgo 只能通过 setConfig 来传配置,这样就会出现 proxy 设置不生效的问题
The text was updated successfully, but these errors were encountered:
不知道每次 setConfig 的时候,是否可以修改一下 ctx.request 的 default options 。
ctx.request
Sorry, something went wrong.
这块应该之后我需要做一下修改,每次调用request的时候,动态去取proxy的值,就OK了
687805f
No branches or pull requests
现在只会在 init 的时候设置 proxy
PicGo-Core/src/core/PicGo.ts
Line 81 in 5a6d638
PicGo-Core/src/lib/Request.ts
Lines 17 to 20 in 5a6d638
vs-picgo 只能通过 setConfig 来传配置,这样就会出现 proxy 设置不生效的问题
The text was updated successfully, but these errors were encountered: