This commit is contained in:
2025-12-19 00:52:32 +08:00
parent 5c663a9dcf
commit 5d93f9bfab
15 changed files with 4830 additions and 1 deletions

24
scripts/regard.json Normal file
View File

@@ -0,0 +1,24 @@
{
"count_completed": 1,
"count_error": 1,
"count_remaining": 1,
"sql_res": [
{
"data": [
{
"save_scrape_result": {
"data": {
"stats": {
"deleted_chunks": 0,
"inserted_chunks": 2,
"queue_updates": 1
}
},
"message": "Saved successfully",
"status": "success"
}
}
]
}
]
}