Files
web/src/app/(home)/docs/(client)/android-proxy/page.mdx
2026-01-14 17:27:31 +08:00

31 lines
854 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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一致则代理设置成功