From 0db0b1f6b17adf9f0ecb18a788ccb8234247e820 Mon Sep 17 00:00:00 2001 From: wood chen Date: Mon, 2 Jun 2025 08:37:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E9=85=8D=E7=BD=AE=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0302=E8=B7=B3=E8=BD=AC=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=9A=84=E5=8F=AF=E8=A7=86=E5=8C=96=E6=A0=87=E8=AF=86?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=BC=BA=E7=94=A8=E6=88=B7=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E7=9A=84=E4=BA=A4=E4=BA=92=E6=80=A7=E5=92=8C=E5=8F=AF=E8=AF=BB?= =?UTF-8?q?=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/app/dashboard/config/page.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/web/app/dashboard/config/page.tsx b/web/app/dashboard/config/page.tsx index b2125ab..48c6b32 100644 --- a/web/app/dashboard/config/page.tsx +++ b/web/app/dashboard/config/page.tsx @@ -825,7 +825,14 @@ export default function ConfigPage() { - {path} +
+ {path} + {(typeof target === 'object' && target.RedirectMode) && ( + + 302 + + )} +