From c89edae3757cafc7de09126ea431fb8e7b8d4560 Mon Sep 17 00:00:00 2001 From: Attente <19653207+wikrin@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:40:24 +0800 Subject: [PATCH] =?UTF-8?q?`downloader`=E5=B1=9E=E6=80=A7=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E4=B8=BA=E5=8F=AF=E9=80=89,=20=E4=BD=BF=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=85=B7=E6=9C=89=E5=88=9D=E5=A7=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/types.ts | 4 ++-- src/components/dialog/SubscribeEditDialog.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api/types.ts b/src/api/types.ts index 5aad5a3e..b844d4fa 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -73,7 +73,7 @@ export interface Subscribe { // 过滤规则组 filter_groups?: string[] // 下载器 - downloader?: string + downloader: string } // 订阅分享 @@ -390,7 +390,7 @@ export interface Site { // RSS地址 rss?: string // 下载器 - downloader?: string + downloader: string // Cookie cookie?: string // ApiKey diff --git a/src/components/dialog/SubscribeEditDialog.vue b/src/components/dialog/SubscribeEditDialog.vue index c585c486..2ef279bb 100644 --- a/src/components/dialog/SubscribeEditDialog.vue +++ b/src/components/dialog/SubscribeEditDialog.vue @@ -418,7 +418,7 @@ onMounted(() => { v-model="subscribeForm.downloader" :items="downloaderOptions" label="下载器" - hint="指定该订阅使用的下载器,留空自动使用默认下载器" + hint="指定该订阅使用的下载器" persistent-hint />