diff --git a/src/components/cards/DownloaderCard.vue b/src/components/cards/DownloaderCard.vue
index 771efcd44..8cc0ed275 100644
--- a/src/components/cards/DownloaderCard.vue
+++ b/src/components/cards/DownloaderCard.vue
@@ -6,7 +6,7 @@ import { useToast } from 'vue-toast-notification'
import type { DownloaderInfo } from '@/api/types'
import qbittorrent_image from '@images/logos/qbittorrent.png'
import transmission_image from '@images/logos/transmission.png'
-import {cloneDeep} from "lodash";
+import { cloneDeep } from 'lodash'
// 定义输入
const props = defineProps({
@@ -211,11 +211,9 @@ onUnmounted(() => {
@@ -290,7 +288,6 @@ onUnmounted(() => {