拦截配置优化:移除一个github的代理配置。
parent
9ce2149810
commit
62374fc540
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue