修改帮助中心的文档路径

This commit is contained in:
Eamon-meng
2026-01-14 17:27:31 +08:00
parent e709490014
commit 7dc562aad0
51 changed files with 24 additions and 24 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -0,0 +1,30 @@
import Image from 'next/image';
import android from './images/android.webp';
import android01 from './images/android01.webp';
import android02 from './images/android02.webp';
# 安卓手机设置代理教程
1、打开设置进入WLAN
<Image
src={android}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>
2、选择已连接的WIFI网络,点小箭头进入设置页面
<Image
src={android01}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>
3、将代理设置为“手动”填写主机名端口信息点击右上角保存
<Image
src={android02}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>
4、打开手机浏览器搜索IP地址查询若查询结果和设置的代理IP一致则代理设置成功

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -0,0 +1,25 @@
import Image from 'next/image';
import ieConfig from './images/ieConfig.webp';
import lanConfig from './images/lanConfig.webp';
# 浏览器代理设置教程
打开IE浏览器选择“设置”点击“Internet选项”在弹出的“局域网LAN设置”中代理服务器的复选框打上勾并填写从蓝狐HTTP获取的ip地址及端口号点击确定刷新浏览器浏览器的IP就改变了。
1、打开IE浏览器选择“设置”
<Image
src={ieConfig}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>
2、点击“Internet选项”
3、弹出“Internet选项”弹窗选择连接—局域网设置
<Image
src={lanConfig}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>
4、在弹出的“局域网LAN设置”中代理服务器的复选框打上勾并填写从蓝狐代理获取的ip地址及端口。点击确定即设置成功了。

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -0,0 +1,36 @@
import Image from 'next/image';
import Ios from './images/Ios.webp';
import ioS2 from './images/ioS2.webp';
import ios3 from './images/ios3.webp';
# iOS 设置代理教程
1、打开设置选择无线局域网
2、找到已连接的wifi点击最右侧的小图标
<Image
src={Ios}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>
3、进入配置代理界面选择“手动”
<Image
src={ioS2}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>
4、填写服务器、端口点击右上角存储
<Image
src={ios3}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>
5、在浏览器搜索IP地址查询若查询结果和设置的代理IP一致则代理设置成

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -0,0 +1,21 @@
import Image from 'next/image';
import win10 from './images/win10.webp';
import win101 from './images/win101.webp';
# Windows10 电脑设置代理教程
1、点击桌面右下角网络连接图标选择"网络和Internet设置"选项
<Image
src={win10}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>
2、点击"代理",将"使用代理服务器"设置为开,输入地址和端口后保存
<Image
src={win101}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>
3、浏览器打开百度输入IP地址查询若查询结果和设置的代理IP一致则代理设置成功