From 3ef1e65412ba3ac96e199d835a57eee27052df3f Mon Sep 17 00:00:00 2001 From: Attente <19653207+wikrin@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:24:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=8A=A8=E6=95=B4=E7=90=86=E4=B8=AD`?= =?UTF-8?q?=E6=95=B4=E7=90=86=E6=96=B9=E5=BC=8F`=E5=A2=9E=E5=8A=A0`?= =?UTF-8?q?=E8=87=AA=E5=8A=A8`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/constants.ts | 1 + src/components/dialog/ReorganizeDialog.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/api/constants.ts b/src/api/constants.ts index 7149a66e..a3f361b3 100644 --- a/src/api/constants.ts +++ b/src/api/constants.ts @@ -73,6 +73,7 @@ export const storageDict = storageOptions.reduce((dict, item) => { }, {} as Record) export const transferTypeOptions = [ + { title: '自动', value: '' }, { title: '复制', value: 'copy' }, { title: '移动', value: 'move' }, { title: '硬链接', value: 'link' }, diff --git a/src/components/dialog/ReorganizeDialog.vue b/src/components/dialog/ReorganizeDialog.vue index a81bbda1..67b05141 100644 --- a/src/components/dialog/ReorganizeDialog.vue +++ b/src/components/dialog/ReorganizeDialog.vue @@ -75,7 +75,7 @@ const transferForm = reactive({ doubanid: null, season: null, type_name: '', - transfer_type: 'copy', + transfer_type: '', episode_format: '', episode_detail: '', episode_part: '',