数据导入
批量导入外链来源数据,支持JSON格式文件
选择文件
JSON 格式示例
[
{
"domain": "https://example.com",
"domainName": "example.com",
"name": "Example Site",
"drValue": 50,
"isFree": true,
"aitdkUrl": "https://aitdk.com/traffic/example.com",
"totalVisits": "1M"
},
{
"domain": "https://another-site.com",
"domainName": "another-site.com",
"name": "Another Site",
"drValue": 35,
"isFree": false,
"aitdkUrl": "https://aitdk.com/traffic/another-site.com",
"totalVisits": "500K"
}
]📝 TODO
- • 添加导入前预览功能
- • 支持CSV格式导入
- • 添加导入进度条
- • 支持导入时选择是否跳过过滤域名
- • 添加导入历史记录