MaxKB/ui/src/workflow/icons/variable-splitting-node-ico...
wangdan-fit2cloud 09c5c9c042
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
feat: Variable Splitting Node and Parameter Extraction Node
2025-10-21 19:30:24 +08:00

7 lines
212 B
Vue

<template>
<el-avatar shape="square" class="avatar-blue">
<img src="@/assets/workflow/icon_variable_splitting.svg" style="width: 100%" alt="" />
</el-avatar>
</template>
<script setup lang="ts"></script>