feat: 添加扫描目录功能,支持将目录文件扫描到队列

This commit is contained in:
jxxghp
2025-02-28 21:11:21 +08:00
parent 8cdd4b4af5
commit cb6be91538
6 changed files with 67 additions and 5 deletions

View File

@@ -28,7 +28,8 @@ onMounted(() => {
<div class="nodes flex flex-wrap justify-center">
<div
class="vue-flow__node-default cursor-grab mx-1"
v-for="action in actions"
v-for="(action, index) in actions"
:key="index"
:draggable="true"
@dragstart="onDragStart($event, action)"
>