diff --git a/src/components/dialog/AddDownloadDialog.vue b/src/components/dialog/AddDownloadDialog.vue index e0177135..b714b11f 100644 --- a/src/components/dialog/AddDownloadDialog.vue +++ b/src/components/dialog/AddDownloadDialog.vue @@ -4,7 +4,7 @@ import api from '@/api' import { doneNProgress, startNProgress } from '@/api/nprogress' import type { DownloaderConf, MediaInfo, TorrentInfo, TransferDirectoryConf } from '@/api/types' import { formatFileSize } from '@/@core/utils/formatters' -import { VCardTitle } from 'vuetify/lib/components/index.mjs' +import { VCardTitle, VChip } from 'vuetify/lib/components/index.mjs' // 输入参数 const props = defineProps({ @@ -119,37 +119,63 @@ onMounted(() => { })