调整帮助中心文档

This commit is contained in:
2026-01-12 18:28:50 +08:00
parent 91add59393
commit db8119e1ae
12 changed files with 54 additions and 30 deletions

View File

@@ -0,0 +1,3 @@
# IP提取接口文档
暂无内容,敬请期待。

View File

@@ -0,0 +1,3 @@
# 如何选择产品
暂无内容,敬请期待。

View File

@@ -0,0 +1,3 @@
# 有哪些城市线路
暂无内容,敬请期待。

View File

@@ -0,0 +1,3 @@
# 如何生成提取链接
暂无内容,敬请期待。

View File

@@ -0,0 +1,3 @@
# 查看支付和使用记录
暂无内容,敬请期待。

View File

@@ -0,0 +1,3 @@
# 修改个人信息和重置密码
暂无内容,后期会补充,敬请期待。

View File

@@ -8,41 +8,36 @@ type Props = {
collapsed?: boolean
}
// 菜单配置 - 扁平结构,支持分组
// 菜单配置
const MENU_ITEMS = [
{
group: '官网教程',
group: '产品文档',
items: [
{key: 'browser-proxy', label: '浏览器设置代理教程'},
{key: 'package-operations', label: '套餐续费、合并、修改时效、补重操作'},
{key: 'fixed-package', label: '长效固定套餐操作手册'},
],
},
{
group: '客户端教程',
items: [
{key: 'ios-proxy', label: 'iOS设置代理教程'},
{key: 'windows10-proxy', label: 'Windows10电脑设置代理教程'},
{key: 'android-proxy', label: '安卓手机设置代理教程'},
{key: 'product-overview', label: '产品介绍'},
{key: 'choose-product', label: '如何选择产品'},
{key: 'why-verify', label: '为什么需要实名认证'},
{key: 'city-lines', label: '有哪些城市线路'},
{key: 'api-docs', label: 'ip提取接口文档'},
// 服务条款
],
},
{
group: '操作指南',
items: [
{key: 'win7-proxy', label: 'Windows7电脑设置代理教程'},
{key: 'mac-proxy', label: 'MAC设置代理教程'},
{key: 'firefox-proxy', label: '火狐浏览器设置代理'},
{key: 'socks5-usage', label: 'Socks5代理使用教程'},
{key: 'http-notes', label: '使用 HTTP 代理注意事项'},
{key: 'official-tutorial', label: '浏览器设置代理教程'},
{key: 'profile-settings', label: '修改个人信息和重置密码'},
{key: 'whitelist-guide', label: '如何添加白名单'},
{key: 'verify-guide', label: '如何进行实名认证'},
{key: 'extract-link', label: '如何生成提取链接'},
{key: 'payment-records', label: '查看支付和使用记录'},
],
},
{
group: '产品介绍',
group: '客户端教程',
items: [
{key: 'product-overview', label: '产品概述'},
{key: 'product-features', label: '产品功能'},
{key: 'product-cert', label: '实名认证与证书'},
{key: 'browser-proxy', label: '浏览器设置代理教程'},
{key: 'ios-proxy', label: 'iOS设置代理教程'},
{key: 'android-proxy', label: '安卓手机设置代理教程'},
{key: 'windows10-proxy', label: 'Windows10电脑设置代理教程'},
],
},
{
@@ -50,19 +45,15 @@ const MENU_ITEMS = [
items: [
{key: 'faq-general', label: '常见问题总览'},
{key: 'faq-billing', label: '计费与套餐问题'},
// 业务场景集成方案
// 故障排查
],
},
{
group: '新闻资讯',
items: [
{key: 'news-latest', label: '了解代理服务器的工作原理'},
{key: 'news-announce', label: '公告'},
],
},
{
group: '其他',
items: [
{key: 'online-ip-proxy', label: '在线 IP 代理地址'},
{key: 'news-announce', label: '网站公告'},
],
},
]

View File

@@ -0,0 +1,3 @@
# 如何进行实名认证
暂无内容,敬请期待。

View File

@@ -0,0 +1,3 @@
# 如何添加白名单
暂未添加内容,敬请期待。

View File

@@ -0,0 +1,3 @@
# 为什么需要实名认证
暂无内容,后期会补充,敬请期待。

View File

@@ -7,6 +7,7 @@ import {ProfileStoreProvider} from '@/components/stores/profile'
import {LayoutStoreProvider} from '@/components/stores/layout'
import {ClientStoreProvider} from '@/components/stores/client'
import {getProfile} from '@/actions/auth'
import Script from 'next/script'
export async function generateMetadata(): Promise<Metadata> {
return {
@@ -24,6 +25,7 @@ export default async function RootLayout(props: Readonly<{
<Effects>{props.children}</Effects>
</StoreProviders>
<Toaster position="top-center" richColors expand/>
<Script id="qd2852138148beb7882a4a6a3e5ff5b569436003e7dc" src="https://wp.qiye.qq.com/qidian/2852138148/beb7882a4a6a3e5ff5b569436003e7dc" charset="utf-8" async defer></Script>
</body>
</html>
)