补充帮助中心操作指南和客户端教程相关文档
This commit is contained in:
BIN
src/app/(home)/docs/whitelist-guide/images/whitelist.webp
Normal file
BIN
src/app/(home)/docs/whitelist-guide/images/whitelist.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
BIN
src/app/(home)/docs/whitelist-guide/images/whitelist01.webp
Normal file
BIN
src/app/(home)/docs/whitelist-guide/images/whitelist01.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
BIN
src/app/(home)/docs/whitelist-guide/images/whitelist02.webp
Normal file
BIN
src/app/(home)/docs/whitelist-guide/images/whitelist02.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
BIN
src/app/(home)/docs/whitelist-guide/images/whitelist03.webp
Normal file
BIN
src/app/(home)/docs/whitelist-guide/images/whitelist03.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
@@ -1,3 +1,35 @@
|
||||
import Image from 'next/image';
|
||||
import whitelist from './images/whitelist.webp';
|
||||
import whitelist01 from './images/whitelist01.webp';
|
||||
import whitelist02 from './images/whitelist02.webp';
|
||||
import whitelist03 from './images/whitelist03.webp';
|
||||
|
||||
# 如何添加白名单
|
||||
|
||||
暂未添加内容,敬请期待。
|
||||
1. 进入控制台,选择白名单,点击添加白名单,或选择提取IP,点击添加白名单。
|
||||
<Image
|
||||
src={whitelist}
|
||||
alt="IE浏览器设置"
|
||||
width={'100%'}
|
||||
margin-top={'0'}
|
||||
/>
|
||||
<Image
|
||||
src={whitelist01}
|
||||
alt="IE浏览器设置"
|
||||
width={'100%'}
|
||||
margin-top={'0'}
|
||||
/>
|
||||
2. 填写白名单的IP地址/当前IP地址,点击保存。
|
||||
<Image
|
||||
src={whitelist02}
|
||||
alt="IE浏览器设置"
|
||||
width={'100%'}
|
||||
margin-top={'0'}
|
||||
/>
|
||||
3. 生成白名单记录。
|
||||
<Image
|
||||
src={whitelist03}
|
||||
alt="IE浏览器设置"
|
||||
width={'100%'}
|
||||
margin-top={'0'}
|
||||
/>
|
||||
Reference in New Issue
Block a user