From 50eb01934eeebaae14af0d700644392498ec07d6 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Tue, 6 May 2025 10:16:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/views/DashboardView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/views/DashboardView.vue b/packages/frontend/src/views/DashboardView.vue index 6db4fd8..fd117c1 100644 --- a/packages/frontend/src/views/DashboardView.vue +++ b/packages/frontend/src/views/DashboardView.vue @@ -248,7 +248,7 @@ const getTagNames = (tagIds: number[] | undefined): string[] => {
-

{{ t('dashboard.connectionList', '连接列表') }}

+

{{ t('dashboard.connectionList', '连接列表') }} ({{ filteredAndSortedConnections.length }})