maxkb/ui/src/workflow/icons/start-node-icon.vue
2025-06-03 16:09:09 +08:00

7 lines
198 B
Vue

<template>
<AppAvatar shape="square" style="background: #D136D1;">
<img src="@/assets/icon_start.svg" style="width: 75%" alt="" />
</AppAvatar>
</template>
<script setup lang="ts"></script>