feat: 添加工作流组件的边缘处理和循环执行功能,优化订阅和RSS获取操作

This commit is contained in:
jxxghp
2025-02-27 17:09:01 +08:00
parent b467bb6c56
commit 9c558c3625
13 changed files with 323 additions and 43 deletions
@@ -208,4 +208,22 @@ onMounted(() => {
z-index: 1;
pointer-events: none;
}
.vue-flow__handle {
height: 24px;
width: 8px;
border-radius: 4px;
}
.vue-flow__edges {
filter: invert(100%);
}
.vue-flow__handle-left {
background-color: rgb(var(--v-theme-info));
}
.vue-flow__handle-right {
background-color: rgb(var(--v-theme-error));
}
</style>