Compare commits
1
Commits
ded160083f
...
5777561d9f
| 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 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 () => {
|
onMounted(async () => {
|
||||||
await Promise.all([loadStats(), loadWorkers(), loadBacklink(), loadPriorityStatus(), loadCrawlStatus()])
|
await Promise.all([loadStats(), loadWorkers(), loadBacklink(), loadPriorityStatus(), loadCrawlStatus()])
|
||||||
|
|||||||
Reference in New Issue
Block a user