mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-06 00:01:33 +08:00
feat(Workflow): 添加工作流功能,包含工作流列表和相关接口定义
This commit is contained in:
7
src/pages/workflow.vue
Normal file
7
src/pages/workflow.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
import WorkflowListView from '@/views/workflow/WorkflowListView.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<WorkflowListView />
|
||||
</template>
|
||||
Reference in New Issue
Block a user