maxkb/ui/src/workflow/icons/reranker-node-icon.vue
2024-09-12 14:23:27 +08:00

7 lines
200 B
Vue

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