mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: no support cache
This commit is contained in:
parent
90c7c992a6
commit
5ceb9c9de3
3 changed files with 23 additions and 15 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue