From e27869fb4a64f315e44def2b0f0da9833506f833 Mon Sep 17 00:00:00 2001 From: Eamon-meng <17516219072@163.com> Date: Mon, 30 Mar 2026 13:11:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E8=AE=A1=E7=AE=97=E4=BB=B7?= =?UTF-8?q?=E6=A0=BC=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../(home)/_components/header/menu-help.tsx | 4 ++-- src/app/(home)/collect/page.tsx | 2 +- src/app/(home)/layout.tsx | 18 ++++++++++++++++-- src/app/admin/resources/_components/list.tsx | 2 +- src/components/composites/extract/index.tsx | 5 +++-- .../composites/purchase/long/right.tsx | 16 ++++++++++++---- src/components/composites/purchase/pay.tsx | 1 + .../composites/purchase/short/center.tsx | 10 +++++----- .../composites/purchase/short/form.tsx | 4 ++-- .../composites/purchase/short/right.tsx | 13 ++++++++++--- 10 files changed, 53 insertions(+), 22 deletions(-) diff --git a/src/app/(home)/_components/header/menu-help.tsx b/src/app/(home)/_components/header/menu-help.tsx index 63f00fc..d46aac3 100644 --- a/src/app/(home)/_components/header/menu-help.tsx +++ b/src/app/(home)/_components/header/menu-help.tsx @@ -17,8 +17,8 @@ export default function HelpMenu() { icon={h01} title="提取 IP" items={[ - {lead: '短效 IP 提取', href: '/collect?type=short'}, - {lead: '长效 IP 提取', href: '/collect?type=long'}, + {lead: '短效/长效 IP 提取', href: '/collect?type=short'}, + // {lead: '长效 IP 提取', href: '/collect?type=long'}, ]} /> // diff --git a/src/app/(home)/layout.tsx b/src/app/(home)/layout.tsx index 2299f5f..a9ffe8a 100644 --- a/src/app/(home)/layout.tsx +++ b/src/app/(home)/layout.tsx @@ -2,7 +2,7 @@ import {ReactNode} from 'react' import Header from './header' import Footer from './footer' import Script from 'next/script' - +import {MessageCircleMoreIcon} from 'lucide-react' export type HomeLayoutProps = { children: ReactNode } @@ -19,7 +19,21 @@ export default function HomeLayout(props: HomeLayoutProps) { {/* 页脚 */}