拦截配置优化。

pull/299/head
王良 2024-04-17 10:44:54 +08:00
parent a6c5ffdd0b
commit 22c1929ed8
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ module.exports = {
// '/.*/.*/blame/': {
// redirect: 'gh.api.99988866.xyz/https://github.com'
// },
'^(/[\\w-.]{1,30}){2,}(\\?.*)?$': {
'^(/[\\w-.]+){2,}(\\?.*)?$': {
script: [
'https://raw.githubusercontent.com/docmirror/dev-sidecar/scripts/github/monkey.js'
],