修改帮助中心的文档路径
This commit is contained in:
30
src/app/(home)/docs/(client)/android-proxy/page.mdx
Normal file
30
src/app/(home)/docs/(client)/android-proxy/page.mdx
Normal 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一致,则代理设置成功
|
||||
|
||||
|
||||
Reference in New Issue
Block a user