From 50ffcc6e923553663890bfec154f6cd86d663a77 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 3 Apr 2025 18:35:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AE=A2=E9=98=85=E5=92=8C?= =?UTF-8?q?=E6=95=B4=E7=90=86=E5=AF=B9=E8=AF=9D=E6=A1=86=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=89=A7=E9=9B=86=E7=BB=84=E9=80=89=E9=A1=B9=E5=92=8C?= =?UTF-8?q?=E7=BC=96=E5=8F=B7=EF=BC=8C=E8=B0=83=E6=95=B4=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E4=BB=A5=E6=8F=90=E5=8D=87=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/types.ts | 10 ++- src/components/dialog/ReorganizeDialog.vue | 78 +++++++++++-------- src/components/dialog/SubscribeEditDialog.vue | 38 ++++++++- 3 files changed, 89 insertions(+), 37 deletions(-) diff --git a/src/api/types.ts b/src/api/types.ts index bb8fac3c..04f96f2c 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -77,7 +77,11 @@ export interface Subscribe { // 过滤规则组 filter_groups?: string[] // 下载器 - downloader: string + downloader?: string + // 可选剧集组 + episode_groups?: Record[] + // 自定义剧集组 + episode_group?: string } // 订阅分享 @@ -138,6 +142,8 @@ export interface SubscribeShare { media_category?: string // 复用次数 count?: number + // 自定义剧集组 + episode_group?: string } // 历史记录 @@ -1214,6 +1220,8 @@ export interface TransferForm { library_type_folder?: boolean // 媒体库类别子目录 library_category_folder?: boolean + // 剧集组编号 + episode_group?: string } // 整理队列 diff --git a/src/components/dialog/ReorganizeDialog.vue b/src/components/dialog/ReorganizeDialog.vue index 560ddd96..cf9e21dc 100644 --- a/src/components/dialog/ReorganizeDialog.vue +++ b/src/components/dialog/ReorganizeDialog.vue @@ -221,7 +221,7 @@ onUnmounted(() => {