拦截配置优化:移除一个github的代理配置。

pull/297/head
王良 2024-04-14 04:07:24 +08:00
parent 9ce2149810
commit 62374fc540
1 changed files with 4 additions and 3 deletions

View File

@ -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'