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

7 lines
200 B
Vue

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