From 6f45f484a2b6b45cd43b1fc91e2c66ae5ad05e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Mon, 8 Apr 2024 10:39:12 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E8=B0=83=E6=95=B4github=E6=B2=B9?= =?UTF-8?q?=E7=8C=B4=E8=84=9A=E6=9C=AC=E7=9A=84=E6=8B=A6=E6=88=AA=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=9C=A8=E5=85=88=E8=AE=BF?= =?UTF-8?q?=E9=97=AE=E5=85=B6=E4=BB=96=E9=A1=B5=E9=9D=A2=EF=BC=88=E5=A6=82?= =?UTF-8?q?=EF=BC=9Aissue=E3=80=81PR=E9=A1=B5=E9=9D=A2=EF=BC=89=EF=BC=8C?= =?UTF-8?q?=E5=86=8D=E9=80=9A=E8=BF=87tab=E5=88=87=E6=8D=A2=E5=88=B0code?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=97=B6=EF=BC=8C=E7=94=B1=E4=BA=8E=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=98=AF=E5=B1=80=E9=83=A8=E5=88=B7=E6=96=B0=EF=BC=8C?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E6=B2=B9=E7=8C=B4=E8=84=9A=E6=9C=AC=E6=9C=AA?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82=20(#289)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/src/config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/config/index.js b/packages/core/src/config/index.js index 9d3ee434..9b03334d 100644 --- a/packages/core/src/config/index.js +++ b/packages/core/src/config/index.js @@ -61,7 +61,7 @@ module.exports = { '/.*/.*/blame/': { redirect: 'gh.api.99988866.xyz/https://github.com' }, - '^/[^/]+/[^/]+(/releases(/.*)?)?$': { + '^(/[^/]+){2}([/?].*)?$': { script: [ 'github' ],