From 1a2b112e6478a4f6a471ab33c22cc4d5b8a83109 Mon Sep 17 00:00:00 2001 From: InfinityPacer <160988576+InfinityPacer@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:15:47 +0800 Subject: [PATCH] feat(subscribe): add support for reset movie reset subscribe --- src/components/cards/SubscribeCard.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/cards/SubscribeCard.vue b/src/components/cards/SubscribeCard.vue index f0e77423..0d416244 100644 --- a/src/components/cards/SubscribeCard.vue +++ b/src/components/cards/SubscribeCard.vue @@ -116,7 +116,7 @@ async function resetSubscribe() { try { const isConfirmed = await createConfirm({ title: '确认', - content: `重置后 ${props.media?.name} 将恢复初始状态,已下载记录将被清除,未入库的剧集将会重新下载,是否确认?`, + content: `重置后 ${props.media?.name} 将恢复初始状态,已下载记录将被清除,未入库的内容将会重新下载,是否确认?`, }) if (!isConfirmed) return // 重置 @@ -209,7 +209,6 @@ const dropdownItems = computed(() => [ click: resetSubscribe, color: 'warning', }, - show: props.media?.type === '电视剧', }, { title: '分享',