From a07df9d7fea964d0e4a508f86dc817a098861b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Tue, 19 Aug 2025 22:47:15 +0800 Subject: [PATCH] feat: Optimize log file highlighting (#10062) --- .../log/custom-hightlight/index.vue | 296 +++++------------- .../src/views/host/file-management/index.vue | 1 - 2 files changed, 83 insertions(+), 214 deletions(-) diff --git a/frontend/src/components/log/custom-hightlight/index.vue b/frontend/src/components/log/custom-hightlight/index.vue index 717cafebd..41e756da6 100644 --- a/frontend/src/components/log/custom-hightlight/index.vue +++ b/frontend/src/components/log/custom-hightlight/index.vue @@ -1,243 +1,113 @@ diff --git a/frontend/src/views/host/file-management/index.vue b/frontend/src/views/host/file-management/index.vue index 144dcc497..4dab8d406 100644 --- a/frontend/src/views/host/file-management/index.vue +++ b/frontend/src/views/host/file-management/index.vue @@ -1309,7 +1309,6 @@ const buttons = [ openDownload(row); }, disabled: (row: File.File) => { - debugger; return row?.isDir; }, },