拦截配置优化:移除一个github的代理配置。
parent
9ce2149810
commit
62374fc540
|
@ -59,9 +59,10 @@ module.exports = {
|
||||||
'/.*/.*/archive/': {
|
'/.*/.*/archive/': {
|
||||||
redirect: 'gh.api.99988866.xyz/https://github.com'
|
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}([/?].*)?$': {
|
'^(/[^/]+){2}([/?].*)?$': {
|
||||||
script: [
|
script: [
|
||||||
'github'
|
'github'
|
||||||
|
|
Loading…
Reference in New Issue