From 2620a55c5a33d640204362de7cee6f68e7950477 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 6 Dec 2024 12:09:24 +0800 Subject: [PATCH] refactor(DirectoryCard): update storage options and labels for clarity --- src/components/cards/DirectoryCard.vue | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/src/components/cards/DirectoryCard.vue b/src/components/cards/DirectoryCard.vue index 244414a7..114ea4e8 100644 --- a/src/components/cards/DirectoryCard.vue +++ b/src/components/cards/DirectoryCard.vue @@ -29,14 +29,6 @@ const libraryPath = ref('') // 卡版是否折叠状态 const isCollapsed = ref(true) -// 下载目录存储选项 -const downloadStoragies = [ - { - title: '本地', - value: 'local', - }, -] - // 类型下拉字典 const typeItems = [ { title: '全部', value: '' }, @@ -231,8 +223,8 @@ watch( @@ -242,7 +234,7 @@ watch( v-model="props.directory.download_path" v-bind="menuprops" variant="underlined" - label="下载目录" + label="下载目录/源目录" />