Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5777561d9f |
@@ -21,6 +21,8 @@ const batchAdding = ref(false)
|
||||
|
||||
// 爬取状态
|
||||
const crawlStatus = ref(null) // { current_epoch, max_epoch, queue_length, completed_count, visited_total, is_running }
|
||||
const backlinkStatus = ref(null)
|
||||
const backlinkTriggering = ref(false)
|
||||
|
||||
onMounted(async () => {
|
||||
await Promise.all([loadStats(), loadWorkers(), loadBacklink(), loadPriorityStatus(), loadCrawlStatus()])
|
||||
|
||||
Reference in New Issue
Block a user