修复部分路径问题

This commit is contained in:
2026-01-14 11:44:26 +08:00
parent 39d8f47c11
commit 367215db71
2 changed files with 21 additions and 21 deletions

View File

@@ -34,9 +34,9 @@ export default function HelpMenu() {
icon={h03}
title="平台教程"
items={[
{lead: 'iOS 设置', href: '/docs/ios-proxy'},
{lead: 'Android 设置', href: '/docs/android-proxy'},
{lead: 'Windows 设置', href: '/docs/windows10-proxy'},
{lead: 'iOS 设置', href: '/docs/client/ios-proxy'},
{lead: 'Android 设置', href: '/docs/client/android-proxy'},
{lead: 'Windows 设置', href: '/docs/client/windows10-proxy'},
]}
/>
<Image src={banner} alt="banner" className="hidden lg:block"/>