梯子配置调整,移除 `*.oaistatic.com`,代理了它反而导致ChatGPT页面报错了。

pull/287/head
王良 8 months ago
parent 8b54345bc1
commit 35eb4fac77

@ -38,8 +38,7 @@ module.exports = {
'*.shields.io': true,
'*.jsdelivr.net': true,
'*.openai.com': true,
'*.chatgpt.com': true,
'*.oaistatic.com': true
'*.chatgpt.com': true
},
pac: {
enabled: true,

Loading…
Cancel
Save