From 7dd3877955cef441a1fcc67e6e79499c3a911334 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 14 Nov 2024 08:06:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=20DirectoryCard.vue?= =?UTF-8?q?=20=E4=B8=AD=E7=9A=84=E8=87=AA=E5=8A=A8=E6=95=B4=E7=90=86?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E4=B8=8B=E6=8B=89=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/DirectoryCard.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/cards/DirectoryCard.vue b/src/components/cards/DirectoryCard.vue index ec96069d..ff6b22f9 100644 --- a/src/components/cards/DirectoryCard.vue +++ b/src/components/cards/DirectoryCard.vue @@ -46,9 +46,10 @@ const storageItems = [ // 自动整理方式下拉字典 const transferSourceItems = [ - { title: '不自动整理', value: '' }, + { title: '不整理', value: '' }, { title: '下载器监控', value: 'downloader' }, { title: '目录监控', value: 'monitor' }, + { title: '手动整理', value: 'manual' }, ] // 监控模式下拉字典