彩蛋自定义域名中,移除 `*.openai.com` 和 `*.chatgpt.com`,因为 `pac.txt` 中已经有了

pull/366/head
王良 2024-09-21 23:53:28 +08:00
parent d1185e5ff5
commit 79f6715d97
1 changed files with 1 additions and 3 deletions

View File

@ -36,9 +36,7 @@ module.exports = {
'*.intlify.dev': true,
'*.segment.io': true,
'*.shields.io': true,
'*.jsdelivr.net': true,
'*.openai.com': true,
'*.chatgpt.com': true
'*.jsdelivr.net': true
},
pac: {
enabled: true,