Skip to content

Commit

Permalink
拦截配置优化:移除一个github的代理配置。
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Apr 13, 2024
1 parent 9ce2149 commit 62374fc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/core/src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ module.exports = {
'/.*/.*/archive/': {
redirect: 'gh.api.99988866.xyz/https://github.com'
},
'/.*/.*/blame/': {
redirect: 'gh.api.99988866.xyz/https://github.com'
},
// 以下代理地址不支持该类资源的代理,暂时注释掉
// '/.*/.*/blame/': {
// redirect: 'gh.api.99988866.xyz/https://github.com'
// },
'^(/[^/]+){2}([/?].*)?$': {
script: [
'github'
Expand Down

0 comments on commit 62374fc

Please sign in to comment.