修改帮助中心的文档路径
This commit is contained in:
25
src/app/(home)/docs/(client)/browser-proxy/page.mdx
Normal file
25
src/app/(home)/docs/(client)/browser-proxy/page.mdx
Normal 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地址及端口。点击确定,即设置成功了。
|
||||
Reference in New Issue
Block a user