From 57d67c494b1b36da13f99d62b33134c49f01e2e1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 2 Jun 2026 01:51:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AD=A6=E5=91=8A=E6=A8=AA=E5=B9=85?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E5=90=8E=E8=BF=9B=E5=AD=90=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E4=B8=8D=E5=86=8D=E9=87=8D=E6=96=B0=E5=87=BA=E7=8E=B0=EF=BC=8C?= =?UTF-8?q?=E6=96=87=E6=A1=88=E7=AE=80=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- frontend/src/pages/FilesPage.vue | 145 ++++++++++++++++++++++++++----- 1 file changed, 124 insertions(+), 21 deletions(-) diff --git a/frontend/src/pages/FilesPage.vue b/frontend/src/pages/FilesPage.vue index 84645654..53dde9d5 100644 --- a/frontend/src/pages/FilesPage.vue +++ b/frontend/src/pages/FilesPage.vue @@ -118,9 +118,9 @@ density="comfortable" class="mb-4" icon="mdi-shield-lock-outline" - @click:close="accessHintDismissed = true" + @click:close="dismissFilesAccessHint" > - {{ filesAccessHint.text }} + {{ filesAccessHint.text.split('目标机安装示例')[0].trim() }} @@ -184,9 +184,7 @@ hover density="comfortable" item-value="name" - @click:row="onRowClick" - @dblclick:row="onRowDblClick" - @contextmenu:row="onRowContext" + :row-props="fileRowProps" >