From 3c91ad2f595a71944439f1f1eaa400be0285c0bc Mon Sep 17 00:00:00 2001 From: thsrite Date: Wed, 23 Oct 2024 12:57:48 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E7=9B=AE=E5=BD=95=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E6=98=AF=E5=90=A6=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/types.ts | 2 ++ src/components/cards/DirectoryCard.vue | 3 +++ 2 files changed, 5 insertions(+) diff --git a/src/api/types.ts b/src/api/types.ts index fa717550..80c2b083 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -1060,6 +1060,8 @@ export interface TransferDirectoryConf { library_type_folder?: boolean // 媒体库类别子目录 library_category_folder?: boolean + // 是否发送通知 + notify?: boolean } // 自定义规则项 diff --git a/src/components/cards/DirectoryCard.vue b/src/components/cards/DirectoryCard.vue index db7b7580..04faf329 100644 --- a/src/components/cards/DirectoryCard.vue +++ b/src/components/cards/DirectoryCard.vue @@ -299,6 +299,9 @@ watch( + + +