From d936bf5ce3c31b0c60c4928f2d6a7c8196c42386 Mon Sep 17 00:00:00 2001 From: wangdl Date: Sun, 21 Jun 2026 11:22:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Gate=20E2E=20URL=20=E8=A7=A3=E6=9E=90=20?= =?UTF-8?q?=E2=80=94=20=E5=8C=BA=E5=88=86=20user:pass@host:port=20?= =?UTF-8?q?=E5=92=8C=20host:port?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 正则修正: - @([^:@]+):(\d+) — 匹配 @host:port(跳过 user:pass) - :\/\/([^:@]+):(\d+) — 兜底无认证的 host:port Co-Authored-By: Claude --- test/m-ai-03-gate.e2e-spec.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/m-ai-03-gate.e2e-spec.ts b/test/m-ai-03-gate.e2e-spec.ts index 6cb87ce..8e470f8 100644 --- a/test/m-ai-03-gate.e2e-spec.ts +++ b/test/m-ai-03-gate.e2e-spec.ts @@ -31,7 +31,11 @@ async function checkPort(host: string, port: number, label: string): Promise