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(
+
+
+