maxkb/ui/src/workflow/icons/image-generate-node-icon.vue
2024-12-17 14:51:57 +08:00

7 lines
203 B
Vue

<template>
<AppAvatar shape="square" style="background: #FF8800;">
<img src="@/assets/icon_text-image.svg" style="width: 65%" alt="" />
</AppAvatar>
</template>
<script setup lang="ts"></script>