From 8552203d4383f53f10d084e2be981ba4cdff958d Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 26 May 2025 13:26:13 +0800 Subject: [PATCH] =?UTF-8?q?PluginCard=20=E7=BB=84=E4=BB=B6=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E5=AE=9E=E6=97=B6=E6=97=A5=E5=BF=97=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/PluginCard.vue | 30 +-------- src/views/system/LoggingView.vue | 100 +++++++++++++--------------- 2 files changed, 46 insertions(+), 84 deletions(-) diff --git a/src/components/cards/PluginCard.vue b/src/components/cards/PluginCard.vue index 3c5c728e..2ea0e071 100644 --- a/src/components/cards/PluginCard.vue +++ b/src/components/cards/PluginCard.vue @@ -10,6 +10,7 @@ import VersionHistory from '@/components/misc/VersionHistory.vue' import ProgressDialog from '../dialog/ProgressDialog.vue' import PluginConfigDialog from '../dialog/PluginConfigDialog.vue' import PluginDataDialog from '../dialog/PluginDataDialog.vue' +import LoggingView from '@/views/system/LoggingView.vue' import { useI18n } from 'vue-i18n' import { useDisplay } from 'vuetify' @@ -702,35 +703,6 @@ watch( - - - - - - - - - {{ t('plugin.logTitle') }} - - - - {{ t('common.openInNewWindow') }} - - - - - - - - - - diff --git a/src/views/system/LoggingView.vue b/src/views/system/LoggingView.vue index 7651cf64..38964843 100644 --- a/src/views/system/LoggingView.vue +++ b/src/views/system/LoggingView.vue @@ -1,99 +1,94 @@