优化主页,提供通用页面模板组件

This commit is contained in:
2025-12-15 14:09:17 +08:00
parent fd2afe5e01
commit c16bd76821
10 changed files with 509 additions and 475 deletions

View File

@@ -17,26 +17,26 @@ export default function HelpMenu() {
icon={h01}
title="提取 IP"
items={[
{lead: '短效 IP 提取', href: '/collect'},
{lead: '长效 IP 提取', href: '#'},
{lead: '短效 IP 提取', href: '/collect?type=short'},
{lead: '长效 IP 提取', href: '/collect?type=long'},
]}
/>
<Column
icon={h02}
title="使用教程"
title="平台教程"
items={[
{lead: '官方教程', href: '/help/tutorials/official-tutorial/browser-proxy'},
{lead: '客户端教程', href: '/help/tutorials/client-tutorial/ios-proxy'},
{lead: '操作指南', href: '/help/tutorials/operation-guide/windows7-proxy'},
{lead: 'iOS 设置', href: '/docs/ios-proxy'},
{lead: 'Android 设置', href: '/docs/android-proxy'},
{lead: 'Windows 设置', href: '/docs/windows10-proxy'},
]}
/>
<Column
icon={h03}
title="产品功能"
title="高级功能"
items={[
{lead: '常见问题', href: '/help/features/faq/faq-general'},
{lead: '产品介绍', href: '/help/features/product-intro/product-overview'},
{lead: '新闻资讯', href: '/help/features/news/news-latest'},
{lead: '套餐管理', href: '/docs/package-operations'},
{lead: 'Socks5 教程', href: '/docs/socks5-usage'},
{lead: '固定 IP 套餐', href: '/docs/fixed-package'},
]}
/>
<Image src={banner} alt="banner" className="hidden lg:block"/>