重构文档目录结构,更新文章链接引用地址
This commit is contained in:
@@ -23,6 +23,15 @@ export default function HelpMenu() {
|
||||
/>
|
||||
<Column
|
||||
icon={h02}
|
||||
title="操作指南"
|
||||
items={[
|
||||
{lead: '修改信息', href: '/docs/operation/profile-settings'},
|
||||
{lead: '提取链接', href: '/docs/operation/extract-link'},
|
||||
{lead: '查看记录', href: '/docs/operation/payment-records'},
|
||||
]}
|
||||
/>
|
||||
<Column
|
||||
icon={h03}
|
||||
title="平台教程"
|
||||
items={[
|
||||
{lead: 'iOS 设置', href: '/docs/ios-proxy'},
|
||||
@@ -30,15 +39,6 @@ export default function HelpMenu() {
|
||||
{lead: 'Windows 设置', href: '/docs/windows10-proxy'},
|
||||
]}
|
||||
/>
|
||||
<Column
|
||||
icon={h03}
|
||||
title="高级功能"
|
||||
items={[
|
||||
{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"/>
|
||||
</Wrap>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user