fix: no support cache

This commit is contained in:
ikechan8370 2023-03-04 11:41:39 +08:00
parent 90c7c992a6
commit 5ceb9c9de3
3 changed files with 23 additions and 15 deletions

View file

@ -10,7 +10,7 @@ if (Config.proxy) {
console.warn('未安装https-proxy-agent请在插件目录下执行pnpm add https-proxy-agent')
}
}
function getProxy() {
function getProxy () {
if (proxy) {
return proxy
} else {