From e256b65f1040b4a386723ad1c70f841c71a8a08a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=96=87=E5=B3=B0?= Date: Fri, 10 Apr 2026 14:28:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=85=88=E8=BF=9E=E6=8E=A5=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Dashboard.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index 1afe146..e235afc 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -235,19 +235,25 @@ function langColor(lang) {
-
待处理队列
+
优先子链接
+
+ {{ priorityStatus.children_queue || 0 }} +
+
+
+
手动待爬
{{ priorityStatus.pending }}
-
正在爬取
+
手动爬取中
{{ priorityStatus.active }}
-
上限
+
优先上限
{{ priorityStatus.max_workers }}