首页导航配置链接&更新支付余额计算

This commit is contained in:
Eamon-meng
2025-06-27 14:57:14 +08:00
parent 9057d6c2fc
commit da511bfabb
4 changed files with 5 additions and 30 deletions

View File

@@ -35,9 +35,9 @@ export default function Footer(props: FooterProps) {
<SiteNavList
title="国内代理"
items={[
{name: `短效代理`, href: `#`},
{name: `长效代理`, href: `#`},
{name: `固定IP代理`, href: `#`},
{name: `短效代理`, href: `/product?type=short`},
{name: `长效代理`, href: `/product?type=long`},
{name: `固定IP代理`, href: `/product?type=fixed`},
]}
/>
<SiteNavList

View File

@@ -14,7 +14,7 @@ export default function HelpMenu() {
icon={h01}
title="提取 IP"
items={[
{lead: '短效 IP 提取', href: '#'},
{lead: '短效 IP 提取', href: '/collect'},
{lead: '长效 IP 提取', href: '#'},
]}
/>