maxkb/ui/src/workflow/icons/text-to-speech-node-icon.vue
wangdan-fit2cloud babd6d5bde feat: chat
2025-06-11 20:33:38 +08:00

7 lines
216 B
Vue

<template>
<el-avatar shape="square" style="background: #14c0ff">
<img src="@/assets/workflow/icon_text_to_speech.svg" style="width: 100%" alt="" />
</el-avatar>
</template>
<script setup lang="ts"></script>