{
.dnd-flow aside .description {
margin-bottom: 10px;
}
-
.dnd-flow .vue-flow-wrapper {
flex-grow: 1;
height: 100%;
diff --git a/src/components/workflow/FetchDownloadsAction.vue b/src/components/workflow/FetchDownloadsAction.vue
index 06d224c7..b5fc4323 100644
--- a/src/components/workflow/FetchDownloadsAction.vue
+++ b/src/components/workflow/FetchDownloadsAction.vue
@@ -24,6 +24,7 @@ defineProps({
获取下载任务
获取下载任务,更新任务状态
+
diff --git a/src/components/workflow/FetchTorrentsAction.vue b/src/components/workflow/FetchTorrentsAction.vue
index a11e8133..e9025add 100644
--- a/src/components/workflow/FetchTorrentsAction.vue
+++ b/src/components/workflow/FetchTorrentsAction.vue
@@ -26,6 +26,18 @@ const typeOptions = ref([
},
])
+// 搜索方式下拉框
+const searchOptions = ref([
+ {
+ title: '名称',
+ value: 'keyword',
+ },
+ {
+ title: '媒体列表',
+ value: 'media',
+ },
+])
+
// 站点数据列表
const siteList = ref([])
@@ -70,6 +82,11 @@ onMounted(() => {
+
+
+
+
+
@@ -82,6 +99,8 @@ onMounted(() => {
+
+