更新首页文档跳转链接&调整后台分页显示

This commit is contained in:
Eamon-meng
2026-02-25 18:46:11 +08:00
parent 85f241e8e3
commit 2125f1ef9e
3 changed files with 9 additions and 13 deletions

View File

@@ -11,21 +11,21 @@ export function ArticlesSection() {
icon={<BookOpen className="w-12 h-12"/>}
title="浏览器设置代理教程"
description="快速上手5分钟学会在浏览器中配置代理服务器"
href="/docs/client/browser-proxy"
href="/docs/browser-proxy"
/>
<ArticleCard
icon={<Smartphone className="w-12 h-12"/>}
title="Windows10 代理配置"
description="详细图文教程,帮助你在 Windows 系统中设置代理"
href="/docs/client/windows10-proxy"
href="/docs/windows10-proxy"
/>
<ArticleCard
icon={<HelpCircle className="w-12 h-12"/>}
title="常见问题总览"
description="解决使用过程中遇到的各类问题,快速找到答案"
href="/docs/faqs/faq-general"
href="/docs/faq-general"
/>
</div>
</PageSection>