UnisKB/ui/src/workflow/icons/reranker-node-icon.vue

7 lines
200 B
Vue
Raw Normal View History

2024-09-05 03:28:21 +00:00
<template>
<AppAvatar shape="square" style="background: #d136d1">
<img src="@/assets/icon_reranker.svg" style="width: 75%" alt="" />
</AppAvatar>
</template>
<script setup lang="ts"></script>