彩蛋自定义域名中,移除 `*.openai.com` 和 `*.chatgpt.com`,因为 `pac.txt` 中已经有了
parent
d1185e5ff5
commit
79f6715d97
|
@ -36,9 +36,7 @@ module.exports = {
|
||||||
'*.intlify.dev': true,
|
'*.intlify.dev': true,
|
||||||
'*.segment.io': true,
|
'*.segment.io': true,
|
||||||
'*.shields.io': true,
|
'*.shields.io': true,
|
||||||
'*.jsdelivr.net': true,
|
'*.jsdelivr.net': true
|
||||||
'*.openai.com': true,
|
|
||||||
'*.chatgpt.com': true
|
|
||||||
},
|
},
|
||||||
pac: {
|
pac: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
|
|
Loading…
Reference in New Issue