You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
704 B
29 lines
704 B
{
|
|
"metadata": {
|
|
"exportTime": "2026-05-31T12:00:00",
|
|
"totalCount": 3,
|
|
"source": "CLI Crawler v1.0",
|
|
"exportMode": "STANDARD",
|
|
"version": "1.0"
|
|
},
|
|
"articles": [
|
|
{
|
|
"title": "测试文章1",
|
|
"url": "https://example.com/article1",
|
|
"content": "这是测试内容1",
|
|
"crawledAt": "2026-05-31T10:00:00"
|
|
},
|
|
{
|
|
"title": "测试文章2",
|
|
"url": "https://example.com/article2",
|
|
"content": "这是测试内容2",
|
|
"crawledAt": "2026-05-31T11:00:00"
|
|
},
|
|
{
|
|
"title": "测试文章3",
|
|
"url": "https://example.com/article3",
|
|
"content": "这是测试内容3",
|
|
"crawledAt": "2026-05-31T12:00:00"
|
|
}
|
|
]
|
|
}
|
|
|