From 1daf7cfbf274536f8a2b6d9b92b7bf57b34c36e2 Mon Sep 17 00:00:00 2001 From: Zhizhong Yan Date: Thu, 25 Jul 2024 19:06:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0bing=E3=80=81orcid=E7=AD=89?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E8=BF=9B=E5=85=A5=E7=99=BD=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/src/modules/proxy/index.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/packages/core/src/modules/proxy/index.js b/packages/core/src/modules/proxy/index.js index 77fd77c..b705935 100644 --- a/packages/core/src/modules/proxy/index.js +++ b/packages/core/src/modules/proxy/index.js @@ -98,6 +98,16 @@ module.exports = { '*.edu.cn': true, '*.icourse163.org': true, + // 中国政府 + '*.gov.cn': true, + + // 学习通 + '*.xuexitong.com': true, + '*.chaoxing.com': true, + + // 中国银行 + '*.bankofchina.com': true, + // 360 so '*.so.com': true, @@ -150,8 +160,10 @@ module.exports = { // OSS '*.sonatype.org': true, + // Maven镜像 '*.maven.org': true, + // Maven Repository '*.mvnrepository.com': true, @@ -175,6 +187,7 @@ module.exports = { // 奇虎 '*.qihoo.com': true, '*.qihucdn.com': true, + // 360 '*.360.com': true, '*.360safe.com': true, @@ -189,6 +202,15 @@ module.exports = { '*.jcloudcdn.com': true, '*.jcloudlb.com': true, + // bing + '*.bing.com': true, + + // orcid + '*.orcid.org': true, + + // mihoyo + '*.mihoyo.com': true, + // 哔哩哔哩 '*.bilibili.com': true, '*.bilivideo.com': true,