补充帮助中心操作指南和客户端教程相关文档

This commit is contained in:
Eamon-meng
2026-01-13 17:06:51 +08:00
parent f262d6b1f1
commit f861a5731d
60 changed files with 497 additions and 202 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -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'}
/>