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

22 lines
674 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 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一致则代理设置成功