From 1cfee256951715d10a63d8abbe053559a30f076f Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 27 May 2025 21:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A4=9A=E4=B8=AA=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E8=BE=93=E5=85=A5=E6=A1=86=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=9B=BE=E6=A0=87=E4=BB=A5=E6=8F=90=E5=8D=87=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=BD=93=E9=AA=8C=EF=BC=8C=E7=A1=AE=E4=BF=9D=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF=E7=9A=84=E4=B8=80=E8=87=B4=E6=80=A7?= =?UTF-8?q?=E5=92=8C=E5=8F=AF=E8=AF=BB=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cards/NotificationChannelCard.vue | 1 - src/components/cards/PluginFolderCard.vue | 6 +++- src/components/dialog/UserAddEditDialog.vue | 32 +++++++++++++++---- src/components/filebrowser/FileList.vue | 15 +++++++-- src/components/filebrowser/FileToolbar.vue | 11 +++++-- src/views/user/UserProfileView.vue | 19 ++++++++++- 6 files changed, 71 insertions(+), 13 deletions(-) diff --git a/src/components/cards/NotificationChannelCard.vue b/src/components/cards/NotificationChannelCard.vue index cf11636c..5b702302 100644 --- a/src/components/cards/NotificationChannelCard.vue +++ b/src/components/cards/NotificationChannelCard.vue @@ -454,7 +454,6 @@ function onClose() { :label="t('notification.name')" :hint="t('notification.nameRequired')" persistent-hint - active prepend-inner-icon="mdi-label" /> diff --git a/src/components/cards/PluginFolderCard.vue b/src/components/cards/PluginFolderCard.vue index ecfc85f9..f2e64951 100644 --- a/src/components/cards/PluginFolderCard.vue +++ b/src/components/cards/PluginFolderCard.vue @@ -352,10 +352,13 @@ const dropdownItems = ref([ - + {{ t('folder.renameFolder') }} + diff --git a/src/components/dialog/UserAddEditDialog.vue b/src/components/dialog/UserAddEditDialog.vue index bd056a82..992fb8b7 100644 --- a/src/components/dialog/UserAddEditDialog.vue +++ b/src/components/dialog/UserAddEditDialog.vue @@ -291,11 +291,14 @@ onMounted(() => {