Files
web/src/app/(home)/docs/(operation)/extract-link/page.mdx
2026-01-14 17:27:31 +08:00

48 lines
1.1 KiB
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 extract from './images/extract.webp';
import extract01 from './images/extract01.webp';
import extract02 from './images/extract02.webp';
import extract03 from './images/extract03.webp';
import extract04 from './images/extract04.webp';
# 如何生成提取链接
一、 进入控制台选择提取IP页面提取链接需要满足一下条件
1. 添加白名单,
2. 必须实名认证
<Image
src={extract}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>
<Image
src={extract02}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>
二、 选择套餐和其他选项以及选择数量后,点击打开链接
<Image
src={extract01}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>
三、 自动生成提取链接
<Image
src={extract03}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>
<Image
src={extract04}
alt="IE浏览器设置"
width={'100%'}
margin-top={'0'}
/>