UnisKB/ui/src/workflow/icons/image-generate-node-icon.vue

7 lines
203 B
Vue
Raw Normal View History

2024-12-09 03:00:51 +00:00
<template>
2024-12-17 06:51:45 +00:00
<AppAvatar shape="square" style="background: #FF8800;">
<img src="@/assets/icon_text-image.svg" style="width: 65%" alt="" />
2024-12-09 03:00:51 +00:00
</AppAvatar>
</template>
<script setup lang="ts"></script>