拦截配置优化。

pull/299/head
王良 2024-04-16 14:39:18 +08:00
parent c0012f0bae
commit 103049da1b
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-.]{1,30}){2,}(\\?.*)?$': {
script: [
'github'
],