From a0b095667791d2747d3bbd57d745b88f2935f221 Mon Sep 17 00:00:00 2001 From: luorijun Date: Tue, 21 Apr 2026 16:06:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=8D=E8=B4=B9=E4=B8=8E=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(home)/custom/page.tsx | 6 +++--- src/app/admin/clients.tsx | 14 ++++++++++++-- src/components/free-trial.tsx | 4 ++-- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/app/(home)/custom/page.tsx b/src/app/(home)/custom/page.tsx index c42b6b6..89e5d56 100644 --- a/src/app/(home)/custom/page.tsx +++ b/src/app/(home)/custom/page.tsx @@ -237,7 +237,7 @@ export default function CustomPage() {
免费试用背景 router.push('/login')} + onClick={() => router.push('/product')} > - 免费试用 + 立即试用 diff --git a/src/app/admin/clients.tsx b/src/app/admin/clients.tsx index ad67880..a2a62bd 100644 --- a/src/app/admin/clients.tsx +++ b/src/app/admin/clients.tsx @@ -103,9 +103,19 @@ export function Header() {
欢迎来到,蓝狐代理
diff --git a/src/components/free-trial.tsx b/src/components/free-trial.tsx index bb2d013..61145f8 100644 --- a/src/components/free-trial.tsx +++ b/src/components/free-trial.tsx @@ -26,7 +26,7 @@ function Resolved(props: { router.push(profile ? '/admin/purchase' : '/product') }} > - 免费试用 + 立即试用 ) } @@ -42,7 +42,7 @@ function Pending(props: { router.push('/product') }} > - 免费试用 + 立即试用 ) }