拦截配置优化。
parent
35ca94eb7a
commit
c0012f0bae
|
@ -63,7 +63,7 @@ module.exports = {
|
||||||
// '/.*/.*/blame/': {
|
// '/.*/.*/blame/': {
|
||||||
// redirect: 'gh.api.99988866.xyz/https://github.com'
|
// redirect: 'gh.api.99988866.xyz/https://github.com'
|
||||||
// },
|
// },
|
||||||
'^(/[^/.]{1,30}){2}([/?].*)?$': {
|
'^(/[\\w-]{1,30}){2,}(\\?.*)?$': {
|
||||||
script: [
|
script: [
|
||||||
'github'
|
'github'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue