From 5777561d9f07d4963bf43822bba2627f5c5f55dc Mon Sep 17 00:00:00 2001 From: kevin Date: Sun, 12 Apr 2026 00:42:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=89=8D=E7=AB=AF=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Dashboard.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index d062bff..95141e1 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -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()])