From 76a06e0817de939d8b1fbd47f3427faf10b5bda6 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 27 May 2025 07:54:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20AddDownloadDialog=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=B8=AD=E7=9A=84=E6=98=BE=E7=A4=BA=E5=99=A8?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E9=80=BB=E8=BE=91=EF=BC=8C=E7=AE=80=E5=8C=96?= =?UTF-8?q?=E5=AF=B9=E8=AF=9D=E6=A1=86=E5=85=A8=E5=B1=8F=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dialog/AddDownloadDialog.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/dialog/AddDownloadDialog.vue b/src/components/dialog/AddDownloadDialog.vue index de472022..2fc584c2 100644 --- a/src/components/dialog/AddDownloadDialog.vue +++ b/src/components/dialog/AddDownloadDialog.vue @@ -6,10 +6,6 @@ import type { DownloaderConf, MediaInfo, TorrentInfo, TransferDirectoryConf } fr import { formatFileSize } from '@/@core/utils/formatters' import { VCardTitle, VChip } from 'vuetify/lib/components/index.mjs' import { useI18n } from 'vue-i18n' -import { useDisplay } from 'vuetify' - -// 显示器宽度 -const display = useDisplay() // 多语言支持 const { t } = useI18n() @@ -136,7 +132,7 @@ onMounted(() => { })