调整帮助中心文档
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
|
分离公共 api 接口 env 定义
|
||||||
|
|
||||||
|
统一前端基础库(类型,api)
|
||||||
|
|
||||||
购买页固定套餐
|
购买页固定套餐
|
||||||
|
|
||||||
优惠问题
|
优惠问题
|
||||||
|
|||||||
3
src/app/(home)/docs/api-docs/page.mdx
Normal file
3
src/app/(home)/docs/api-docs/page.mdx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# IP提取接口文档
|
||||||
|
|
||||||
|
暂无内容,敬请期待。
|
||||||
3
src/app/(home)/docs/choose-product/page.mdx
Normal file
3
src/app/(home)/docs/choose-product/page.mdx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# 如何选择产品
|
||||||
|
|
||||||
|
暂无内容,敬请期待。
|
||||||
3
src/app/(home)/docs/city-lines/page.mdx
Normal file
3
src/app/(home)/docs/city-lines/page.mdx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# 有哪些城市线路
|
||||||
|
|
||||||
|
暂无内容,敬请期待。
|
||||||
3
src/app/(home)/docs/extract-link/page.mdx
Normal file
3
src/app/(home)/docs/extract-link/page.mdx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# 如何生成提取链接
|
||||||
|
|
||||||
|
暂无内容,敬请期待。
|
||||||
3
src/app/(home)/docs/payment-records/page.mdx
Normal file
3
src/app/(home)/docs/payment-records/page.mdx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# 查看支付和使用记录
|
||||||
|
|
||||||
|
暂无内容,敬请期待。
|
||||||
3
src/app/(home)/docs/profile-settings/page.mdx
Normal file
3
src/app/(home)/docs/profile-settings/page.mdx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# 修改个人信息和重置密码
|
||||||
|
|
||||||
|
暂无内容,后期会补充,敬请期待。
|
||||||
@@ -8,41 +8,36 @@ type Props = {
|
|||||||
collapsed?: boolean
|
collapsed?: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
// 菜单配置 - 扁平结构,支持分组
|
// 菜单配置
|
||||||
const MENU_ITEMS = [
|
const MENU_ITEMS = [
|
||||||
{
|
{
|
||||||
group: '官网教程',
|
group: '产品文档',
|
||||||
items: [
|
items: [
|
||||||
{key: 'browser-proxy', label: '浏览器设置代理教程'},
|
{key: 'product-overview', label: '产品介绍'},
|
||||||
{key: 'package-operations', label: '套餐续费、合并、修改时效、补重操作'},
|
{key: 'choose-product', label: '如何选择产品'},
|
||||||
{key: 'fixed-package', label: '长效固定套餐操作手册'},
|
{key: 'why-verify', label: '为什么需要实名认证'},
|
||||||
],
|
{key: 'city-lines', label: '有哪些城市线路'},
|
||||||
},
|
{key: 'api-docs', label: 'ip提取接口文档'},
|
||||||
{
|
// 服务条款
|
||||||
group: '客户端教程',
|
|
||||||
items: [
|
|
||||||
{key: 'ios-proxy', label: 'iOS设置代理教程'},
|
|
||||||
{key: 'windows10-proxy', label: 'Windows10电脑设置代理教程'},
|
|
||||||
{key: 'android-proxy', label: '安卓手机设置代理教程'},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
group: '操作指南',
|
group: '操作指南',
|
||||||
items: [
|
items: [
|
||||||
{key: 'win7-proxy', label: 'Windows7电脑设置代理教程'},
|
{key: 'profile-settings', label: '修改个人信息和重置密码'},
|
||||||
{key: 'mac-proxy', label: 'MAC设置代理教程'},
|
{key: 'whitelist-guide', label: '如何添加白名单'},
|
||||||
{key: 'firefox-proxy', label: '火狐浏览器设置代理'},
|
{key: 'verify-guide', label: '如何进行实名认证'},
|
||||||
{key: 'socks5-usage', label: 'Socks5代理使用教程'},
|
{key: 'extract-link', label: '如何生成提取链接'},
|
||||||
{key: 'http-notes', label: '使用 HTTP 代理注意事项'},
|
{key: 'payment-records', label: '查看支付和使用记录'},
|
||||||
{key: 'official-tutorial', label: '浏览器设置代理教程'},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
group: '产品介绍',
|
group: '客户端教程',
|
||||||
items: [
|
items: [
|
||||||
{key: 'product-overview', label: '产品概述'},
|
{key: 'browser-proxy', label: '浏览器设置代理教程'},
|
||||||
{key: 'product-features', label: '产品功能'},
|
{key: 'ios-proxy', label: 'iOS设置代理教程'},
|
||||||
{key: 'product-cert', label: '实名认证与证书'},
|
{key: 'android-proxy', label: '安卓手机设置代理教程'},
|
||||||
|
{key: 'windows10-proxy', label: 'Windows10电脑设置代理教程'},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -50,19 +45,15 @@ const MENU_ITEMS = [
|
|||||||
items: [
|
items: [
|
||||||
{key: 'faq-general', label: '常见问题总览'},
|
{key: 'faq-general', label: '常见问题总览'},
|
||||||
{key: 'faq-billing', label: '计费与套餐问题'},
|
{key: 'faq-billing', label: '计费与套餐问题'},
|
||||||
|
// 业务场景集成方案
|
||||||
|
// 故障排查
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
group: '新闻资讯',
|
group: '新闻资讯',
|
||||||
items: [
|
items: [
|
||||||
{key: 'news-latest', label: '了解代理服务器的工作原理'},
|
{key: 'news-latest', label: '了解代理服务器的工作原理'},
|
||||||
{key: 'news-announce', label: '公告'},
|
{key: 'news-announce', label: '网站公告'},
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
group: '其他',
|
|
||||||
items: [
|
|
||||||
{key: 'online-ip-proxy', label: '在线 IP 代理地址'},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
3
src/app/(home)/docs/verify-guide/page.mdx
Normal file
3
src/app/(home)/docs/verify-guide/page.mdx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# 如何进行实名认证
|
||||||
|
|
||||||
|
暂无内容,敬请期待。
|
||||||
3
src/app/(home)/docs/whitelist-guide/page.mdx
Normal file
3
src/app/(home)/docs/whitelist-guide/page.mdx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# 如何添加白名单
|
||||||
|
|
||||||
|
暂未添加内容,敬请期待。
|
||||||
3
src/app/(home)/docs/why-verify/page.mdx
Normal file
3
src/app/(home)/docs/why-verify/page.mdx
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# 为什么需要实名认证
|
||||||
|
|
||||||
|
暂无内容,后期会补充,敬请期待。
|
||||||
@@ -7,6 +7,7 @@ import {ProfileStoreProvider} from '@/components/stores/profile'
|
|||||||
import {LayoutStoreProvider} from '@/components/stores/layout'
|
import {LayoutStoreProvider} from '@/components/stores/layout'
|
||||||
import {ClientStoreProvider} from '@/components/stores/client'
|
import {ClientStoreProvider} from '@/components/stores/client'
|
||||||
import {getProfile} from '@/actions/auth'
|
import {getProfile} from '@/actions/auth'
|
||||||
|
import Script from 'next/script'
|
||||||
|
|
||||||
export async function generateMetadata(): Promise<Metadata> {
|
export async function generateMetadata(): Promise<Metadata> {
|
||||||
return {
|
return {
|
||||||
@@ -24,6 +25,7 @@ export default async function RootLayout(props: Readonly<{
|
|||||||
<Effects>{props.children}</Effects>
|
<Effects>{props.children}</Effects>
|
||||||
</StoreProviders>
|
</StoreProviders>
|
||||||
<Toaster position="top-center" richColors expand/>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user