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} 条记录,每页