From 2125f1ef9ea3bd6b9c7832df54045f93cd8086e1 Mon Sep 17 00:00:00 2001
From: Eamon-meng <17516219072@163.com>
Date: Wed, 25 Feb 2026 18:46:11 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A6=96=E9=A1=B5=E6=96=87?=
=?UTF-8?q?=E6=A1=A3=E8=B7=B3=E8=BD=AC=E9=93=BE=E6=8E=A5&=E8=B0=83?=
=?UTF-8?q?=E6=95=B4=E5=90=8E=E5=8F=B0=E5=88=86=E9=A1=B5=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/app/(home)/(index)/articles-section.tsx | 6 +++---
src/app/(home)/footer.tsx | 8 ++++----
src/components/ui/pagination.tsx | 8 ++------
3 files changed, 9 insertions(+), 13 deletions(-)
diff --git a/src/app/(home)/(index)/articles-section.tsx b/src/app/(home)/(index)/articles-section.tsx
index 73f9489..e57d3fe 100644
--- a/src/app/(home)/(index)/articles-section.tsx
+++ b/src/app/(home)/(index)/articles-section.tsx
@@ -11,21 +11,21 @@ export function ArticlesSection() {
icon={}
title="浏览器设置代理教程"
description="快速上手,5分钟学会在浏览器中配置代理服务器"
- href="/docs/client/browser-proxy"
+ href="/docs/browser-proxy"
/>
}
title="Windows10 代理配置"
description="详细图文教程,帮助你在 Windows 系统中设置代理"
- href="/docs/client/windows10-proxy"
+ href="/docs/windows10-proxy"
/>
}
title="常见问题总览"
description="解决使用过程中遇到的各类问题,快速找到答案"
- href="/docs/faqs/faq-general"
+ href="/docs/faq-general"
/>
diff --git a/src/app/(home)/footer.tsx b/src/app/(home)/footer.tsx
index a603c12..e5d0834 100644
--- a/src/app/(home)/footer.tsx
+++ b/src/app/(home)/footer.tsx
@@ -41,7 +41,7 @@ export default function Footer(props: FooterProps) {
items={[
{name: `产品订购`, href: `/product`},
{name: `获取代理`, href: `/collect`},
- {name: `帮助中心`, href: `/docs/faqs/faq-general`},
+ {name: `帮助中心`, href: `/docs/faq-general`},
{name: `企业服务`, href: `/custom`},
]}
/>
@@ -69,9 +69,9 @@ export default function Footer(props: FooterProps) {
diff --git a/src/components/ui/pagination.tsx b/src/components/ui/pagination.tsx
index 94f5ab7..8135bf5 100644
--- a/src/components/ui/pagination.tsx
+++ b/src/components/ui/pagination.tsx
@@ -107,13 +107,9 @@ function Pagination({
const paginationItems = generatePaginationItems()
return (
-
+
- 共
- {' '}
- {total}
- {' '}
- 条记录,每页
+ 共 {total} 条记录,每页