feat 目录自定义是否通知

This commit is contained in:
thsrite
2024-10-23 12:57:48 +08:00
parent f906a172dd
commit 3c91ad2f59
2 changed files with 5 additions and 0 deletions

View File

@@ -299,6 +299,9 @@ watch(
<VCol cols="6">
<VSwitch v-model="props.directory.scraping" label="刮削元数据"></VSwitch>
</VCol>
<VCol cols="6">
<VSwitch v-model="props.directory.notify" label="发送通知"></VSwitch>
</VCol>
</VRow>
</VForm>
</VCardText>