mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-07 23:41:28 +08:00
Merge pull request #210 from thsrite/v2
This commit is contained in:
@@ -1060,6 +1060,8 @@ export interface TransferDirectoryConf {
|
|||||||
library_type_folder?: boolean
|
library_type_folder?: boolean
|
||||||
// 媒体库类别子目录
|
// 媒体库类别子目录
|
||||||
library_category_folder?: boolean
|
library_category_folder?: boolean
|
||||||
|
// 是否发送通知
|
||||||
|
notify?: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
// 自定义规则项
|
// 自定义规则项
|
||||||
|
|||||||
@@ -299,6 +299,9 @@ watch(
|
|||||||
<VCol cols="6">
|
<VCol cols="6">
|
||||||
<VSwitch v-model="props.directory.scraping" label="刮削元数据"></VSwitch>
|
<VSwitch v-model="props.directory.scraping" label="刮削元数据"></VSwitch>
|
||||||
</VCol>
|
</VCol>
|
||||||
|
<VCol cols="6">
|
||||||
|
<VSwitch v-model="props.directory.notify" label="发送通知"></VSwitch>
|
||||||
|
</VCol>
|
||||||
</VRow>
|
</VRow>
|
||||||
</VForm>
|
</VForm>
|
||||||
</VCardText>
|
</VCardText>
|
||||||
|
|||||||
Reference in New Issue
Block a user